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.java42 private byte[] salt; field in PBEParameterSpec
55 public PBEParameterSpec(byte[] salt, int iterationCount) { in PBEParameterSpec()
73 public PBEParameterSpec(byte[] salt, int iterationCount, in PBEParameterSpec()
DPBEKeySpec.java67 private byte[] salt = null; field in PBEKeySpec
108 public PBEKeySpec(char[] password, byte[] salt, int iterationCount, in PBEKeySpec()
151 public PBEKeySpec(char[] password, byte[] salt, int iterationCount) { in PBEKeySpec()
/libcore/luni/src/test/java/libcore/javax/crypto/
DSecretKeyFactoryTest.java195 private void test_PBKDF2_8BIT(char[] password, byte[] salt, int iterations, int keyLength, in test_PBKDF2_8BIT()
206 private void test_PBKDF2_UTF8(char[] password, byte[] salt, int iterations, int keyLength, in test_PBKDF2_UTF8()