PrivateKey class abstract

Implementers

Constructors

PrivateKey()
PrivateKey.fromString(String privateKeyString)
Create an PrivateKey from the given String.

Properties

asPointyCastle → PrivateKey
Export a PrivateKey as Pointy Castle PrivateKey
no setter
hashCode int
The hash code for this object.
no setterinherited
publicKey PublicKey
Get the PublicKey of the PrivateKey
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createSHA256Signature(Uint8List message) Uint8List
Create a SHA-256 of a message
createSHA512Signature(Uint8List message) Uint8List
Create a SHA-512 of a message
createSignature(String message) String
Sign an message which can be verified using the associated PublicKey
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Export a PrivateKey as String which can be reversed using PrivateKey.fromString.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited