org.apache.cxf.rs.security.jose.jwe
Class RSAOaepKeyEncryptionAlgorithm

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
      extended by org.apache.cxf.rs.security.jose.jwe.RSAOaepKeyEncryptionAlgorithm
All Implemented Interfaces:
KeyEncryptionAlgorithm

public class RSAOaepKeyEncryptionAlgorithm
extends AbstractWrapKeyEncryptionAlgorithm


Constructor Summary
RSAOaepKeyEncryptionAlgorithm(RSAPublicKey publicKey, String jweAlgo)
           
RSAOaepKeyEncryptionAlgorithm(RSAPublicKey publicKey, String jweAlgo, boolean wrap)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
checkAlgorithm, checkAlgorithms, getAlgorithm, getAlgorithmParameterSpec, getContentEncryptionAlgoJava, getEncryptedContentEncryptionKey, getKeyEncryptionAlgoJava
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAOaepKeyEncryptionAlgorithm

public RSAOaepKeyEncryptionAlgorithm(RSAPublicKey publicKey,
                                     String jweAlgo)

RSAOaepKeyEncryptionAlgorithm

public RSAOaepKeyEncryptionAlgorithm(RSAPublicKey publicKey,
                                     String jweAlgo,
                                     boolean wrap)


Apache CXF