Interface OpenSSHKnownHosts.KnownHostEntry

    • Method Detail

      • getFingerprint

        java.lang.String getFingerprint()
      • appliesTo

        boolean appliesTo​(java.lang.String host)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • appliesTo

        boolean appliesTo​(KeyType type,
                          java.lang.String host)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • verify

        boolean verify​(java.security.PublicKey key)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • getLine

        java.lang.String getLine()