Uses of Class
com.google.crypto.tink.mac.AesCmacParameters.Variant
-
Packages that use AesCmacParameters.Variant Package Description com.google.crypto.tink.mac -
-
Uses of AesCmacParameters.Variant in com.google.crypto.tink.mac
Fields in com.google.crypto.tink.mac declared as AesCmacParameters.Variant Modifier and Type Field Description static AesCmacParameters.VariantAesCmacParameters.Variant. CRUNCHYstatic AesCmacParameters.VariantAesCmacParameters.Variant. LEGACYstatic AesCmacParameters.VariantAesCmacParameters.Variant. NO_PREFIXstatic AesCmacParameters.VariantAesCmacParameters.Variant. TINKMethods in com.google.crypto.tink.mac that return AesCmacParameters.Variant Modifier and Type Method Description AesCmacParameters.VariantAesCmacParameters. getVariant()Returns a variant object.Methods in com.google.crypto.tink.mac with parameters of type AesCmacParameters.Variant Modifier and Type Method Description AesCmacParameters.BuilderAesCmacParameters.Builder. setVariant(AesCmacParameters.Variant variant)
-