Home
last modified time | relevance | path

Searched refs:RSA_PKCS1d5 (Results 1 – 2 of 2) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultCMSSignatureEncryptionAlgorithmFinder.java15 private static final Set RSA_PKCS1d5 = new HashSet(); field in DefaultCMSSignatureEncryptionAlgorithmFinder
23 RSA_PKCS1d5.add(PKCSObjectIdentifiers.md5WithRSAEncryption);
24 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
25 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha224WithRSAEncryption);
26 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha256WithRSAEncryption);
27 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha384WithRSAEncryption);
28 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha512WithRSAEncryption);
33 RSA_PKCS1d5.add(OIWObjectIdentifiers.md5WithRSA);
34 RSA_PKCS1d5.add(OIWObjectIdentifiers.sha1WithRSA);
45 if (RSA_PKCS1d5.contains(signatureAlgorithm.getAlgorithm())) in findEncryptionAlgorithm()
/external/bouncycastle/patches/
Dbcpkix.patch686 - RSA_PKCS1d5.add(PKCSObjectIdentifiers.md2WithRSAEncryption);
687 - RSA_PKCS1d5.add(PKCSObjectIdentifiers.md4WithRSAEncryption);
689 + // RSA_PKCS1d5.add(PKCSObjectIdentifiers.md2WithRSAEncryption);
690 + // RSA_PKCS1d5.add(PKCSObjectIdentifiers.md4WithRSAEncryption);
692 RSA_PKCS1d5.add(PKCSObjectIdentifiers.md5WithRSAEncryption);
693 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
694 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha224WithRSAEncryption);
695 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha256WithRSAEncryption);
696 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha384WithRSAEncryption);
697 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha512WithRSAEncryption);
[all …]