| 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,
java.lang.String prvkey) |
static KeyPair |
KeyPair.load(JSch jsch,
java.lang.String prvfile,
java.lang.String pubfile) |
Copyright © 2020 JCraft,Inc.. All Rights Reserved.