Home
last modified time | relevance | path

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

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DDefaultSignatureAlgorithmIdentifierFinder.java56 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption);
57 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
265 pkcs15RsaEncryption.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
328 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
360 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
DDefaultDigestAlgorithmIdentifierFinder.java49 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() argument
/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-poisoned.pem5 Signature Algorithm: sha1WithRSAEncryption
37 Signature Algorithm: sha1WithRSAEncryption
Dcert-ct-embedded.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/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/autotest/client/site_tests/security_OpenSSLBlacklist/src/
Dcert.pem6 Signature Algorithm: sha1WithRSAEncryption
36 Signature Algorithm: sha1WithRSAEncryption
Dca.pem6 Signature Algorithm: sha1WithRSAEncryption
36 Signature Algorithm: 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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultCMSSignatureEncryptionAlgorithmFinder.java24 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
DDefaultCMSSignatureAlgorithmNameGenerator.java67 addEntries(PKCSObjectIdentifiers.sha1WithRSAEncryption, "SHA1", "RSA"); in DefaultCMSSignatureAlgorithmNameGenerator()
/external/curl/tests/certs/
DServer-localhost-lastSAN-sv.crt5 Signature Algorithm: sha1WithRSAEncryption
54 Signature Algorithm: sha1WithRSAEncryption
DServer-localhost-lastSAN-sv.pem57 Signature Algorithm: sha1WithRSAEncryption
106 Signature Algorithm: sha1WithRSAEncryption
/external/python/cpython3/Lib/test/
Dnullbytecert.pem5 Signature Algorithm: sha1WithRSAEncryption
47 Signature Algorithm: sha1WithRSAEncryption
/external/python/pyasn1-modules/pyasn1_modules/
Drfc2437.py25 sha1WithRSAEncryption = univ.ObjectIdentifier('1.2.840.113549.1.1.5') variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java55 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption);
56 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
DX509Util.java56 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption);
57 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DRSA.java168 …provider, "SHA1", PREFIX + "DigestSignatureSpi$SHA1", PKCSObjectIdentifiers.sha1WithRSAEncryption); in configure()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/
DRSA.java175 …provider, "SHA1", PREFIX + "DigestSignatureSpi$SHA1", PKCSObjectIdentifiers.sha1WithRSAEncryption); in configure()

12