Home
last modified time | relevance | path

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

/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()
110 this.encryptionAlgorithm = info.getDigestEncryptionAlgorithm(); in SignerInformation()
199 return encryptionAlgorithm.getAlgorithm().getId(); in getEncryptionAlgOID()
210 return encodeObj(encryptionAlgorithm.getParameters()); in getEncryptionAlgParams()
346 … contentVerifier = verifier.getContentVerifier(encryptionAlgorithm, info.getDigestAlgorithm()); in doVerify()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
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");
DEncryptedData.java70 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument
76 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java95 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field
98 ASN1ObjectIdentifier des_EDE3_CBC = encryptionAlgorithm.branch("7");
100 ASN1ObjectIdentifier RC2_CBC = encryptionAlgorithm.branch("2");
102 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4");
DEncryptedData.java72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument
78 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py557 encryptionAlgorithm = _messages.StringField(1) variable in Object.CustomerEncryptionValue