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