Uses of Package
com.google.crypto.tink.prf
-
Classes in com.google.crypto.tink.prf used by com.google.crypto.tink.keyderivation Class Description PrfKey Represents functions to compute a PRF.PrfParameters Represents a description of aPrfKeyexcluding the randomly chosen key material. -
Classes in com.google.crypto.tink.prf used by com.google.crypto.tink.prf Class Description AesCmacPrfKey Represents a key computing AES CMAC PRF.AesCmacPrfParameters Describes the parameters of anAesCmacPrfKey.HkdfPrfKey Represents a key computing HKDF PRF.HkdfPrfKey.Builder Builder for HkdfPrfKey.HkdfPrfParameters Describes the parameters of anHkdfPrfKey.HkdfPrfParameters.Builder Builder for HkdfPrfParameters.HkdfPrfParameters.HashType The Hash algorithm used.HmacPrfKey Represents a key computing HMAC PRF.HmacPrfKey.Builder Builder for HmacPrfKey.HmacPrfParameters Describes the parameters of anHmacPrfKey.HmacPrfParameters.Builder Builder for HmacPrfParameters.HmacPrfParameters.HashType The Hash algorithm used.Prf The Prf interface is an abstraction for an element of a pseudo random function family, selected by a key.PrfKey Represents functions to compute a PRF.PrfParameters Represents a description of aPrfKeyexcluding the randomly chosen key material.PrfSet A Tink Keyset can be converted into a set of PRFs using this primitive. -
Classes in com.google.crypto.tink.prf used by com.google.crypto.tink.prf.internal Class Description AesCmacPrfKey Represents a key computing AES CMAC PRF.Prf The Prf interface is an abstraction for an element of a pseudo random function family, selected by a key. -
Classes in com.google.crypto.tink.prf used by com.google.crypto.tink.subtle Class Description AesCmacPrfKey Represents a key computing AES CMAC PRF.HmacPrfKey Represents a key computing HMAC PRF.Prf The Prf interface is an abstraction for an element of a pseudo random function family, selected by a key. -
Classes in com.google.crypto.tink.prf used by com.google.crypto.tink.subtle.prf Class Description HkdfPrfKey Represents a key computing HKDF PRF.Prf The Prf interface is an abstraction for an element of a pseudo random function family, selected by a key.