CipherInfo

sealed external interface CipherInfo(source)

Properties

Link copied to clipboard
abstract var blockSize: Double?

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

Link copied to clipboard
abstract var ivLength: Double?

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

Link copied to clipboard
abstract var keyLength: Double

The expected or default key length in bytes.

Link copied to clipboard
abstract var mode: CipherMode

The cipher mode.

Link copied to clipboard
abstract var name: String

The name of the cipher.

Link copied to clipboard
abstract var nid: Double

The nid of the cipher.