Package com.google.crypto.tink.keyderivation
-
Interface Summary Interface Description KeysetDeriver KeysetDeriver is the interface used to derive new keysets based on an additional input, the salt. -
Class Summary Class Description KeyDerivationConfig Static methods and constants for registering with theRegistryall instances ofKeysetDeriverkey types supported in a particular release of Tink.KeyDerivationKey Represents a function to derive a key.KeyDerivationParameters The public part of aKeyDerivationKey.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 aPrfBasedKeyDerivationKey.PrfBasedKeyDerivationParameters.Builder Builds a new PrfBasedKeyDerivationParameters instance.