Home
last modified time | relevance | path

Searched refs:encryptionAlgorithm (Results 1 – 9 of 9) sorted by relevance

/external/python/pyasn1-modules/pyasn1_modules/
Drfc8018.py60 encryptionAlgorithm = _OID(rsadsi, 3) variable
102 des_EDE3_CBC = _OID(encryptionAlgorithm, 7)
104 rc2CBC = _OID(encryptionAlgorithm, 2)
106 rc5_CBC_PAD = _OID(encryptionAlgorithm, 9)
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformation.java55 protected final AlgorithmIdentifier encryptionAlgorithm; field in SignerInformation
87 this.encryptionAlgorithm = info.getDigestEncryptionAlgorithm(); in SignerInformation()
123 this.encryptionAlgorithm = info.getDigestEncryptionAlgorithm(); in SignerInformation()
212 return encryptionAlgorithm.getAlgorithm().getId(); in getEncryptionAlgOID()
223 return encodeObj(encryptionAlgorithm.getParameters()); in getEncryptionAlgParams()
359 … contentVerifier = verifier.getContentVerifier(encryptionAlgorithm, info.getDigestAlgorithm()); in doVerify()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DEncryptedData.java70 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument
76 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
DPKCSObjectIdentifiers.java89 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field
92 ASN1ObjectIdentifier des_EDE3_CBC = encryptionAlgorithm.branch("7");
94 ASN1ObjectIdentifier RC2_CBC = encryptionAlgorithm.branch("2");
96 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4");
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DEncryptedData.java72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument
78 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
DPKCSObjectIdentifiers.java92 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field
95 ASN1ObjectIdentifier des_EDE3_CBC = encryptionAlgorithm.branch("7");
97 ASN1ObjectIdentifier RC2_CBC = encryptionAlgorithm.branch("2");
99 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4");
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
DEncryptedData.java72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument
78 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
DPKCSObjectIdentifiers.java91 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field
94 ASN1ObjectIdentifier des_EDE3_CBC = encryptionAlgorithm.branch("7");
96 ASN1ObjectIdentifier RC2_CBC = encryptionAlgorithm.branch("2");
98 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4");
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py558 encryptionAlgorithm = _messages.StringField(1) variable in Object.CustomerEncryptionValue