org.apache.cxf.rs.security.jose.jwe
Class JweDecryptionOutput
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweDecryptionOutput
public class JweDecryptionOutput
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JweDecryptionOutput
public JweDecryptionOutput(JweHeaders headers,
byte[] content)
getHeaders
public JweHeaders getHeaders()
getContent
public byte[] getContent()
getContentText
public String getContentText()
Apache CXF