| Package | Description |
|---|---|
| com.google.crypto.tink.keyderivation.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
PrfBasedKeyDeriver
Implements the KeyDeriver interface by first applying a Prf and then using the global registry to
create the correct key.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyDeriver |
PrfBasedKeyDeriver.create(PrfBasedKeyDerivationKey key) |
| Modifier and Type | Method and Description |
|---|---|
Class<KeyDeriver> |
KeysetDeriverWrapper.getInputPrimitiveClass() |
| Modifier and Type | Method and Description |
|---|---|
KeysetDeriver |
KeysetDeriverWrapper.wrap(PrimitiveSet<KeyDeriver> primitiveSet) |