Class DeterministicAeadKey

  • Direct Known Subclasses:
    AesSivKey

    public abstract class DeterministicAeadKey
    extends Key
    Represents functions to encrypt and decrypt data deterministically using AEAD.
    • Constructor Detail

      • DeterministicAeadKey

        public DeterministicAeadKey()
    • Method Detail

      • getOutputPrefix

        public abstract Bytes getOutputPrefix()
        Returns a Bytes instance which is prefixed to the ciphertext.