Package org.tmatesoft.svn.core.auth
Interface ISVNSSHHostVerifier
- All Known Implementing Classes:
BasicAuthenticationManager
,DefaultSVNAuthenticationManager
public interface ISVNSSHHostVerifier
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
verifyHostKey
(java.lang.String hostName, int port, java.lang.String keyAlgorithm, byte[] hostKey)
-
Method Details
-
verifyHostKey
void verifyHostKey(java.lang.String hostName, int port, java.lang.String keyAlgorithm, byte[] hostKey) throws SVNException - Throws:
SVNException
-