Package | Description |
---|---|
com.jcraft.jsch |
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) |
String |
HostKey.getFingerPrint(JSch jsch) |
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) |
Constructor and Description |
---|
KeyPair(JSch jsch) |
KeyPairDSA(JSch jsch) |
KeyPairDSA(JSch jsch,
byte[] P_array,
byte[] Q_array,
byte[] G_array,
byte[] pub_array,
byte[] prv_array) |
KeyPairECDSA(JSch jsch) |
KeyPairECDSA(JSch jsch,
byte[] name,
byte[] r_array,
byte[] s_array,
byte[] prv_array) |
KeyPairPKCS8(JSch jsch) |
KeyPairRSA(JSch jsch) |
KeyPairRSA(JSch jsch,
byte[] n_array,
byte[] pub_array,
byte[] prv_array) |
Copyright © 2023 JCraft,Inc.. All rights reserved.