Searched refs:encryptionAlgorithm (Results 1 – 3 of 3) sorted by relevance
61 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument67 v.add(encryptionAlgorithm.getDERObject()); in EncryptedData()
58 static final String encryptionAlgorithm = "1.2.840.113549.3"; field60 …RObjectIdentifier des_EDE3_CBC = new DERObjectIdentifier(encryptionAlgorithm + ".7");61 …RObjectIdentifier RC2_CBC = new DERObjectIdentifier(encryptionAlgorithm + ".2");
14 …public static final DERObjectIdentifier encryptionAlgorithm = new DERObjectIdentifier("1.3.6.1.4.1… field