Represents a PKCS#11 session object

Hierarchy (view full)

Constructors

Properties

Object class (type)

handle: Buffer

ID of PKCS#11 object

label: string

Description of the object (default empty)

lib: PKCS11

PKCS#11 module

modifiable: boolean

true if object can be modified. Default is false

private: boolean

true if object is a private object and false if object is a public object. Default value is token-specific, and may depend on the values of other attributes of the object.

session: Session

PKCS#11 session

token: boolean

true if object is a token object and false if object is a session object. Default is false.

Accessors

  • get size(): number
  • Gets the size of an object in bytes

    Returns number

Methods

Generated using TypeDoc