KeyPair class
Constructors
- KeyPair()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- privateKey ↔ ECPrivateKey
-
getter/setter pair
- publicKey ↔ ECPublicKey
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getPemEncodedPrivateKey(
) → String -
getPemEncodedPublicKey(
) → String -
getSecureRandom(
) → SecureRandom -
keySignature(
Uint8List signContent, ECPrivateKey privateKey) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
privateKeyFromPem(
String privateKeyPem) → ECPrivateKey -
publicKeyFromPem(
String publicKeyPem) → ECPublicKey -
toString(
) → String -
A string representation of this object.
inherited
-
verifySignature(
ECPublicKey publicKey, Uint8List messageBytes, Uint8List signaturebytes) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited