Class (GI Struct)

Gck-2GckMechanismInfo

Represents information about a PKCS11 mechanism.

This is analogous to a CK_MECHANISM_INFO structure.

When you're done with this structure it should be released with gck_mechanism_info_free().

Index

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optionalproperties: Partial<{ flags: number; max_key_size: number; min_key_size: number }>

    Returns MechanismInfo

Properties

flags: number
max_key_size: number
min_key_size: number

Methods

  • Free the GckMechanismInfo and associated resources.

    Returns void