canSign method

bool canSign()

Returns true if this Keypair is capable of signing.

Implementation

bool canSign() {
  return _mPrivateKey != null;
}