PublicKey class abstract
A public key of some KeyPair.
The main types are:
- EcPublicKey (Ecdsa, Ecdh)
- SimplePublicKey (Ed25519, X25519)
- RsaPublicKey (RSA-based algorithms)
- Implementers
Constructors
- PublicKey()
- A constructor for subclasses.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ KeyPairType<
KeyPairData, PublicKey> -
Type of the key pair.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited