Package com.google.crypto.tink.keyderivation.internal
-
Interface Summary Interface Description KeyDeriver Derives a single key from a given salt. -
Class Summary Class Description KeysetDeriverWrapper Knows how to implement a KeysetDeriver object from KeyDeriver objects.PrfBasedDeriverKeyManager com.google.crypto.tink.internal.KeyTypeManagerforPrfBasedDeriverKey.PrfBasedKeyDeriver Implements the KeyDeriver interface by first applying a Prf and then using the global registry to create the correct key.