Class XAesGcmParameters.Variant

  • Enclosing class:
    XAesGcmParameters

    @Immutable
    public static final class XAesGcmParameters.Variant
    extends java.lang.Object
    Describes how the prefix is computed. For AEAD, there are two possibilities: either NO_PREFIX (empty prefix) or TINK (prefix the ciphertext with 0x01 followed by a 4-byte key id in big endian format).