PrivateKey class abstract

Represents a private key

Inheritance
Implementers

Constructors

PrivateKey()

Properties

hashCode → int
The hash code for this object.
no setterinherited
publicKey → PublicKey
Gets the public key corresponding to this private key
no setter
raw → Uint8List
Returns the key's raw bytes
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → KeyType
Returns the key's type
no setterinherited

Methods

equals(PrivateKey other) → Future<bool>
Checks if this private key is equal to another
marshal() → Uint8List
Returns the protobuf bytes of the key
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(Uint8List data) → Future<Uint8List>
Signs the given data
toString() → String
A string representation of this object.
inherited

Operators

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