public class RSAKeyDecryptionAlgorithm extends WrappedKeyDecryptionAlgorithm
| Constructor and Description |
|---|
RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey) |
RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey,
String supportedAlgo) |
RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey,
String supportedAlgo,
boolean unwrap) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getKeyCipherBlockSize() |
protected void |
validateKeyEncryptionAlgorithm(String keyAlgo) |
getAlgorithm, getAlgorithmParameterSpec, getCekDecryptionKey, getContentEncryptionAlgorithm, getDecryptedContentEncryptionKey, getEncryptedContentEncryptionKey, getKeyEncryptionAlgorithmpublic RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey)
public RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey, String supportedAlgo)
public RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey, String supportedAlgo, boolean unwrap)
protected int getKeyCipherBlockSize()
getKeyCipherBlockSize in class WrappedKeyDecryptionAlgorithmprotected void validateKeyEncryptionAlgorithm(String keyAlgo)
validateKeyEncryptionAlgorithm in class WrappedKeyDecryptionAlgorithmApache CXF