Package com.google.crypto.tink.hybrid
Class EciesParameters.Variant
- java.lang.Object
-
- com.google.crypto.tink.hybrid.EciesParameters.Variant
-
- Enclosing class:
- EciesParameters
@Immutable public static final class EciesParameters.Variant extends java.lang.ObjectDescription of the output prefix prepended to the ciphertext.
-
-
Field Summary
Fields Modifier and Type Field Description static EciesParameters.VariantCRUNCHYLeading 0x00-byte followed by 4-byte key id (big endian format).static EciesParameters.VariantNO_PREFIXEmpty prefix.static EciesParameters.VariantTINKLeading 0x01-byte followed by 4-byte key id (big endian format).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
TINK
public static final EciesParameters.Variant TINK
Leading 0x01-byte followed by 4-byte key id (big endian format).
-
CRUNCHY
public static final EciesParameters.Variant CRUNCHY
Leading 0x00-byte followed by 4-byte key id (big endian format).
-
NO_PREFIX
public static final EciesParameters.Variant NO_PREFIX
Empty prefix.
-
-