Class KnownHosts.HashedHostKey

    • Field Detail

      • hashed

        private boolean hashed
      • salt

        byte[] salt
      • hash

        byte[] hash
    • Constructor Detail

      • HashedHostKey

        HashedHostKey​(java.lang.String marker,
                      java.lang.String host,
                      int type,
                      byte[] key,
                      java.lang.String comment)
               throws JSchException
        Throws:
        JSchException
    • Method Detail

      • isMatched

        boolean isMatched​(java.lang.String _host)
        Overrides:
        isMatched in class HostKey
      • isHashed

        boolean isHashed()
      • hash

        void hash()