Uses of Class
com.google.crypto.tink.keyderivation.PrfBasedKeyDerivationParameters.Builder
-
Packages that use PrfBasedKeyDerivationParameters.Builder Package Description com.google.crypto.tink.keyderivation -
-
Uses of PrfBasedKeyDerivationParameters.Builder in com.google.crypto.tink.keyderivation
Methods in com.google.crypto.tink.keyderivation that return PrfBasedKeyDerivationParameters.Builder Modifier and Type Method Description static PrfBasedKeyDerivationParameters.BuilderPrfBasedKeyDerivationParameters. builder()PrfBasedKeyDerivationParameters.BuilderPrfBasedKeyDerivationParameters.Builder. setDerivedKeyParameters(Parameters derivedKeyParameters)The parameters of the keys which are in the result keyset when the user callsKeysetDeriver.deriveKeyset().PrfBasedKeyDerivationParameters.BuilderPrfBasedKeyDerivationParameters.Builder. setPrfParameters(PrfParameters prfParameters)Sets the parameters of the PRF used to create randomness from the salt.
-