free method

void free()

Release a PrivateKey instance from memory.

Implementation

void free() {
  bindings.CPrivateKeyFree(_privateKey);
}