TWPublicKeyImpl class
- Inheritance
-
- Object
- TWPublicKey
- TWPublicKeyImpl
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
compressed(
Pointer< Void> publicKey) → Pointer<Void> -
createWithData(
Pointer< Void> data, int publicKeyType) → Pointer<Void> -
data(
Pointer< Void> publicKey) → Uint8List -
delete(
Pointer< Void> publicKey) → void -
description(
Pointer< Void> publicKey) → String -
isCompressed(
Pointer< Void> publicKey) → bool -
isValid(
Uint8List data, int publicKeyType) → bool -
keyType(
Pointer< Void> publicKey) → int -
recover(
Uint8List signature, Uint8List message) → Pointer< Void> ? -
unCompressed(
Pointer< Void> publicKey) → Pointer<Void> -
verify(
Pointer< Void> publicKey, Uint8List signature, Uint8List message) → bool -
verifyZilliqaSchnorr(
Pointer< Void> publicKey, Uint8List signature, Uint8List message) → bool