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