Class OpenSSHKnownHosts.HostEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.security.PublicKey key  
      protected org.slf4j.Logger log  
      protected KeyType type  
    • Method Summary

      Modifier and Type Method Description
      boolean appliesTo​(java.lang.String host)  
      boolean appliesTo​(KeyType type, java.lang.String host)  
      java.lang.String getComment()  
      java.lang.String getFingerprint()  
      protected java.lang.String getHostPart()  
      java.lang.String getLine()  
      KeyType getType()  
      boolean verify​(java.security.PublicKey key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait