org.apache.cxf.rs.security.jose.jwe
Class JweDecryptionOutput

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

public class JweDecryptionOutput
extends Object


Constructor Summary
JweDecryptionOutput(JweHeaders headers, byte[] content)
           
 
Method Summary
 byte[] getContent()
           
 String getContentText()
           
 JweHeaders getHeaders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JweDecryptionOutput

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

getHeaders

public JweHeaders getHeaders()

getContent

public byte[] getContent()

getContentText

public String getContentText()


Apache CXF