Class ContentEncryptionParts

java.lang.Object
org.jose4j.jwe.ContentEncryptionParts

public class ContentEncryptionParts extends Object
  • Field Details

    • iv

      private byte[] iv
    • ciphertext

      private byte[] ciphertext
    • authenticationTag

      private byte[] authenticationTag
  • Constructor Details

    • ContentEncryptionParts

      public ContentEncryptionParts(byte[] iv, byte[] ciphertext, byte[] authenticationTag)
  • Method Details

    • getIv

      public byte[] getIv()
    • getCiphertext

      public byte[] getCiphertext()
    • getAuthenticationTag

      public byte[] getAuthenticationTag()