PublicKey class abstract

Implementers

Constructors

PublicKey()
PublicKey.fromString(String publicKeyString)
Create an PublicKey from the given String.

Properties

asPointyCastle → PublicKey
Export a PublicKey as Pointy Castle PublicKey
no setter
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
Export a PublicKey as String which can be reversed using PublicKey.fromString.
override
verifySHA256Signature(Uint8List message, Uint8List signature) bool
Verify the signature of a SHA256-hashed message signed with the associated PrivateKey
verifySHA512Signature(Uint8List message, Uint8List signature) bool
Verify the signature of a SHA512-hashed message signed with the associated PrivateKey
verifySignature(String message, String signature) bool
Verify the signature of a SHA256-hashed message signed with the associated PrivateKey

Operators

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