org.apache.cxf.rs.security.jose.jwe
Class JweJsonConsumer
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweJsonConsumer
public class JweJsonConsumer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final Logger LOG
JweJsonConsumer
public JweJsonConsumer(String payload)
decryptWith
public JweDecryptionOutput decryptWith(JweDecryptionProvider jwe)
decryptWith
public JweDecryptionOutput decryptWith(JweDecryptionProvider jwe,
JweJsonEncryptionEntry entry)
getEncryptionObject
protected JweJsonEncryptionEntry getEncryptionObject(Map<String,Object> encryptionEntry)
getDecodedBytes
protected byte[] getDecodedBytes(Map<String,Object> map,
String name)
getProtectedHeader
public JweHeaders getProtectedHeader()
getSharedUnprotectedHeader
public JweHeaders getSharedUnprotectedHeader()
getAad
public byte[] getAad()
getAadText
public String getAadText()
getRecipients
public List<JweJsonEncryptionEntry> getRecipients()
getRecipientsMap
public Map<JweJsonEncryptionEntry,JweHeaders> getRecipientsMap()
Apache CXF