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