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