Uses of Class
com.google.crypto.tink.aead.XAesGcmParameters.Variant
-
Packages that use XAesGcmParameters.Variant Package Description com.google.crypto.tink.aead -
-
Uses of XAesGcmParameters.Variant in com.google.crypto.tink.aead
Fields in com.google.crypto.tink.aead declared as XAesGcmParameters.Variant Modifier and Type Field Description static XAesGcmParameters.VariantXAesGcmParameters.Variant. NO_PREFIXstatic XAesGcmParameters.VariantXAesGcmParameters.Variant. TINKMethods in com.google.crypto.tink.aead that return XAesGcmParameters.Variant Modifier and Type Method Description XAesGcmParameters.VariantXAesGcmParameters. getVariant()Returns a variant object.Methods in com.google.crypto.tink.aead with parameters of type XAesGcmParameters.Variant Modifier and Type Method Description static XAesGcmParametersXAesGcmParameters. create(XAesGcmParameters.Variant variant, int saltSizeBytes)Creates a newXAesGcmParametersobject for generating new instances ofXAesGcmKey.
-