Uses of Class
com.jcraft.jsch.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 classKeyPairDSAclassKeyPairECDSAclassKeyPairPKCS8classKeyPairRSAMethods in com.jcraft.jsch that return KeyPair Modifier and Type Method Description static KeyPairKeyPair. genKeyPair(JSch jsch, int type)static KeyPairKeyPair. genKeyPair(JSch jsch, int type, int key_size)static KeyPairKeyPair. load(JSch jsch, byte[] prvkey, byte[] pubkey)static KeyPairKeyPair. load(JSch jsch, java.lang.String prvkey)static KeyPairKeyPair. load(JSch jsch, java.lang.String prvfile, java.lang.String pubfile)