public class JSch extends Object
| Constructor and Description |
|---|
JSch() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIdentity(String privateKey,
byte[] password) |
void |
addIdentity(String value,
byte[] publicKey,
byte[] privateKey,
byte[] password) |
void |
addIdentity(String privateKey,
String password) |
void |
addIdentity(String publicKey,
String privateKey,
byte[] password) |
Copyright © 2022. All rights reserved.