Class ContentEncryptionParts

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

public class ContentEncryptionParts extends Object
  • 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()