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.
VirgilPrivateKey
new
Private key identifier. Note that the private key and its corresponding public key will have the same identifier.
Represents a private key for operations with VirgilCrypto.
VirgilPrivateKeyobjects are not meant to be created directly using thenewkeyword. Use the VirgilCrypto.generateKeys and VirgilCrypto.importPrivateKey methods to createVirgilPrivateKeyinstances.