SSHPem class

Constructors

SSHPem(String type, Map<String, String> headers, Uint8List content)
SSHPem.decode(String pem)
factory

Properties

content Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

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