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

/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
H A DCipherPBETest.java37 CipherPBEThread PBEWithMD5AndDES = new CipherPBEThread(
38 "PBEWithMD5AndDES", new int[] {56}, new String[] {"CBC"},
41 PBEWithMD5AndDES.launcher();
43 assertEquals(PBEWithMD5AndDES.getFailureMessages(), 0, PBEWithMD5AndDES
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DJCESecretKeyFactory.java325 * PBEWithMD5AndDES
327 static public class PBEWithMD5AndDES class in class:JCESecretKeyFactory
330 public PBEWithMD5AndDES() method in class:JCESecretKeyFactory.PBEWithMD5AndDES
H A DJCEBlockCipher.java883 * PBEWithMD5AndDES
885 static public class PBEWithMD5AndDES class in class:JCEBlockCipher
888 public PBEWithMD5AndDES() method in class:JCEBlockCipher.PBEWithMD5AndDES

Completed in 169 milliseconds