Interface IdentityProvider
- All Known Implementing Classes:
BytesIdentityInfo, IdentityInfo
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddIdentity(com.jcraft.jsch.JSch jsch) Add this identity to the given JSch.
-
Method Details
-
addIdentity
Add this identity to the given JSch.- Parameters:
jsch- Target JSch.- Throws:
com.jcraft.jsch.JSchException- If I/O error occurs.
-