SVNKit Home

org.tmatesoft.svn.core.auth
Interface ISVNSSHHostVerifier

All Known Implementing Classes:
BasicAuthenticationManager

public interface ISVNSSHHostVerifier

Version:
1.3
Author:
TMate Software Ltd.

Method Summary
 void verifyHostKey(String hostName, int port, String keyAlgorithm, byte[] hostKey)
           
 

Method Detail

verifyHostKey

public void verifyHostKey(String hostName,
                          int port,
                          String keyAlgorithm,
                          byte[] hostKey)
                   throws SVNException
Throws:
SVNException

SVNKit Home

Copyright © 2004-2010 TMate Software Ltd. All Rights Reserved.