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 classKeyPairDSAclassKeyPairECDSAclassKeyPairPKCS8classKeyPairRSAFields in com.jcraft.jsch declared as KeyPair Modifier and Type Field Description private KeyPairIdentityFile. kpairprivate KeyPairKeyPairPKCS8. kpairMethods in com.jcraft.jsch that return KeyPair Modifier and Type Method Description (package private) static KeyPairKeyPairDSA. fromSSHAgent(JSch jsch, Buffer buf)(package private) static KeyPairKeyPairECDSA. fromSSHAgent(JSch jsch, Buffer buf)(package private) static KeyPairKeyPairRSA. fromSSHAgent(JSch jsch, Buffer buf)static KeyPairKeyPair. genKeyPair(JSch jsch, int type)static KeyPairKeyPair. genKeyPair(JSch jsch, int type, int key_size)KeyPairIdentityFile. getKeyPair()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)(package private) static KeyPairKeyPair. loadPPK(JSch jsch, byte[] buf)Methods in com.jcraft.jsch with parameters of type KeyPair Modifier and Type Method Description (package private) voidKeyPair. copy(KeyPair kpair)Constructors in com.jcraft.jsch with parameters of type KeyPair Constructor Description IdentityFile(JSch jsch, java.lang.String name, KeyPair kpair)
-