Class RSAKeyEncryptionAlgorithm
- java.lang.Object
-
- org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
-
- org.apache.cxf.rs.security.jose.jwe.RSAKeyEncryptionAlgorithm
-
- All Implemented Interfaces:
KeyEncryptionProvider
public class RSAKeyEncryptionAlgorithm extends AbstractWrapKeyEncryptionAlgorithm
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
LOG
-
-
Constructor Summary
Constructors Constructor Description RSAKeyEncryptionAlgorithm(RSAPublicKey publicKey, KeyAlgorithm jweAlgo)RSAKeyEncryptionAlgorithm(RSAPublicKey publicKey, KeyAlgorithm jweAlgo, boolean wrap)
-
Method Summary
-
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
checkAlgorithm, checkAlgorithms, getAlgorithm, getAlgorithmParameterSpec, getContentEncryptionAlgoJava, getEncryptedContentEncryptionKey, getKeyEncryptionAlgoJava
-
-
-
-
Constructor Detail
-
RSAKeyEncryptionAlgorithm
public RSAKeyEncryptionAlgorithm(RSAPublicKey publicKey, KeyAlgorithm jweAlgo)
-
RSAKeyEncryptionAlgorithm
public RSAKeyEncryptionAlgorithm(RSAPublicKey publicKey, KeyAlgorithm jweAlgo, boolean wrap)
-
-