| java.lang.Object com.jcraft.jsch.Util
Method Summary | |
static boolean | array_equals(byte[] foo, byte bar) | static String | byte2str(byte[] str, String encoding) | static String | byte2str(byte[] str) | static void | bzero(byte[] foo) | static Socket | createSocket(String host, int port, int timeout) | static String | diffString(String str, String[] not_available) | static byte[] | fromBase64(byte[] buf, int start, int length) | static String | getFingerPrint(HASH hash, byte[] data) | static boolean | glob(byte[] pattern, byte[] name) | static String | quote(String path) | static String[] | split(String foo, String split) | static byte[] | str2byte(String str, String encoding) | static byte[] | str2byte(String str) | static byte[] | toBase64(byte[] buf, int start, int length) | static String | unquote(String path) | static byte[] | unquote(byte[] path) |
array_equals | static boolean array_equals(byte[] foo, byte bar)(Code) | | |
bzero | static void bzero(byte[] foo)(Code) | | |
fromBase64 | static byte[] fromBase64(byte[] buf, int start, int length)(Code) | | |
glob | static boolean glob(byte[] pattern, byte[] name)(Code) | | |
toBase64 | static byte[] toBase64(byte[] buf, int start, int length)(Code) | | |
unquote | static byte[] unquote(byte[] path)(Code) | | |
|
|