Check whether this private key is valid.
| 91 | |
| 92 | //! Check whether this private key is valid. |
| 93 | bool IsValid() const { return fValid; } |
| 94 | |
| 95 | //! Check whether the public key corresponding to this private key is (to be) compressed. |
| 96 | bool IsCompressed() const { return fCompressed; } |
no outgoing calls