| Package | Description |
|---|---|
| com.jcraft.jsch |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyPairDSA |
class |
KeyPairECDSA |
class |
KeyPairPKCS8 |
class |
KeyPairRSA |
| Modifier and Type | Method and Description |
|---|---|
static KeyPair |
KeyPair.genKeyPair(JSch jsch,
int type) |
static KeyPair |
KeyPair.genKeyPair(JSch jsch,
int type,
int key_size) |
static KeyPair |
KeyPair.load(JSch jsch,
byte[] prvkey,
byte[] pubkey) |
static KeyPair |
KeyPair.load(JSch jsch,
String prvkey) |
static KeyPair |
KeyPair.load(JSch jsch,
String prvfile,
String pubfile) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.