Class JweDecryptionOutput
- java.lang.Object
-
- org.apache.cxf.rs.security.jose.jwe.JweDecryptionOutput
-
public class JweDecryptionOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description JweDecryptionOutput(JweHeaders headers, byte[] content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()StringgetContentText()JweHeadersgetHeaders()
-
-
-
Constructor Detail
-
JweDecryptionOutput
public JweDecryptionOutput(JweHeaders headers, byte[] content)
-
-
Method Detail
-
getHeaders
public JweHeaders getHeaders()
-
getContent
public byte[] getContent()
-
getContentText
public String getContentText()
-
-