org.apache.cxf.rs.security.jose.jwe
Class RSAKeyEncryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
org.apache.cxf.rs.security.jose.jwe.RSAKeyEncryptionAlgorithm
- All Implemented Interfaces:
- KeyEncryptionAlgorithm
public class RSAKeyEncryptionAlgorithm
- extends AbstractWrapKeyEncryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAKeyEncryptionAlgorithm
public RSAKeyEncryptionAlgorithm(RSAPublicKey publicKey,
String jweAlgo)
RSAKeyEncryptionAlgorithm
public RSAKeyEncryptionAlgorithm(RSAPublicKey publicKey,
String jweAlgo,
boolean wrap)
Apache CXF