Home
last modified time | relevance | path

Searched refs:encryptionAlgorithm (Results 1 – 3 of 3) 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()
197 return encryptionAlgorithm.getAlgorithm().getId(); in getEncryptionAlgOID()
208 return encodeObj(encryptionAlgorithm.getParameters()); in getEncryptionAlgParams()
344 … contentVerifier = verifier.getContentVerifier(encryptionAlgorithm, info.getDigestAlgorithm()); in doVerify()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java89 …static final ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.1… field
92 static final ASN1ObjectIdentifier des_EDE3_CBC = encryptionAlgorithm.branch("7");
94 static final ASN1ObjectIdentifier RC2_CBC = encryptionAlgorithm.branch("2");
96 static final ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4");
DEncryptedData.java72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument
78 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()