Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
CipherAEADMethods
/
setAAD
M
setAAD
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
CipherAEADMethods
/
setAAD
M
setAAD
method
crypto.CipherAEADMethods.setAAD
setAAD
(
buffer
:
BinaryLike
,
options
?
:
{
encoding
:
BufferEncoding
;
plaintextLength
:
number
}
)
:
this
;
Referenced types
type
BinaryLike
=
string
|
ArrayBufferLike
|
NodeJS.ArrayBufferView