Home
last modified time | relevance | path

Searched refs:sha1WithRSAEncryption (Results 1 – 25 of 42) sorted by relevance

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DDefaultSignatureAlgorithmIdentifierFinder.java58 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption);
59 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
290 pkcs15RsaEncryption.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
353 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
385 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
DDefaultDigestAlgorithmIdentifierFinder.java52 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
/external/python/pyasn1-modules/pyasn1_modules/
Drfc8017.py65 sha1WithRSAEncryption = rfc2437.sha1WithRSAEncryption variable
144 sha1WithRSAEncryption: univ.Null(),
Drfc5480.py113 sha1WithRSAEncryption = univ.ObjectIdentifier('1.2.840.113549.1.1.5') variable
178 sha1WithRSAEncryption: univ.Null(),
Drfc3279.py64 sha1WithRSAEncryption = _OID(pkcs_1, 5) variable
254 sha1WithRSAEncryption: univ.Null(""),
Drfc2437.py25 sha1WithRSAEncryption = univ.ObjectIdentifier('1.2.840.113549.1.1.5') variable
/external/conscrypt/openjdk/src/test/resources/
Dca-cert.pem5 Signature Algorithm: sha1WithRSAEncryption
35 Signature Algorithm: sha1WithRSAEncryption
Dcert.pem5 Signature Algorithm: sha1WithRSAEncryption
35 Signature Algorithm: sha1WithRSAEncryption
Dcert-ct-embedded.pem5 Signature Algorithm: sha1WithRSAEncryption
37 Signature Algorithm: sha1WithRSAEncryption
Dcert-ct-poisoned.pem5 Signature Algorithm: sha1WithRSAEncryption
37 Signature Algorithm: sha1WithRSAEncryption
/external/autotest/client/site_tests/security_OpenSSLRegressions/src/
Dcert.pem6 Signature Algorithm: sha1WithRSAEncryption
36 Signature Algorithm: sha1WithRSAEncryption
/external/openscreen/test/data/cast/common/certificate/certificates/
Dfugu.pem6 Signature Algorithm: sha1WithRSAEncryption
47 Signature Algorithm: sha1WithRSAEncryption
89 Signature Algorithm: sha1WithRSAEncryption
126 Signature Algorithm: sha1WithRSAEncryption
168 Signature Algorithm: sha1WithRSAEncryption
207 Signature Algorithm: sha1WithRSAEncryption
Dchromecast_gen1_reissue.pem6 Signature Algorithm: sha1WithRSAEncryption
42 Signature Algorithm: sha1WithRSAEncryption
83 Signature Algorithm: sha1WithRSAEncryption
122 Signature Algorithm: sha1WithRSAEncryption
Dchromecast_gen1.pem6 Signature Algorithm: sha1WithRSAEncryption
42 Signature Algorithm: sha1WithRSAEncryption
83 Signature Algorithm: sha1WithRSAEncryption
115 Signature Algorithm: sha1WithRSAEncryption
Dcast_root_ca.pem6 Signature Algorithm: sha1WithRSAEncryption
45 Signature Algorithm: sha1WithRSAEncryption
/external/autotest/client/site_tests/platform_AccurateTime/src/
Dcert.pem6 Signature Algorithm: sha1WithRSAEncryption
36 Signature Algorithm: sha1WithRSAEncryption
Dca.pem6 Signature Algorithm: sha1WithRSAEncryption
36 Signature Algorithm: sha1WithRSAEncryption
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultCMSSignatureEncryptionAlgorithmFinder.java29 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
/external/python/cpython2/Lib/test/
Dpycacert.pem6 Signature Algorithm: sha1WithRSAEncryption
43 Signature Algorithm: sha1WithRSAEncryption
Dnullbytecert.pem5 Signature Algorithm: sha1WithRSAEncryption
47 Signature Algorithm: sha1WithRSAEncryption
Dkeycert3.pem34 Signature Algorithm: sha1WithRSAEncryption
88 Signature Algorithm: sha1WithRSAEncryption
Dkeycert4.pem34 Signature Algorithm: sha1WithRSAEncryption
88 Signature Algorithm: sha1WithRSAEncryption
/external/python/cpython3/Lib/test/
Dnullbytecert.pem5 Signature Algorithm: sha1WithRSAEncryption
47 Signature Algorithm: sha1WithRSAEncryption
/external/python/pyasn1-modules/tests/
Dtest_rfc3279.py76 … assert asn1Object['tbsCertificate']['signature']['algorithm'] == rfc3279.sha1WithRSAEncryption
77 assert asn1Object['signatureAlgorithm']['algorithm'] == rfc3279.sha1WithRSAEncryption
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java55 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption);
56 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);

12