Retrieve the information of an existing hardware security module

Retrieve the information of an existing hardware security module based on its pkcs11 library

Path parameters
library
string required

Absolute path to the library on the file system, URL encoded

Responses
  • 200 The hardware security module information
    libraryVersion
    string required

    The Cryptoki library version number

    cryptokiVersion
    string required

    The Cryptoki interface version number

    manufacturerID
    string required

    ID of the Cryptoki library manufacturer

    libraryDescription
    string required

    character-string description of the library

  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error