Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
CipherAEADMethods
M
getAuthTag
M
setAAD
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
CipherAEADMethods
M
getAuthTag
M
setAAD
interface
crypto.CipherAEADMethods
interface
CipherAEADMethods
getAuthTag
()
:
NonSharedBuffer
;
setAAD
(
buffer
:
BinaryLike
,
options
?
:
{
encoding
:
BufferEncoding
;
plaintextLength
:
number
}
)
:
this
;