Home
last modified time | relevance | path

Searched refs:rsaEncryption (Results 1 – 25 of 41) sorted by relevance

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultCMSSignatureEncryptionAlgorithmFinder.java47 return new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE); in findEncryptionAlgorithm()
DDefaultCMSSignatureAlgorithmNameGenerator.java85 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption, "RSA"); in DefaultCMSSignatureAlgorithmNameGenerator()
DCMSSignedGenerator.java51 public static final String ENCRYPTION_RSA = PKCSObjectIdentifiers.rsaEncryption.getId();
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DDefaultSignatureAlgorithmIdentifierFinder.java37 private static final ASN1ObjectIdentifier ENCRYPTION_RSA = PKCSObjectIdentifiers.rsaEncryption;
227 … encAlgId = new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE); in generate()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DRSAUtil.java21 PKCSObjectIdentifiers.rsaEncryption,
DBCRSAPrivateKey.java86 …etEncodedPrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTA… in getEncoded()
DBCRSAPublicKey.java23 …_ALGORITHM_IDENTIFIER = new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTA…
DBCRSAPrivateCrtKey.java131 …etEncodedPrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTA… in getEncoded()
/external/conscrypt/openjdk/src/test/resources/
Dcert.pem12 Public Key Algorithm: rsaEncryption
Dca-cert.pem12 Public Key Algorithm: rsaEncryption
Dcert-ct-embedded.pem12 Public Key Algorithm: rsaEncryption
Dcert-ct-poisoned.pem12 Public Key Algorithm: rsaEncryption
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DRSA.java91 registerOid(provider, PKCSObjectIdentifiers.rsaEncryption, "RSA", keyFact); in configure()
/external/autotest/client/site_tests/security_OpenSSLRegressions/src/
Dcert.pem13 Public Key Algorithm: rsaEncryption
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
DOperatorHelper.java108 asymmetricWrapperAlgNames.put(PKCSObjectIdentifiers.rsaEncryption, "RSA/ECB/PKCS1Padding"); in asymmetricWrapperAlgNames.put() argument
238 if (cipherAlgId.getAlgorithm().equals(PKCSObjectIdentifiers.rsaEncryption)) in createAlgorithmParameters()
/external/autotest/client/site_tests/platform_AccurateTime/src/
Dcert.pem13 Public Key Algorithm: rsaEncryption
Dca.pem13 Public Key Algorithm: rsaEncryption
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/
Dcert.pem13 Public Key Algorithm: rsaEncryption
Dca.pem13 Public Key Algorithm: rsaEncryption
/external/python/cpython2/Lib/test/
Dkeycert4.pem28 Public Key Algorithm: rsaEncryption
Dkeycert3.pem28 Public Key Algorithm: rsaEncryption
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
DPrivateKeyFactory.java83 if (algId.getAlgorithm().equals(PKCSObjectIdentifiers.rsaEncryption)) in createKey()
/external/curl/tests/certs/
DServer-localhost-sv.crt18 Public Key Algorithm: rsaEncryption
DServer-localhost0h-sv.crt18 Public Key Algorithm: rsaEncryption
DServer-localhost.nn-sv.crt18 Public Key Algorithm: rsaEncryption

12