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, getAuthTagLen
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec
public AesGcmContentDecryptionAlgorithm(ContentAlgorithm supportedAlgo)
public byte[] getEncryptedSequence(JweHeaders headers, byte[] cipher, byte[] authTag)
getEncryptedSequence
in interface ContentDecryptionProvider
Apache CXF