Package com.google.crypto.tink.aead
Class LegacyKmsEnvelopeAeadParameters.Variant
- java.lang.Object
-
- com.google.crypto.tink.aead.LegacyKmsEnvelopeAeadParameters.Variant
-
- Enclosing class:
- LegacyKmsEnvelopeAeadParameters
@Immutable public static final class LegacyKmsEnvelopeAeadParameters.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 LegacyKmsEnvelopeAeadParameters.VariantNO_PREFIXstatic LegacyKmsEnvelopeAeadParameters.VariantTINK
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
TINK
public static final LegacyKmsEnvelopeAeadParameters.Variant TINK
-
NO_PREFIX
public static final LegacyKmsEnvelopeAeadParameters.Variant NO_PREFIX
-
-