Uses of Class
com.google.crypto.tink.prf.PrfKey
-
Packages that use PrfKey Package Description com.google.crypto.tink.keyderivation com.google.crypto.tink.prf -
-
Uses of PrfKey in com.google.crypto.tink.keyderivation
Methods in com.google.crypto.tink.keyderivation that return PrfKey Modifier and Type Method Description PrfKeyPrfBasedKeyDerivationKey. getPrfKey()Methods in com.google.crypto.tink.keyderivation with parameters of type PrfKey Modifier and Type Method Description static PrfBasedKeyDerivationKeyPrfBasedKeyDerivationKey. create(PrfBasedKeyDerivationParameters parameters, PrfKey prfKey, java.lang.Integer idRequirement) -
Uses of PrfKey in com.google.crypto.tink.prf
Subclasses of PrfKey in com.google.crypto.tink.prf Modifier and Type Class Description classAesCmacPrfKeyRepresents a key computing AES CMAC PRF.classHkdfPrfKeyRepresents a key computing HKDF PRF.classHmacPrfKeyRepresents a key computing HMAC PRF.
-