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, reportInvalidKeyAlgorithm
public RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey)
public RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey, KeyAlgorithm supportedAlgo)
public RSAKeyDecryptionAlgorithm(RSAPrivateKey privateKey, KeyAlgorithm supportedAlgo, boolean unwrap)
protected int getKeyCipherBlockSize()
getKeyCipherBlockSize
in class WrappedKeyDecryptionAlgorithm
protected void validateKeyEncryptionAlgorithm(String keyAlgo)
validateKeyEncryptionAlgorithm
in class WrappedKeyDecryptionAlgorithm
Apache CXF