Uses of Enum
net.schmizz.sshj.transport.verification.OpenSSHKnownHosts.Marker
Packages that use OpenSSHKnownHosts.Marker
-
Uses of OpenSSHKnownHosts.Marker in net.schmizz.sshj.transport.verification
Subclasses with type arguments of type OpenSSHKnownHosts.Marker in net.schmizz.sshj.transport.verificationFields in net.schmizz.sshj.transport.verification declared as OpenSSHKnownHosts.MarkerModifier and TypeFieldDescription(package private) final OpenSSHKnownHosts.MarkerOpenSSHKnownHosts.HostEntry.markerMethods in net.schmizz.sshj.transport.verification that return OpenSSHKnownHosts.MarkerModifier and TypeMethodDescriptionstatic OpenSSHKnownHosts.MarkerOpenSSHKnownHosts.Marker.fromString(String str) static OpenSSHKnownHosts.MarkerReturns the enum constant of this type with the specified name.static OpenSSHKnownHosts.Marker[]OpenSSHKnownHosts.Marker.values()Returns an array containing the constants of this enum type, 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)