public interface GSSContext
限定符和类型 | 方法和说明 |
---|---|
void |
create(java.lang.String user,
java.lang.String host) |
void |
dispose() |
byte[] |
getMIC(byte[] message,
int s,
int l) |
byte[] |
init(byte[] token,
int s,
int l) |
boolean |
isEstablished() |
void create(java.lang.String user, java.lang.String host) throws JSchException
JSchException
boolean isEstablished()
byte[] init(byte[] token, int s, int l) throws JSchException
JSchException
byte[] getMIC(byte[] message, int s, int l)
void dispose()