public class AesWrapKeyEncryptionAlgorithm extends AbstractWrapKeyEncryptionAlgorithm
| Constructor and Description |
|---|
AesWrapKeyEncryptionAlgorithm(byte[] keyBytes,
String keyAlgoJwt) |
AesWrapKeyEncryptionAlgorithm(SecretKey key,
String keyAlgoJwt) |
AesWrapKeyEncryptionAlgorithm(String encodedKey,
String keyAlgoJwt) |
checkAlgorithm, checkAlgorithms, getAlgorithm, getAlgorithmParameterSpec, getContentEncryptionAlgoJava, getEncryptedContentEncryptionKey, getKeyEncryptionAlgoJavaApache CXF