keyObject method

IPrivateKey keyObject()

Gets the underlying private key object.

Implementation

IPrivateKey keyObject() {
  return privKey;
}