Searched refs:md5WithRSAEncryption (Results 1 – 12 of 12) sorted by relevance
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
D | DefaultSignatureAlgorithmIdentifierFinder.java | 52 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 53 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption); 188 digestOids.put(PKCSObjectIdentifiers.md5WithRSAEncryption, PKCSObjectIdentifiers.md5); in digestOids.put() argument
|
D | DefaultDigestAlgorithmIdentifierFinder.java | 46 digestOids.put(PKCSObjectIdentifiers.md5WithRSAEncryption, PKCSObjectIdentifiers.md5); in digestOids.put() argument
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | DefaultCMSSignatureEncryptionAlgorithmFinder.java | 23 RSA_PKCS1d5.add(PKCSObjectIdentifiers.md5WithRSAEncryption);
|
D | DefaultCMSSignatureAlgorithmNameGenerator.java | 49 addEntries(PKCSObjectIdentifiers.md5WithRSAEncryption, "MD5", "RSA"); in DefaultCMSSignatureAlgorithmNameGenerator()
|
D | CMSSignedHelper.java | 68 addEntries(PKCSObjectIdentifiers.md5WithRSAEncryption, "MD5", "RSA"); in addEntries() argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509Util.java | 55 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 56 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ |
D | RSA.java | 142 …re(provider, "MD5", PREFIX + "DigestSignatureSpi$MD5", PKCSObjectIdentifiers.md5WithRSAEncryption); in configure()
|
/external/bouncycastle/patches/ |
D | bcpkix.patch | 351 addEntries(PKCSObjectIdentifiers.md5WithRSAEncryption, "MD5", "RSA"); 611 addEntries(PKCSObjectIdentifiers.md5WithRSAEncryption, "MD5", "RSA"); 692 RSA_PKCS1d5.add(PKCSObjectIdentifiers.md5WithRSAEncryption); 753 digestOids.put(PKCSObjectIdentifiers.md5WithRSAEncryption, PKCSObjectIdentifiers.md5); 841 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 842 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption); 944 digestOids.put(PKCSObjectIdentifiers.md5WithRSAEncryption, PKCSObjectIdentifiers.md5);
|
D | bcprov.patch | 197 static final ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4"); 1754 …re(provider, "MD5", PREFIX + "DigestSignatureSpi$MD5", PKCSObjectIdentifiers.md5WithRSAEncryption); 8985 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 8986 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | PKCSObjectIdentifiers.java | 23 static final ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4"); field
|
/external/boringssl/src/crypto/obj/ |
D | obj_mac.num | 9 md5WithRSAEncryption 8
|
D | objects.txt | 166 pkcs1 4 : RSA-MD5 : md5WithRSAEncryption
|