Searched refs:PKCS5S1 (Results 1 – 3 of 3) sorted by relevance
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
D | JCESecretKeyFactory.java | 287 … super("PBEwithMD5andDES", PKCSObjectIdentifiers.pbeWithMD5AndDES_CBC, true, PKCS5S1, MD5, 64, 64); in PBEWithMD5AndDES() 299 … super("PBEwithMD5andRC2", PKCSObjectIdentifiers.pbeWithMD5AndRC2_CBC, true, PKCS5S1, MD5, 64, 64); in PBEWithMD5AndRC2() 311 …super("PBEwithSHA1andDES", PKCSObjectIdentifiers.pbeWithSHA1AndDES_CBC, true, PKCS5S1, SHA1, 64, 6… in PBEWithSHA1AndDES() 323 …super("PBEwithSHA1andRC2", PKCSObjectIdentifiers.pbeWithSHA1AndRC2_CBC, true, PKCS5S1, SHA1, 64, 6… in PBEWithSHA1AndRC2()
|
D | PBE.java | 42 static final int PKCS5S1 = 0; field 58 if (type == PKCS5S1) in makePBEGenerator()
|
/external/bouncycastle/patches/ |
D | android.patch | 4612 - super("PBEwithMD2andDES", PKCSObjectIdentifiers.pbeWithMD2AndDES_CBC, true, PKCS5S1, M… 4624 - super("PBEwithMD2andRC2", PKCSObjectIdentifiers.pbeWithMD2AndRC2_CBC, true, PKCS5S1, M… 4636 + // super("PBEwithMD2andDES", PKCSObjectIdentifiers.pbeWithMD2AndDES_CBC, true, PKCS5S1… 4648 + // super("PBEwithMD2andRC2", PKCSObjectIdentifiers.pbeWithMD2AndRC2_CBC, true, PKCS5S1…
|