Ed25519PublicKey class
- Implemented types
Constructors
- Ed25519PublicKey(BinaryBlob rawKey)
Properties
- derKey ↔ DerEncodedBlob
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rawKey ↔ BinaryBlob
-
getter/setter pair
- 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
-
toDer(
) → DerEncodedBlob -
override
-
toRaw(
) → BinaryBlob -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- DER_PREFIX ↔ Uint8List
-
getter/setter pair
- RAW_KEY_LENGTH ↔ int
-
getter/setter pair
Static Methods
-
derDecode(
BinaryBlob key) → BinaryBlob -
derEncode(
BinaryBlob publicKey) → DerEncodedBlob -
from(
PublicKey key) → Ed25519PublicKey -
fromDer(
BinaryBlob derKey) → Ed25519PublicKey -
fromRaw(
BinaryBlob rawKey) → Ed25519PublicKey