Uses of Class
net.ssh.jsch.KeyPair

Packages that use KeyPair
net.ssh.jsch   
 

Uses of KeyPair in net.ssh.jsch
 

Subclasses of KeyPair in net.ssh.jsch
 class KeyPairDSA
           
 class KeyPairRSA
           
 

Methods in net.ssh.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, java.lang.String prvkey)
           
static KeyPair KeyPair.load(JSch jsch, java.lang.String prvkey, java.lang.String pubkey)