PublicKey class
- Implemented types
Properties
Methods
-
dispose(
) → void -
override
-
keyId(
) → KeyId -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → ByteData -
toString(
) → String -
A string representation of this object.
override
-
validateId(
KeyId keyId) → bool -
verify(
ByteData data, Signature sig) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited