Uses of Class
com.google.crypto.tink.mac.HmacParameters
-
Packages that use HmacParameters Package Description com.google.crypto.tink.mac -
-
Uses of HmacParameters in com.google.crypto.tink.mac
Fields in com.google.crypto.tink.mac declared as HmacParameters Modifier and Type Field Description static HmacParametersPredefinedMacParameters. HMAC_SHA256_128BITTAGAParametersobject for generating new instances ofHmacKeywith the following parameters: Key size: 32 bytes Tag size: 16 bytes Hash function: SHA256 OutputPrefixType: TINKstatic HmacParametersPredefinedMacParameters. HMAC_SHA256_256BITTAGAParametersobject for generating new instances ofHmacKeywith the following parameters: Key size: 32 bytes Tag size: 32 bytes Hash function: SHA256 OutputPrefixType: TINKstatic HmacParametersPredefinedMacParameters. HMAC_SHA512_256BITTAGAParametersobject for generating new instances ofHmacKeywith the following parameters: Key size: 64 bytes Tag size: 32 bytes Hash function: SHA512 OutputPrefixType: TINKstatic HmacParametersPredefinedMacParameters. HMAC_SHA512_512BITTAGAParametersobject for generating new instances ofHmacKeywith the following parameters: Key size: 64 bytes Tag size: 64 bytes Hash function: SHA512 OutputPrefixType: TINKMethods in com.google.crypto.tink.mac that return HmacParameters Modifier and Type Method Description HmacParametersHmacParameters.Builder. build()HmacParametersHmacKey. getParameters()Methods in com.google.crypto.tink.mac with parameters of type HmacParameters Modifier and Type Method Description HmacKey.BuilderHmacKey.Builder. setParameters(HmacParameters parameters)
-