Class WrappedStreamingAead


  • public class WrappedStreamingAead
    extends java.lang.Object
    StreamingAeadWrapper is the implementation of PrimitiveWrapper for the StreamingAead primitive.

    The returned primitive works with a keyset (rather than a single key). To encrypt a plaintext, it uses the primary key in the keyset. To decrypt, the primitive tries the enabled keys from the keyset to select the right key for decryption. All keys in a keyset of StreamingAead have type OutputPrefixType.RAW.