| Package | Description |
|---|---|
| com.google.crypto.tink.keyderivation | |
| com.google.crypto.tink.prf |
| Modifier and Type | Method and Description |
|---|---|
PrfParameters |
PrfBasedKeyDerivationParameters.getPrfParameters()
The parameters of the PRF used to create randomness from the salt.
|
| Modifier and Type | Method and Description |
|---|---|
PrfBasedKeyDerivationParameters.Builder |
PrfBasedKeyDerivationParameters.Builder.setPrfParameters(PrfParameters prfParameters)
Sets the parameters of the PRF used to create randomness from the salt.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AesCmacPrfParameters
Describes the parameters of an
AesCmacPrfKey. |
class |
HkdfPrfParameters
Describes the parameters of an
HkdfPrfKey. |
class |
HmacPrfParameters
Describes the parameters of an
HmacPrfKey. |
| Modifier and Type | Method and Description |
|---|---|
abstract PrfParameters |
PrfKey.getParameters()
Returns the parameters of this key.
|