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