|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyPair | |
---|---|
com.jcraft.jsch |
Uses of KeyPair in com.jcraft.jsch |
---|
Subclasses of KeyPair in com.jcraft.jsch | |
---|---|
class |
KeyPairDSA
|
class |
KeyPairPKCS8
|
class |
KeyPairRSA
|
Methods in com.jcraft.jsch that return KeyPair | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |