public class GSSContextKrb5 extends java.lang.Object implements GSSContext
Constructor and Description |
---|
GSSContextKrb5() |
Modifier and Type | Method and Description |
---|---|
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() |
public void create(java.lang.String user, java.lang.String host) throws JSchException
create
in interface GSSContext
JSchException
public boolean isEstablished()
isEstablished
in interface GSSContext
public byte[] init(byte[] token, int s, int l) throws JSchException
init
in interface GSSContext
JSchException
public byte[] getMIC(byte[] message, int s, int l)
getMIC
in interface GSSContext
public void dispose()
dispose
in interface GSSContext