Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
CipherCCMOptions
P
allowHalfOpen
P
authTagLength
P
autoDestroy
P
construct
P
decodeStrings
P
defaultEncoding
P
destroy
P
emitClose
P
encoding
P
final
P
flush
P
highWaterMark
P
objectMode
P
read
P
readableHighWaterMark
P
readableObjectMode
P
signal
P
transform
P
writableCorked
P
writableHighWaterMark
P
writableObjectMode
P
write
P
writev
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
CipherCCMOptions
P
allowHalfOpen
P
authTagLength
P
autoDestroy
P
construct
P
decodeStrings
P
defaultEncoding
P
destroy
P
emitClose
P
encoding
P
final
P
flush
P
highWaterMark
P
objectMode
P
read
P
readableHighWaterMark
P
readableObjectMode
P
signal
P
transform
P
writableCorked
P
writableHighWaterMark
P
writableObjectMode
P
write
P
writev
interface
crypto.CipherCCMOptions
interface
CipherCCMOptions
allowHalfOpen
?
:
boolean
authTagLength
:
number
autoDestroy
?
:
boolean
construct
?
:
(
this
:
Transform
,
callback
:
(
error
?
:
null
|
Error
)
=>
void
)
=>
void
decodeStrings
?
:
boolean
defaultEncoding
?
:
BufferEncoding
destroy
?
:
(
this
:
Transform
,
error
:
null
|
Error
,
callback
:
(
error
?
:
null
|
Error
)
=>
void
)
=>
void
emitClose
?
:
boolean
encoding
?
:
BufferEncoding
final
?
:
(
this
:
Transform
,
callback
:
(
error
?
:
null
|
Error
)
=>
void
)
=>
void
flush
?
:
(
this
:
Transform
,
callback
:
TransformCallback
)
=>
void
highWaterMark
?
:
number
objectMode
?
:
boolean
read
?
:
(
this
:
Transform
,
size
:
number
)
=>
void
readableHighWaterMark
?
:
number
readableObjectMode
?
:
boolean
signal
?
:
AbortSignal
transform
?
:
(
this
:
Transform
,
chunk
:
any
,
encoding
:
BufferEncoding
,
callback
:
TransformCallback
)
=>
void
writableCorked
?
:
number
writableHighWaterMark
?
:
number
writableObjectMode
?
:
boolean
write
?
:
(
this
:
Transform
,
chunk
:
any
,
encoding
:
BufferEncoding
,
callback
:
(
error
?
:
null
|
Error
)
=>
void
)
=>
void
writev
?
:
(
this
:
Transform
,
chunks
:
{
chunk
:
any
;
encoding
:
BufferEncoding
}
[]
,
callback
:
(
error
?
:
null
|
Error
)
=>
void
)
=>
void