Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.common.hosts » [javadoc | source]
com.sshtools.common.hosts
public class: ConsoleHostKeyVerification [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.DefaultHandler
      com.sshtools.common.hosts.AbstractHostKeyVerification
         com.sshtools.common.hosts.ConsoleHostKeyVerification

All Implemented Interfaces:
    HostKeyVerification, ErrorHandler, EntityResolver, ContentHandler, DTDHandler

Constructor:
 public ConsoleHostKeyVerification() throws InvalidHostFileException 
    Creates a new ConsoleHostKeyVerification object.
    Throws:
    InvalidHostFileException -
 public ConsoleHostKeyVerification(String hostFile) throws InvalidHostFileException 
    Creates a new ConsoleHostKeyVerification object.
    Parameters:
    hostFile -
    Throws:
    InvalidHostFileException -
Method from com.sshtools.common.hosts.ConsoleHostKeyVerification Summary:
onDeniedHost,   onHostKeyMismatch,   onUnknownHost
Methods from com.sshtools.common.hosts.AbstractHostKeyVerification:
allowHost,   allowedHosts,   deniedHosts,   denyHost,   endElement,   isHostFileWriteable,   onDeniedHost,   onHostKeyMismatch,   onUnknownHost,   removeAllowedHost,   removeDeniedHost,   saveHostFile,   startElement,   toString,   verifyHost
Methods from org.xml.sax.helpers.DefaultHandler:
characters,   endDocument,   endElement,   endPrefixMapping,   error,   fatalError,   ignorableWhitespace,   notationDecl,   processingInstruction,   resolveEntity,   setDocumentLocator,   skippedEntity,   startDocument,   startElement,   startPrefixMapping,   unparsedEntityDecl,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.common.hosts.ConsoleHostKeyVerification Detail:
 public  void onDeniedHost(String hostname) 
 public  void onHostKeyMismatch(String host,
    String fingerprint,
    String actual) 
 public  void onUnknownHost(String host,
    String fingerprint)