SSHKeyPairAgent class
- Implemented types
Constructors
-
SSHKeyPairAgent(List<
SSHKeyPair> _identities, {String? comment})
Properties
Methods
-
handleRequest(
Uint8List request) → Future< Uint8List> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited