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