org.apache.cxf.rs.security.oauth2.jwe
Class JweCompactConsumer
java.lang.Object
org.apache.cxf.rs.security.oauth2.jwe.JweCompactConsumer
public class JweCompactConsumer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JweCompactConsumer
public JweCompactConsumer(String jweContent)
JweCompactConsumer
public JweCompactConsumer(String jweContent,
JwtHeadersReader reader)
enforceJweCryptoProperties
public void enforceJweCryptoProperties(JweCryptoProperties props)
getDecodedJsonHeaders
public String getDecodedJsonHeaders()
getJweHeaders
public JweHeaders getJweHeaders()
getEncryptedContentEncryptionKey
public byte[] getEncryptedContentEncryptionKey()
getContentDecryptionCipherInitVector
public byte[] getContentDecryptionCipherInitVector()
getContentEncryptionCipherAAD
public byte[] getContentEncryptionCipherAAD()
getEncryptionAuthenticationTag
public byte[] getEncryptionAuthenticationTag()
getEncryptedContentWithAuthTag
public byte[] getEncryptedContentWithAuthTag()
getDecryptedContent
public byte[] getDecryptedContent(JweDecryption decryption)
getDecryptedContentText
public String getDecryptedContentText(JweDecryption decryption)
Apache CXF