Class: Pkcs11EcdsaKey

Pkcs11EcdsaKey


new Pkcs11EcdsaKey()

This module implements the module:api.Key interface, for ECDSA key management by Hardware Security Module support via PKCS#11 interface.

Extends

  • module:api.Key

Methods


toBytes()

Returns the string representation of the bytes that represent the key. if private key then it will be the handle to the private key if public key then it will be the actual public key
Returns:
key or handle to the key as string
Type
string