Class JweEncryptionOutput


  • public class JweEncryptionOutput
    extends Object
    • Method Detail

      • getCipher

        public Cipher getCipher()
      • getEncryptedContentEncryptionKey

        public byte[] getEncryptedContentEncryptionKey()
      • getIv

        public byte[] getIv()
      • isCompressionSupported

        public boolean isCompressionSupported()
      • getEncryptedContent

        public byte[] getEncryptedContent()
      • getAuthTag

        public byte[] getAuthTag()