| Package | Description |
|---|---|
| com.google.crypto.tink.keyderivation |
| Modifier and Type | Method and Description |
|---|---|
static PrfBasedKeyDerivationParameters.Builder |
PrfBasedKeyDerivationParameters.builder() |
PrfBasedKeyDerivationParameters.Builder |
PrfBasedKeyDerivationParameters.Builder.setDerivedKeyParameters(Parameters derivedKeyParameters)
The parameters of the keys which are in the result keyset when the user calls
KeysetDeriver.deriveKeyset(). |
PrfBasedKeyDerivationParameters.Builder |
PrfBasedKeyDerivationParameters.Builder.setPrfParameters(PrfParameters prfParameters)
Sets the parameters of the PRF used to create randomness from the salt.
|