Click or drag to resize

AeadDecryptWithTag Method

Decrypt data using specified AEAD algorithm with the tag appended to the input.
Overload List
 NameDescription
Public methodStatic memberDecryptWithTag(Byte, Byte, Byte, AeadAlgorithm) Decrypt data using specified AEAD algorithm in one-off operation. The authentication tag is expected to be appended to the input ciphertext.
Public methodStatic memberDecryptWithTag(Byte, Byte, Byte, Byte, AeadAlgorithm, AeadOpts) Decrypt data using specified AEAD algorithm in one-off operation with AAD and options. The authentication tag is expected to be appended to the input ciphertext.
Top
See Also