Uses of Class
com.jcraft.jsch.IdentityFile
-
Packages that use IdentityFile Package Description com.jcraft.jsch -
-
Uses of IdentityFile in com.jcraft.jsch
Methods in com.jcraft.jsch that return IdentityFile Modifier and Type Method Description (package private) static IdentityFile
IdentityFile. newInstance(java.lang.String name, byte[] prvkey, byte[] pubkey, JSch jsch)
(package private) static IdentityFile
IdentityFile. newInstance(java.lang.String prvfile, java.lang.String pubfile, JSch jsch)
-