|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GSSContext
Method Summary | |
---|---|
void |
create(String user,
String host)
|
void |
dispose()
|
byte[] |
getMIC(byte[] message,
int s,
int l)
|
byte[] |
init(byte[] token,
int s,
int l)
|
boolean |
isEstablished()
|
Method Detail |
---|
void create(String user, 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |