@Immutable
public interface KeysetDeriver
The salt is used to create the keyset using a pseudorandom function. Implementations
must be indistinguishable from ideal KeysetDerivers, which, for every salt, generates a new
random keyset and caches it.
| Modifier and Type | Method and Description |
|---|---|
KeysetHandle |
deriveKeyset(byte[] salt) |
KeysetHandle deriveKeyset(byte[] salt) throws GeneralSecurityException
GeneralSecurityException