Uses of Class
com.openindex.openestate.tool.utils.FtpUtils.CryptMethod
-
Packages that use FtpUtils.CryptMethod Package Description com.openindex.openestate.tool.agency.export Exportmechanismen.com.openindex.openestate.tool.utils Hilfsklassen. -
-
Uses of FtpUtils.CryptMethod in com.openindex.openestate.tool.agency.export
Methods in com.openindex.openestate.tool.agency.export that return FtpUtils.CryptMethod Modifier and Type Method Description FtpUtils.CryptMethodFtpTransport. getFtpCryptMethod()Methods in com.openindex.openestate.tool.agency.export with parameters of type FtpUtils.CryptMethod Modifier and Type Method Description voidFtpTransport. setFtpCryptMethod(FtpUtils.CryptMethod cryptMethod) -
Uses of FtpUtils.CryptMethod in com.openindex.openestate.tool.utils
Methods in com.openindex.openestate.tool.utils that return FtpUtils.CryptMethod Modifier and Type Method Description static FtpUtils.CryptMethodFtpUtils.CryptMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static FtpUtils.CryptMethod[]FtpUtils.CryptMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.utils with parameters of type FtpUtils.CryptMethod Modifier and Type Method Description static org.apache.commons.net.ftp.FTPClientFtpUtils. createClient(FtpUtils.CryptMethod cryptMethod, boolean isReusingSslSession)static org.apache.commons.net.ftp.FTPClientFtpUtils. openClient(String host, int port, boolean passive, FtpUtils.CryptMethod cryptMethod, boolean isReusingSslSession)
-