org.apache.cxf.rs.security.jose.jwe
Class RSAKeyDecryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.WrappedKeyDecryptionAlgorithm
org.apache.cxf.rs.security.jose.jwe.RSAKeyDecryptionAlgorithm
- All Implemented Interfaces:
- KeyDecryptionAlgorithm
public class RSAKeyDecryptionAlgorithm
- extends WrappedKeyDecryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAKeyDecryptionAlgorithm
public RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey)
RSAKeyDecryptionAlgorithm
public RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey,
String supportedAlgo)
RSAKeyDecryptionAlgorithm
public RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey,
String supportedAlgo,
boolean unwrap)
getKeyCipherBlockSize
protected int getKeyCipherBlockSize()
- Overrides:
getKeyCipherBlockSize in class WrappedKeyDecryptionAlgorithm
validateKeyEncryptionAlgorithm
protected void validateKeyEncryptionAlgorithm(String keyAlgo)
- Overrides:
validateKeyEncryptionAlgorithm in class WrappedKeyDecryptionAlgorithm
Apache CXF