Skip to main content

CipherInfo

interface CipherInfo

Properties Jump to heading

The name of the cipher.

The nid of the cipher.

optional
Jump to headingblockSize: number | undefined

The block size of the cipher in bytes. This property is omitted when mode is 'stream'.

optional
Jump to headingivLength: number | undefined

The expected or default initialization vector length in bytes. This property is omitted if the cipher does not use an initialization vector.

The expected or default key length in bytes.

Back to top