TWPrivateKeyImpl class
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
Static Methods
-
create()
→ Pointer<Void>
-
-
createCopy(Pointer<Void> key)
→ Pointer<Void>
-
-
createWithData(Uint8List bytes)
→ Pointer<Void>
-
-
data(Pointer<Void> pk)
→ Pointer<Void>
-
-
delete(Pointer<Void> pk)
→ void
-
-
getPublicKeyCurve25519(Pointer<Void> pk)
→ Pointer<Void>
-
-
getPublicKeyNist256p1(Pointer<Void> pk)
→ Pointer<Void>
-
-
getPublicKeyNistEd25519(Pointer<Void> pk)
→ Pointer<Void>
-
-
getPublicKeyNistEd25519Blake2b(Pointer<Void> pk)
→ Pointer<Void>
-
-
getPublicKeyNistEd25519Extended(Pointer<Void> pk)
→ Pointer<Void>
-
-
getPublicKeySecp256k1(Pointer<Void> pk, bool compressed)
→ Pointer<Void>
-
-
getShareKey(Pointer<Void> pk, Pointer<Void> publicKey, int curve)
→ Pointer<Void>
-
-
isValid(Pointer<Void> data, int curve)
→ bool
-
-
sign(Pointer<Void> pk, Pointer<Void> digest, int curve)
→ Pointer<Void>
-
-
signAsDER(Pointer<Void> pk, Pointer<Void> digest, int curve)
→ Pointer<Void>
-
-
signSchnorr(Pointer<Void> pk, Pointer<Void> message, int curve)
→ Pointer<Void>
-