Searched refs:encodeWithSalt (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DPKCS5S2PasswordStorageScheme.java320 private static byte[] encodeWithSalt(ByteSequence plaintext, byte[] saltBytes, method in class:PKCS5S2PasswordStorageScheme
351 encodeWithSalt(plaintext, saltBytes, iterations, factory);
374 return encodeWithSalt(plaintext, saltBytes, iterations, factory);
H A DPBKDF2PasswordStorageScheme.java358 private static byte[] encodeWithSalt(ByteSequence plaintext, byte[] saltBytes, method in class:PBKDF2PasswordStorageScheme
389 encodeWithSalt(plaintext, saltBytes, iterations, factory);
412 return encodeWithSalt(plaintext, saltBytes, iterations, factory);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DPKCS5S2PasswordStorageScheme.java320 private static byte[] encodeWithSalt(ByteSequence plaintext, byte[] saltBytes, method in class:PKCS5S2PasswordStorageScheme
351 encodeWithSalt(plaintext, saltBytes, iterations, factory);
374 return encodeWithSalt(plaintext, saltBytes, iterations, factory);
H A DPBKDF2PasswordStorageScheme.java358 private static byte[] encodeWithSalt(ByteSequence plaintext, byte[] saltBytes, method in class:PBKDF2PasswordStorageScheme
389 encodeWithSalt(plaintext, saltBytes, iterations, factory);
412 return encodeWithSalt(plaintext, saltBytes, iterations, factory);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DPKCS5S2PasswordStorageScheme.java287 private static byte[] encodeWithSalt(ByteSequence plaintext, byte[] saltBytes, int iterations) method in class:PKCS5S2PasswordStorageScheme
311 final byte[] userDigestBytes = encodeWithSalt(plaintext, saltBytes, iterations);
324 return encodeWithSalt(plaintext, saltBytes, iterations);
H A DPBKDF2PasswordStorageScheme.java322 private static byte[] encodeWithSalt(ByteSequence plaintext, byte[] saltBytes, int iterations) method in class:PBKDF2PasswordStorageScheme
346 final byte[] userDigestBytes = encodeWithSalt(plaintext, saltBytes, iterations);
360 return encodeWithSalt(plaintext, saltBytes, iterations);

Completed in 39 milliseconds