Gjsify LogoGjsify Logo

A structure representing a PKCS#11 PIN. There are no public fields visible in this structure. Use the various accessor functions.

record

Hierarchy

  • Pin

Index

Constructors

Properties

Methods

Constructors

Properties

name: string

Methods

  • get_length(): number
  • get_value(length: number): number
  • Get the PIN value from a P11KitPin. length will be set to the length of the value.

    The value returned is owned by the P11KitPin and should not be modified. It remains valid as long as a reference to the PIN is held. The PIN value will not contain an extra null-terminator character.

    Parameters

    • length: number

      a location to return the value length

    Returns number

  • unref(): void
  • Remove a reference from a P11KitPin. When all references have been removed then the PIN will be freed and will no longer be in memory.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method