public class PrivateKeySSHAuthentication extends AbstractSSHAuthentication
| Constructor and Description |
|---|
PrivateKeySSHAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIdentity(String identityfile) |
void |
addIdentity(String identityfile,
String passphrase) |
String |
getSshSignatures(byte[] sign) |
getSshSignaturespublic void addIdentity(String identityfile) throws com.jcraft.jsch.JSchException
com.jcraft.jsch.JSchExceptionpublic void addIdentity(String identityfile, String passphrase) throws com.jcraft.jsch.JSchException
com.jcraft.jsch.JSchExceptionpublic String getSshSignatures(byte[] sign)
Copyright © 2015. All rights reserved.