SSHPem class
Constructors
-
SSHPem.new(String type, Map<
String, String> headers, Uint8List content) - SSHPem.decode(String pem)
-
factory
Properties
Methods
-
encode(
[int lineLength = 64]) → String -
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