Uses of Class
com.google.crypto.tink.mac.AesCmacParameters
-
Packages that use AesCmacParameters Package Description com.google.crypto.tink.mac -
-
Uses of AesCmacParameters in com.google.crypto.tink.mac
Fields in com.google.crypto.tink.mac declared as AesCmacParameters Modifier and Type Field Description static AesCmacParametersPredefinedMacParameters. AES_CMACAParametersobject for generating new instances ofCmacKeywith the following parameters: Key size: 32 bytes Tag size: 16 bytes OutputPrefixType: TINKMethods in com.google.crypto.tink.mac that return AesCmacParameters Modifier and Type Method Description AesCmacParametersAesCmacParameters.Builder. build()AesCmacParametersAesCmacKey. getParameters()Methods in com.google.crypto.tink.mac with parameters of type AesCmacParameters Modifier and Type Method Description AesCmacKey.BuilderAesCmacKey.Builder. setParameters(AesCmacParameters parameters)
-