interface
crypto.CipherCCMOptions
interface CipherCCMOptions
- signal?: AbortSignal
When provided the corresponding
AbortControllercan be used to cancel an asynchronous action. - transform?: (this: Transform, chunk: any, encoding: BufferEncoding, callback: TransformCallback) => void