Uses of Class
com.google.crypto.tink.prf.HmacPrfParameters
-
Packages that use HmacPrfParameters Package Description com.google.crypto.tink.prf -
-
Uses of HmacPrfParameters in com.google.crypto.tink.prf
Fields in com.google.crypto.tink.prf declared as HmacPrfParameters Modifier and Type Field Description static HmacPrfParametersPredefinedPrfParameters. HMAC_SHA256_PRFAParametersobject for generating new instances ofHmacPrfKeywith the following parameters: Hash function: SHA256 HMAC key size: 32 bytesstatic HmacPrfParametersPredefinedPrfParameters. HMAC_SHA512_PRFAParametersobject for generating new instances ofHmacPrfKeywith the following parameters: Hash function: SHA512 HMAC key size: 64 bytesMethods in com.google.crypto.tink.prf that return HmacPrfParameters Modifier and Type Method Description HmacPrfParametersHmacPrfParameters.Builder. build()HmacPrfParametersHmacPrfKey. getParameters()Methods in com.google.crypto.tink.prf with parameters of type HmacPrfParameters Modifier and Type Method Description HmacPrfKey.BuilderHmacPrfKey.Builder. setParameters(HmacPrfParameters parameters)
-