CipherInfo

@native @JSType trait CipherInfo extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var blockSize: UndefOr[Double]

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

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

var ivLength: UndefOr[Double]

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 initialization vector length in bytes. This property is omitted if the cipher does not use an initialization vector.

var keyLength: Double

The expected or default key length in bytes.

The expected or default key length in bytes.

The cipher mode.

The cipher mode.

var name: String

The name of the cipher.

The name of the cipher.

var nid: Double

The nid of the cipher.

The nid of the cipher.