| java.lang.Object org.apache.harmony.auth.jgss.GSSUtils
GSSUtils | public class GSSUtils (Code) | | |
Method Summary | |
public static byte[] | getBytes(String s) | public static byte[] | getBytes(int source, int length) | public static int | toInt(byte[] source, int offset, int length) | public static String | toString(byte[] bytes) |
DEFAULT_CHARSET_NAME | final public static String DEFAULT_CHARSET_NAME(Code) | | |
DEFAULT_GSSEXCEPTION_MAJOR_CODE | final public static int DEFAULT_GSSEXCEPTION_MAJOR_CODE(Code) | | |
DEFAULT_GSSEXCEPTION_MINOR_CODE | final public static int DEFAULT_GSSEXCEPTION_MINOR_CODE(Code) | | |
getBytes | public static byte[] getBytes(int source, int length)(Code) | | |
toInt | public static int toInt(byte[] source, int offset, int length)(Code) | | |
|
|