| Interface | Description |
|---|---|
| KeysetDeriver |
KeysetDeriver is the interface used to derive new keysets based on an additional input, the salt.
|
| Class | Description |
|---|---|
| KeyDerivationConfig |
Static methods and constants for registering with the
Registry all
instances of KeysetDeriver key types supported in a particular release of Tink. |
| KeyDerivationKey |
Represents a function to derive a key.
|
| KeyDerivationParameters |
The public part of a
KeyDerivationKey. |
| KeysetDeriverWrapper |
KeysetDeriverWrapper is the implementation of PrimitiveWrapper for the KeysetDeriver primitive.
|
| 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.
|