public class AesGcmContentDecryptionAlgorithm extends AbstractContentEncryptionCipherProperties implements ContentDecryptionProvider
LOG| Constructor and Description |
|---|
AesGcmContentDecryptionAlgorithm(ContentAlgorithm supportedAlgo) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncryptedSequence(JweHeaders headers,
byte[] cipher,
byte[] authTag) |
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec, getAuthTagLenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpecpublic AesGcmContentDecryptionAlgorithm(ContentAlgorithm supportedAlgo)
public byte[] getEncryptedSequence(JweHeaders headers, byte[] cipher, byte[] authTag)
getEncryptedSequence in interface ContentDecryptionProviderApache CXF