| Package | Description |
|---|---|
| com.google.crypto.tink.keyderivation | |
| com.google.crypto.tink.keyderivation.internal |
| Class and Description |
|---|
| KeyDerivationKey
Represents a function to derive a key.
|
| KeyDerivationParameters
The public part of a
KeyDerivationKey. |
| PrfBasedKeyDerivationKey
Represents a Derivation key which is based on a PRF.
|
| PrfBasedKeyDerivationParameters
Represents the parameters needed in a
PrfBasedKeyDerivationKey. |
| PrfBasedKeyDerivationParameters.Builder
Builds a new PrfBasedKeyDerivationParameters instance.
|
| Class and Description |
|---|
| KeysetDeriver
KeysetDeriver is the interface used to derive new keysets based on an additional input, the salt.
|
| PrfBasedKeyDerivationKey
Represents a Derivation key which is based on a PRF.
|