Uses of Enum Class
net.schmizz.sshj.transport.verification.OpenSSHKnownHosts.Marker
Packages that use OpenSSHKnownHosts.Marker
-
Uses of OpenSSHKnownHosts.Marker in net.schmizz.sshj.transport.verification
Fields in net.schmizz.sshj.transport.verification declared as OpenSSHKnownHosts.MarkerModifier and TypeFieldDescription(package private) final OpenSSHKnownHosts.Marker
OpenSSHKnownHosts.HostEntry.marker
Methods in net.schmizz.sshj.transport.verification that return OpenSSHKnownHosts.MarkerModifier and TypeMethodDescriptionstatic OpenSSHKnownHosts.Marker
OpenSSHKnownHosts.Marker.fromString
(String str) static OpenSSHKnownHosts.Marker
Returns the enum constant of this class with the specified name.static OpenSSHKnownHosts.Marker[]
OpenSSHKnownHosts.Marker.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.schmizz.sshj.transport.verification with parameters of type OpenSSHKnownHosts.MarkerModifierConstructorDescriptionHostEntry
(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key) HostEntry
(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key, String comment) HostEntry
(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key, String comment, LoggerFactory loggerFactory)