| Package | Description |
|---|---|
| com.google.crypto.tink.keyderivation | |
| com.google.crypto.tink.prf |
| Modifier and Type | Method and Description |
|---|---|
PrfKey |
PrfBasedKeyDerivationKey.getPrfKey() |
| Modifier and Type | Method and Description |
|---|---|
static PrfBasedKeyDerivationKey |
PrfBasedKeyDerivationKey.create(PrfBasedKeyDerivationParameters parameters,
PrfKey prfKey,
Integer idRequirement) |
| Modifier and Type | Class and Description |
|---|---|
class |
AesCmacPrfKey
Represents a key computing AES CMAC PRF.
|
class |
HkdfPrfKey
Represents a key computing HKDF PRF.
|
class |
HmacPrfKey
Represents a key computing HMAC PRF.
|