Interface IdentityProvider
- All Known Implementing Classes:
- BytesIdentityInfo,- IdentityInfo
public interface IdentityProvider
Provides identity to a 
JSch.- Since:
- 2.4
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddIdentity(com.jcraft.jsch.JSch jsch) Add this identity to the given JSch.
- 
Method Details- 
addIdentityAdd this identity to the given JSch.- Parameters:
- jsch- Target JSch.
- Throws:
- com.jcraft.jsch.JSchException- If I/O error occurs.
 
 
-