| 程序包 | 说明 | 
|---|---|
| com.fr.ssh.jsch | 
| 限定符和类型 | 类和说明 | 
|---|---|
| class  | KeyPairDSA | 
| class  | KeyPairECDSA | 
| class  | KeyPairPKCS8 | 
| class  | KeyPairRSA | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| 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) |