public class AesWrapKeyDecryptionAlgorithm extends WrappedKeyDecryptionAlgorithm
LOG
Constructor and Description |
---|
AesWrapKeyDecryptionAlgorithm(byte[] secretKey) |
AesWrapKeyDecryptionAlgorithm(byte[] secretKey,
KeyAlgorithm supportedAlgo) |
AesWrapKeyDecryptionAlgorithm(SecretKey secretKey) |
AesWrapKeyDecryptionAlgorithm(SecretKey secretKey,
KeyAlgorithm supportedAlgo) |
AesWrapKeyDecryptionAlgorithm(String encodedKey) |
AesWrapKeyDecryptionAlgorithm(String encodedKey,
KeyAlgorithm supportedAlgo) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isValidAlgorithmFamily(String keyAlgo) |
protected void |
validateKeyEncryptionAlgorithm(String keyAlgo) |
getAlgorithm, getAlgorithmParameterSpec, getCekDecryptionKey, getContentEncryptionAlgorithm, getDecryptedContentEncryptionKey, getEncryptedContentEncryptionKey, getKeyCipherBlockSize, getKeyEncryptionAlgorithm, reportInvalidKeyAlgorithm
public AesWrapKeyDecryptionAlgorithm(String encodedKey)
public AesWrapKeyDecryptionAlgorithm(String encodedKey, KeyAlgorithm supportedAlgo)
public AesWrapKeyDecryptionAlgorithm(byte[] secretKey)
public AesWrapKeyDecryptionAlgorithm(byte[] secretKey, KeyAlgorithm supportedAlgo)
public AesWrapKeyDecryptionAlgorithm(SecretKey secretKey)
public AesWrapKeyDecryptionAlgorithm(SecretKey secretKey, KeyAlgorithm supportedAlgo)
protected void validateKeyEncryptionAlgorithm(String keyAlgo)
validateKeyEncryptionAlgorithm
in class WrappedKeyDecryptionAlgorithm
protected boolean isValidAlgorithmFamily(String keyAlgo)
Apache CXF