Home
last modified time | relevance | path

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

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java242 static final String pkcs_12PbeIds = pkcs_12 + ".1"; field
244 …inal DERObjectIdentifier pbeWithSHAAnd128BitRC4 = new DERObjectIdentifier(pkcs_12PbeIds + ".1");
245 …inal DERObjectIdentifier pbeWithSHAAnd40BitRC4 = new DERObjectIdentifier(pkcs_12PbeIds + ".2");
246 …bjectIdentifier pbeWithSHAAnd3_KeyTripleDES_CBC = new DERObjectIdentifier(pkcs_12PbeIds + ".3");
247 …bjectIdentifier pbeWithSHAAnd2_KeyTripleDES_CBC = new DERObjectIdentifier(pkcs_12PbeIds + ".4");
248 … DERObjectIdentifier pbeWithSHAAnd128BitRC2_CBC = new DERObjectIdentifier(pkcs_12PbeIds + ".5");
249 …l DERObjectIdentifier pbewithSHAAnd40BitRC2_CBC = new DERObjectIdentifier(pkcs_12PbeIds + ".6");