Class AesGcmContentDecryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
org.apache.cxf.rs.security.jose.jwe.AesGcmContentDecryptionAlgorithm
- All Implemented Interfaces:
ContentDecryptionProvider,ContentEncryptionCipherProperties
public class AesGcmContentDecryptionAlgorithm
extends AbstractContentEncryptionCipherProperties
implements ContentDecryptionProvider
-
Field Summary
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getEncryptedSequence(JweHeaders headers, byte[] cipher, byte[] authTag) Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec, getAuthTagLenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.rs.security.jose.jwe.ContentEncryptionCipherProperties
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec
-
Constructor Details
-
AesGcmContentDecryptionAlgorithm
-
-
Method Details
-
getEncryptedSequence
- Specified by:
getEncryptedSequencein interfaceContentDecryptionProvider
-