Uses of Class
com.google.crypto.tink.hybrid.HpkeParameters.Variant
-
Packages that use HpkeParameters.Variant Package Description com.google.crypto.tink.hybrid -
-
Uses of HpkeParameters.Variant in com.google.crypto.tink.hybrid
Fields in com.google.crypto.tink.hybrid declared as HpkeParameters.Variant Modifier and Type Field Description static HpkeParameters.VariantHpkeParameters.Variant. CRUNCHYCRUNCHY: Leading 0x00-byte followed by 4-byte key id (big endian format).static HpkeParameters.VariantHpkeParameters.Variant. NO_PREFIXNO_PREFIX: Empty prefix.static HpkeParameters.VariantHpkeParameters.Variant. TINKTINK: Leading 0x01-byte followed by 4-byte key id (big endian format).Methods in com.google.crypto.tink.hybrid that return HpkeParameters.Variant Modifier and Type Method Description HpkeParameters.VariantHpkeParameters. getVariant()Methods in com.google.crypto.tink.hybrid with parameters of type HpkeParameters.Variant Modifier and Type Method Description HpkeParameters.BuilderHpkeParameters.Builder. setVariant(HpkeParameters.Variant variant)
-