TWPrivateKeyImpl class
- Inheritance
-
- Object
- TWPrivateKey
- TWPrivateKeyImpl
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
-
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> -
getPublicKeySecp256k1(
Pointer< Void> pk, bool compressed) → 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) → Pointer<Void> -
signZilliqaSchnorr(
Pointer< Void> pk, Pointer<Void> digest) → Pointer<Void> -
TWPrivateKeyGetPublicKeyEd25519Cardano(
Pointer< Void> pk) → Pointer<Void> -
Returns the Ed25519Cardano public key associated with the given private key
override