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