Interface KeyDeriver
-
- All Known Implementing Classes:
PrfBasedKeyDeriver
@Immutable public interface KeyDeriverDerives a single key from a given salt.This interface is Tink internal. Users should always use a
KeysetDeriver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyderiveKey(byte[] salt)
-
-
-
Method Detail
-
deriveKey
Key deriveKey(byte[] salt) throws java.security.GeneralSecurityException
- Throws:
java.security.GeneralSecurityException
-
-