Class JweJsonConsumer
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweJsonConsumer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecryptWith(JweDecryptionProvider jwe, Map<String, Object> recipientProps) decryptWith(JweDecryptionProvider jwe, JweJsonEncryptionEntry entry) byte[]getAad()byte[]byte[]protected byte[]getDecodedBytes(Map<String, Object> map, String name) protected final JweJsonEncryptionEntrygetEncryptionObject(Map<String, Object> encryptionEntry) byte[]getJweDecryptionEntry(JweDecryptionProvider jwe, Map<String, Object> recipientProps)
-
Field Details
-
LOG
-
-
Constructor Details
-
JweJsonConsumer
-
-
Method Details
-
decryptWith
-
decryptWith
public JweDecryptionOutput decryptWith(JweDecryptionProvider jwe, Map<String, Object> recipientProps) -
decryptWith
-
getJweDecryptionEntry
-
getJweDecryptionEntry
public JweJsonEncryptionEntry getJweDecryptionEntry(JweDecryptionProvider jwe, Map<String, Object> recipientProps) -
getEncryptionObject
-
getDecodedBytes
-
getProtectedHeader
-
getAad
public byte[] getAad() -
getAadText
-
getIvBytes
public byte[] getIvBytes() -
getIvText
-
getCipherBytes
public byte[] getCipherBytes() -
getCipherText
-
getAuthTagBytes
public byte[] getAuthTagBytes() -
getAuthTagText
-
getRecipients
-
getRecipientsMap
-