interface CipherInfo
Properties Jump to heading
Jump to headingname: stringThe name of the cipher.
Jump to headingnid: numberThe nid of the cipher.
optional
Jump to headingblockSize: number | undefinedThe block size of the cipher in bytes. This property is omitted when mode is 'stream'.
optional
Jump to headingivLength: number | undefinedThe expected or default initialization vector length in bytes. This property is omitted if the cipher does not use an initialization vector.
Jump to headingkeyLength: numberThe expected or default key length in bytes.
The cipher mode.