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