Uses of Class
com.google.crypto.tink.hybrid.EciesParameters.Variant
-
Packages that use EciesParameters.Variant Package Description com.google.crypto.tink.hybrid -
-
Uses of EciesParameters.Variant in com.google.crypto.tink.hybrid
Fields in com.google.crypto.tink.hybrid declared as EciesParameters.Variant Modifier and Type Field Description static EciesParameters.VariantEciesParameters.Variant. CRUNCHYLeading 0x00-byte followed by 4-byte key id (big endian format).static EciesParameters.VariantEciesParameters.Variant. NO_PREFIXEmpty prefix.static EciesParameters.VariantEciesParameters.Variant. TINKLeading 0x01-byte followed by 4-byte key id (big endian format).Methods in com.google.crypto.tink.hybrid that return EciesParameters.Variant Modifier and Type Method Description EciesParameters.VariantEciesParameters. getVariant()Methods in com.google.crypto.tink.hybrid with parameters of type EciesParameters.Variant Modifier and Type Method Description EciesParameters.BuilderEciesParameters.Builder. setVariant(EciesParameters.Variant variant)
-