Class JweCompactConsumer
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.JweCompactConsumer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]getCipherWithAuthTag(byte[] cipher, byte[] authTag) byte[]byte[]byte[]getDecryptedContent(JweDecryptionProvider decryption) getDecryptedContentText(JweDecryptionProvider decryption) byte[]byte[]byte[]byte[]boolean
-
Field Details
-
LOG
-
-
Constructor Details
-
JweCompactConsumer
-
-
Method Details
-
getDecodedJsonHeaders
-
getJweHeaders
-
getEncryptedContentEncryptionKey
public byte[] getEncryptedContentEncryptionKey() -
getContentDecryptionCipherInitVector
public byte[] getContentDecryptionCipherInitVector() -
getContentEncryptionCipherAAD
public byte[] getContentEncryptionCipherAAD() -
getEncryptionAuthenticationTag
public byte[] getEncryptionAuthenticationTag() -
getEncryptedContent
public byte[] getEncryptedContent() -
getEncryptedContentWithAuthTag
public byte[] getEncryptedContentWithAuthTag() -
getJweDecryptionInput
-
getCipherWithAuthTag
public static byte[] getCipherWithAuthTag(byte[] cipher, byte[] authTag) -
getDecryptedContent
-
getDecryptedContentText
-
validateCriticalHeaders
public boolean validateCriticalHeaders()
-