destroy method

void destroy()

Destroys the secret key.

Implementation

void destroy() {
  _isDestroyed = true;
}