Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a private key for operations with VirgilCrypto.

VirgilPrivateKey objects are not meant to be created directly using the new keyword. Use the VirgilCrypto.generateKeys and VirgilCrypto.importPrivateKey methods to create VirgilPrivateKey instances.

Hierarchy

  • VirgilPrivateKey

Implements

Index

Constructors

Properties

Constructors

constructor

Properties

identifier

identifier: Buffer

Private key identifier. Note that the private key and its corresponding public key will have the same identifier.