Class AesWrapKeyEncryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
org.apache.cxf.rs.security.jose.jwe.AesWrapKeyEncryptionAlgorithm
- All Implemented Interfaces:
KeyEncryptionProvider
-
Field Summary
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
LOG -
Constructor Summary
ConstructorsConstructorDescriptionAesWrapKeyEncryptionAlgorithm(byte[] keyBytes, KeyAlgorithm keyAlgoJwt) AesWrapKeyEncryptionAlgorithm(String encodedKey, KeyAlgorithm keyAlgoJwt) AesWrapKeyEncryptionAlgorithm(SecretKey key, KeyAlgorithm keyAlgoJwt) -
Method Summary
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
checkAlgorithm, checkAlgorithms, getAlgorithm, getAlgorithmParameterSpec, getContentEncryptionAlgoJava, getEncryptedContentEncryptionKey, getKeyEncryptionAlgoJava
-
Constructor Details
-
AesWrapKeyEncryptionAlgorithm
-
AesWrapKeyEncryptionAlgorithm
-
AesWrapKeyEncryptionAlgorithm
-