Searched refs:encryptionAlgorithm (Results 1 – 3 of 3) sorted by relevance
55 protected final AlgorithmIdentifier encryptionAlgorithm; field in SignerInformation87 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()
89 …static final ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.1… field92 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");
72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument78 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()