SSHKexType class

Properties

digestFactory → Digest Function()
final
hashCode int
The hash code for this object.
no setterinherited
isGroupExchange bool
final
name String
The name of the algorithm. For example, "ecdh-sha2-nistp256".
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createDigest() → Digest
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

Constants

dh1Sha1 → const SSHKexType
dh14Sha1 → const SSHKexType
dh14Sha256 → const SSHKexType
dhGexSha1 → const SSHKexType
dhGexSha256 → const SSHKexType
nistp256 → const SSHKexType
nistp384 → const SSHKexType
nistp521 → const SSHKexType
x25519 → const SSHKexType