Searched refs:pkcs_5 (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
H A DPKCSObjectIdentifiers.java42 static final ASN1ObjectIdentifier pkcs_5 = new ASN1ObjectIdentifier("1.2.840.113549.1.5"); field in interface:PKCSObjectIdentifiers
44 static final ASN1ObjectIdentifier pbeWithMD2AndDES_CBC = pkcs_5.branch("1");
45 static final ASN1ObjectIdentifier pbeWithMD2AndRC2_CBC = pkcs_5.branch("4");
46 static final ASN1ObjectIdentifier pbeWithMD5AndDES_CBC = pkcs_5.branch("3");
47 static final ASN1ObjectIdentifier pbeWithMD5AndRC2_CBC = pkcs_5.branch("6");
48 static final ASN1ObjectIdentifier pbeWithSHA1AndDES_CBC = pkcs_5.branch("10");
49 static final ASN1ObjectIdentifier pbeWithSHA1AndRC2_CBC = pkcs_5.branch("11");
51 static final ASN1ObjectIdentifier id_PBES2 = pkcs_5.branch("13");
53 static final ASN1ObjectIdentifier id_PBKDF2 = pkcs_5.branch("12");

Completed in 231 milliseconds