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