public class RSAKeyEncryptionAlgorithm extends AbstractWrapKeyEncryptionAlgorithm
| Constructor and Description |
|---|
RSAKeyEncryptionAlgorithm(RSAPublicKey publicKey,
String jweAlgo) |
RSAKeyEncryptionAlgorithm(RSAPublicKey publicKey,
String jweAlgo,
boolean wrap) |
checkAlgorithm, checkAlgorithms, getAlgorithm, getAlgorithmParameterSpec, getContentEncryptionAlgoJava, getEncryptedContentEncryptionKey, getKeyEncryptionAlgoJavapublic RSAKeyEncryptionAlgorithm(RSAPublicKey publicKey, String jweAlgo)
public RSAKeyEncryptionAlgorithm(RSAPublicKey publicKey, String jweAlgo, boolean wrap)
Apache CXF