Home
last modified time | relevance | path

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

123

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultCMSSignatureEncryptionAlgorithmFinder.java49 return new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE); in findEncryptionAlgorithm()
DDefaultCMSSignatureAlgorithmNameGenerator.java106 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption, "RSA"); in DefaultCMSSignatureAlgorithmNameGenerator()
DCMSSignedGenerator.java52 public static final String ENCRYPTION_RSA = PKCSObjectIdentifiers.rsaEncryption.getId();
/external/python/pyasn1/docs/source/pyasn1/type/opentype/
Dcontents.rst18 ObjectIdentifier('1.2.840.113549.1.1.1'): rsaEncryption(),
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DRSAUtil.java23 PKCSObjectIdentifiers.rsaEncryption,
DBCRSAPrivateKey.java87 …etEncodedPrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTA… in getEncoded()
DBCRSAPublicKey.java21 …_ALGORITHM_IDENTIFIER = new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTA…
DBCRSAPrivateCrtKey.java131 …etEncodedPrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTA… in getEncoded()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DRSAUtil.java25 PKCSObjectIdentifiers.rsaEncryption,
DBCRSAPublicKey.java25 …_ALGORITHM_IDENTIFIER = new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTA…
DBCRSAPrivateKey.java91 …etEncodedPrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTA… in getEncoded()
DBCRSAPrivateCrtKey.java133 …etEncodedPrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTA… in getEncoded()
/external/python/pyasn1-modules/pyasn1_modules/
Drfc2437.py21 rsaEncryption = univ.ObjectIdentifier('1.2.840.113549.1.1.1') variable
/external/conscrypt/openjdk/src/test/resources/
Dca-cert.pem12 Public Key Algorithm: rsaEncryption
Dcert.pem12 Public Key Algorithm: rsaEncryption
Dcert-ct-poisoned.pem12 Public Key Algorithm: rsaEncryption
Dcert-ct-embedded.pem12 Public Key Algorithm: rsaEncryption
/external/autotest/client/site_tests/security_OpenSSLRegressions/src/
Dcert.pem13 Public Key Algorithm: rsaEncryption
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DRSA.java100 registerOid(provider, PKCSObjectIdentifiers.rsaEncryption, "RSA", keyFact); in configure()
/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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/
DRSA.java107 registerOid(provider, PKCSObjectIdentifiers.rsaEncryption, "RSA", keyFact); in configure()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
DOperatorHelper.java119 asymmetricWrapperAlgNames.put(PKCSObjectIdentifiers.rsaEncryption, "RSA/ECB/PKCS1Padding"); in asymmetricWrapperAlgNames.put() argument
319 if (cipherAlgId.getAlgorithm().equals(PKCSObjectIdentifiers.rsaEncryption)) in createAlgorithmParameters()

123