Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Class and Description |
---|---|
class |
KeyPairDSA |
class |
KeyPairECDSA |
class |
KeyPairPKCS8 |
class |
KeyPairRSA |
Modifier and Type | Field and Description |
---|---|
private KeyPair |
IdentityFile.kpair |
private KeyPair |
KeyPairPKCS8.kpair |
Modifier and Type | Method and Description |
---|---|
(package private) static KeyPair |
KeyPairRSA.fromSSHAgent(JSch jsch,
Buffer buf) |
(package private) static KeyPair |
KeyPairDSA.fromSSHAgent(JSch jsch,
Buffer buf) |
(package private) static KeyPair |
KeyPairECDSA.fromSSHAgent(JSch jsch,
Buffer buf) |
static KeyPair |
KeyPair.genKeyPair(JSch jsch,
int type) |
static KeyPair |
KeyPair.genKeyPair(JSch jsch,
int type,
int key_size) |
KeyPair |
IdentityFile.getKeyPair()
|
static KeyPair |
KeyPair.load(JSch jsch,
byte[] prvkey,
byte[] pubkey) |
static KeyPair |
KeyPair.load(JSch jsch,
java.lang.String prvkey) |
static KeyPair |
KeyPair.load(JSch jsch,
java.lang.String prvfile,
java.lang.String pubfile) |
(package private) static KeyPair |
KeyPair.loadPPK(JSch jsch,
byte[] buf) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
KeyPair.copy(KeyPair kpair) |
Constructor and Description |
---|
IdentityFile(JSch jsch,
java.lang.String name,
KeyPair kpair) |