OpenSSHKeyPair class abstract
- Implemented types
- Implementers
Constructors
Properties
- 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.
no setterinherited
- 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.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sign(
Uint8List data) → SSHSignature -
inherited
-
toPem(
) → String -
override
-
toPublicKey(
) → SSHHostKey -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
writeTo(
SSHMessageWriter writer) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited