Uses of Class
com.jcraft.jsch.KeyPair
-
Packages that use KeyPair Package Description com.jcraft.jsch -
-
Uses of KeyPair in com.jcraft.jsch
Subclasses of KeyPair in com.jcraft.jsch Modifier and Type Class Description class
KeyPairDSA
class
KeyPairECDSA
class
KeyPairPKCS8
class
KeyPairRSA
Fields in com.jcraft.jsch declared as KeyPair Modifier and Type Field Description private KeyPair
IdentityFile. kpair
private KeyPair
KeyPairPKCS8. kpair
Methods in com.jcraft.jsch that return KeyPair Modifier and Type Method Description (package private) static KeyPair
KeyPairDSA. fromSSHAgent(JSch jsch, Buffer buf)
(package private) static KeyPair
KeyPairECDSA. fromSSHAgent(JSch jsch, Buffer buf)
(package private) static KeyPair
KeyPairRSA. 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)
Methods in com.jcraft.jsch with parameters of type KeyPair Modifier and Type Method Description (package private) void
KeyPair. copy(KeyPair kpair)
Constructors in com.jcraft.jsch with parameters of type KeyPair Constructor Description IdentityFile(JSch jsch, java.lang.String name, KeyPair kpair)
-