Home
last modified time | relevance | path

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

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java246 …static final DERObjectIdentifier pbeWithSHAAnd3_KeyTripleDES_CBC = new DERObjectIdentifier(pkcs… field
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJCESecretKeyFactory.java406 …super("PBEwithSHAandDES3Key-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd3_KeyTripleDES_CBC, true, PKC… in PBEWithSHAAndDES3Key()
DJDKPKCS12KeyStore.java1507 super(bcProvider, pbeWithSHAAnd3_KeyTripleDES_CBC, pbewithSHAAnd40BitRC2_CBC); in BCPKCS12KeyStore()
/external/bouncycastle/patches/
Dandroid.patch11550 - super(bcProvider, pbeWithSHAAnd3_KeyTripleDES_CBC, pbeWithSHAAnd3_KeyTripleDES_CBC);
11559 - super(null, pbeWithSHAAnd3_KeyTripleDES_CBC, pbewithSHAAnd40BitRC2_CBC);
11568 - super(null, pbeWithSHAAnd3_KeyTripleDES_CBC, pbeWithSHAAnd3_KeyTripleDES_CBC);
11577 + // super(bcProvider, pbeWithSHAAnd3_KeyTripleDES_CBC, pbeWithSHAAnd3_KeyTripleDES_CBC);
11586 + // super(null, pbeWithSHAAnd3_KeyTripleDES_CBC, pbewithSHAAnd40BitRC2_CBC);
11595 + // super(null, pbeWithSHAAnd3_KeyTripleDES_CBC, pbeWithSHAAnd3_KeyTripleDES_CBC);