PrivateKey class
- Implemented types
Constructors
-
PrivateKey(Pointer<
Void> _ffi, bool _owned)
Properties
Methods
-
dispose(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publicKey(
) → PublicKey -
sign(
ByteData data) → Signature -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromSecp(
SecpPrivateKey secpSk) → PrivateKey