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