Uses of Class
com.google.crypto.tink.prf.PrfParameters
-
Packages that use PrfParameters Package Description com.google.crypto.tink.keyderivation com.google.crypto.tink.prf -
-
Uses of PrfParameters in com.google.crypto.tink.keyderivation
Methods in com.google.crypto.tink.keyderivation that return PrfParameters Modifier and Type Method Description PrfParametersPrfBasedKeyDerivationParameters. getPrfParameters()The parameters of the PRF used to create randomness from the salt.Methods in com.google.crypto.tink.keyderivation with parameters of type PrfParameters Modifier and Type Method Description PrfBasedKeyDerivationParameters.BuilderPrfBasedKeyDerivationParameters.Builder. setPrfParameters(PrfParameters prfParameters)Sets the parameters of the PRF used to create randomness from the salt. -
Uses of PrfParameters in com.google.crypto.tink.prf
Subclasses of PrfParameters in com.google.crypto.tink.prf Modifier and Type Class Description classAesCmacPrfParametersDescribes the parameters of anAesCmacPrfKey.classHkdfPrfParametersDescribes the parameters of anHkdfPrfKey.classHmacPrfParametersDescribes the parameters of anHmacPrfKey.Methods in com.google.crypto.tink.prf that return PrfParameters Modifier and Type Method Description abstract PrfParametersPrfKey. getParameters()Returns the parameters of this key.
-