Home
last modified time | relevance | path

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

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/
DEncryptedData.java61 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument
67 v.add(encryptionAlgorithm.getDERObject()); in EncryptedData()
DPKCSObjectIdentifiers.java58 static final String encryptionAlgorithm = "1.2.840.113549.3"; field
60 …RObjectIdentifier des_EDE3_CBC = new DERObjectIdentifier(encryptionAlgorithm + ".7");
61 …RObjectIdentifier RC2_CBC = new DERObjectIdentifier(encryptionAlgorithm + ".2");
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/gnu/
DGNUObjectIdentifiers.java14 …public static final DERObjectIdentifier encryptionAlgorithm = new DERObjectIdentifier("1.3.6.1.4.1… field