Uses of Class
net.schmizz.sshj.transport.verification.OpenSSHKnownHosts.Marker

Packages that use OpenSSHKnownHosts.Marker
net.schmizz.sshj.transport.verification   
 

Uses of OpenSSHKnownHosts.Marker in net.schmizz.sshj.transport.verification
 

Fields in net.schmizz.sshj.transport.verification declared as OpenSSHKnownHosts.Marker
protected  OpenSSHKnownHosts.Marker OpenSSHKnownHosts.AbstractEntry.marker
           
 

Methods in net.schmizz.sshj.transport.verification that return OpenSSHKnownHosts.Marker
static OpenSSHKnownHosts.Marker OpenSSHKnownHosts.Marker.fromString(String str)
           
static OpenSSHKnownHosts.Marker OpenSSHKnownHosts.Marker.valueOf(String name)
          Returns 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.Marker
OpenSSHKnownHosts.AbstractEntry(OpenSSHKnownHosts.Marker marker, KeyType type, PublicKey key)
           
OpenSSHKnownHosts.HashedEntry(OpenSSHKnownHosts.Marker marker, String hash, KeyType type, PublicKey key)
           
OpenSSHKnownHosts.SimpleEntry(OpenSSHKnownHosts.Marker marker, String hostnames, KeyType type, PublicKey key)
           
 



Copyright © 2009-2012. All Rights Reserved.