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