public interface KDF
KDFs| Modifier and Type | Method and Description |
|---|---|
byte[] |
deriveKey(byte[] secret,
byte[] salt)
Derives a key from the given secret and salt.
|
byte[] deriveKey(byte[] secret,
byte[] salt)
secret - the secret.salt - the salt.NullPointerException - if one of the arguments is null.Copyright © 2012–2015. All rights reserved.