org.apache.cxf.rs.security.jose.jwe
Class AesGcmContentDecryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
org.apache.cxf.rs.security.jose.jwe.AesGcmContentDecryptionAlgorithm
- All Implemented Interfaces:
- ContentDecryptionAlgorithm, ContentEncryptionCipherProperties
public class AesGcmContentDecryptionAlgorithm
- extends AbstractContentEncryptionCipherProperties
- implements ContentDecryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AesGcmContentDecryptionAlgorithm
public AesGcmContentDecryptionAlgorithm()
AesGcmContentDecryptionAlgorithm
public AesGcmContentDecryptionAlgorithm(String supportedAlgo)
getEncryptedSequence
public byte[] getEncryptedSequence(JweHeaders headers,
byte[] cipher,
byte[] authTag)
- Specified by:
getEncryptedSequence in interface ContentDecryptionAlgorithm
Apache CXF