OpenSSHEd25519KeyPair class
- Inheritance
-
- Object
- OpenSSHKeyPair
- OpenSSHEd25519KeyPair
Constructors
- OpenSSHEd25519KeyPair(Uint8List publicKey, Uint8List privateKey, String comment)
- OpenSSHEd25519KeyPair.readFrom(SSHMessageReader reader)
-
factory
Properties
- comment → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
name is the name of the algorithm used when saving the key. This only
affects how the key is serialized.
final
- privateKey → Uint8List
-
final
- publicKey → Uint8List
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
type indicates not only the encoding of the key, but also the the
algorithm used when signing. Until now only RSA keys have types that are
different from name.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sign(
Uint8List data) → SSHEd25519Signature -
override
-
toPem(
) → String -
inherited
-
toPublicKey(
) → SSHHostKey -
override
-
toString(
) → String -
A string representation of this object.
override
-
writeTo(
SSHMessageWriter writer) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited