Searched defs:salt (Results  1 – 3 of 3) sorted by relevance
| /libcore/ojluni/src/main/java/javax/crypto/spec/ | 
| D | PBEParameterSpec.java | 42     private byte[] salt;  field in PBEParameterSpec 55     public PBEParameterSpec(byte[] salt, int iterationCount) {  in PBEParameterSpec() 73     public PBEParameterSpec(byte[] salt, int iterationCount,  in PBEParameterSpec()
  | 
| D | PBEKeySpec.java | 67     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/ | 
| D | SecretKeyFactoryTest.java | 195     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()
  |