org.apache.cxf.rs.security.oauth2.jwe
Class RSAJweDecryption
java.lang.Object
org.apache.cxf.rs.security.oauth2.jwe.AbstractJweDecryption
org.apache.cxf.rs.security.oauth2.jwe.WrappedKeyJweDecryption
org.apache.cxf.rs.security.oauth2.jwe.RSAJweDecryption
- All Implemented Interfaces:
- JweDecryption
public class RSAJweDecryption
- extends WrappedKeyJweDecryption
| Methods inherited from class org.apache.cxf.rs.security.oauth2.jwe.AbstractJweDecryption |
decrypt, decrypt, doDecrypt, getContentEncryptionAlgorithm, getContentEncryptionCipherAAD, getContentEncryptionCipherInitVector, getContentEncryptionCipherSpec, getEncryptedContentEncryptionKey, getEncryptedContentWithAuthTag, getEncryptionAuthenticationTag, getEncryptionAuthenticationTagLenBits |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAJweDecryption
public RSAJweDecryption(RSAPrivateKey privateKey)
RSAJweDecryption
public RSAJweDecryption(RSAPrivateKey privateKey,
boolean unwrap)
RSAJweDecryption
public RSAJweDecryption(RSAPrivateKey privateKey,
boolean unwrap,
JweCryptoProperties props)
getKeyCipherBlockSize
protected int getKeyCipherBlockSize()
- Overrides:
getKeyCipherBlockSize in class WrappedKeyJweDecryption
Apache CXF