Package com.google.crypto.tink.aead
Class LegacyKmsAeadParameters.Variant
- java.lang.Object
-
- com.google.crypto.tink.aead.LegacyKmsAeadParameters.Variant
-
- Enclosing class:
- LegacyKmsAeadParameters
@Immutable public static final class LegacyKmsAeadParameters.Variant extends java.lang.ObjectDescribes how the prefix is computed. There are two main possibilities: NO_PREFIX (empty prefix) and TINK (prefix the ciphertext with 0x01 followed by a 4-byte key id in big endian).
-
-
Field Summary
Fields Modifier and Type Field Description static LegacyKmsAeadParameters.VariantNO_PREFIXstatic LegacyKmsAeadParameters.VariantTINK
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
TINK
public static final LegacyKmsAeadParameters.Variant TINK
-
NO_PREFIX
public static final LegacyKmsAeadParameters.Variant NO_PREFIX
-
-