Click or drag to resize

CipherDecryptAEAD Method

Decrypt data using the AES-GCM authenticated encryption algorithm.
Overload List
 NameDescription
Public methodStatic memberDecryptAEAD(Byte, Byte, Byte, AeadAlgorithm) Decrypt data using the AES-GCM authenticated encryption algorithm.
Public methodStatic memberDecryptAEAD(Byte, Byte, Byte, Byte, AeadAlgorithm, CipherOpts) Decrypt data using the AES-GCM authenticated encryption algorithm with AAD and options.
Top
See Also