Home
last modified time | relevance | path

Searched defs:salt (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/spec/
DPBEParameterSpec.java43 private byte[] salt; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
DPBEKeySpec.java66 private byte[] salt = null; field in PBEKeySpec
107 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
150 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) { in PBEKeySpec()
/libcore/luni/src/test/java/libcore/javax/crypto/
DSecretKeyFactoryTest.java193 private void test_PBKDF2_8BIT(char[] password, byte[] salt, int iterations, int keyLength, in test_PBKDF2_8BIT()
204 private void test_PBKDF2_UTF8(char[] password, byte[] salt, int iterations, int keyLength, in test_PBKDF2_UTF8()