Uses of Class
com.google.crypto.tink.keyderivation.PrfBasedKeyDerivationParameters
-
Packages that use PrfBasedKeyDerivationParameters Package Description com.google.crypto.tink.keyderivation -
-
Uses of PrfBasedKeyDerivationParameters in com.google.crypto.tink.keyderivation
Methods in com.google.crypto.tink.keyderivation that return PrfBasedKeyDerivationParameters Modifier and Type Method Description PrfBasedKeyDerivationParametersPrfBasedKeyDerivationParameters.Builder. build()PrfBasedKeyDerivationParametersPrfBasedKeyDerivationKey. getParameters()Methods in com.google.crypto.tink.keyderivation with parameters of type PrfBasedKeyDerivationParameters Modifier and Type Method Description static PrfBasedKeyDerivationKeyPrfBasedKeyDerivationKey. create(PrfBasedKeyDerivationParameters parameters, PrfKey prfKey, java.lang.Integer idRequirement)
-