Class JweDecryptionOutput

java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweDecryptionOutput

public class JweDecryptionOutput extends Object
  • Constructor Details

    • JweDecryptionOutput

      public JweDecryptionOutput(JweHeaders headers, byte[] content)
  • Method Details

    • getHeaders

      public JweHeaders getHeaders()
    • getContent

      public byte[] getContent()
    • getContentText

      public String getContentText()