public class GSSContextKrb5 extends java.lang.Object implements GSSContext
构造器和说明 |
---|
GSSContextKrb5() |
限定符和类型 | 方法和说明 |
---|---|
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
在接口中 GSSContext
JSchException
public boolean isEstablished()
isEstablished
在接口中 GSSContext
public byte[] init(byte[] token, int s, int l) throws JSchException
init
在接口中 GSSContext
JSchException
public byte[] getMIC(byte[] message, int s, int l)
getMIC
在接口中 GSSContext
public void dispose()
dispose
在接口中 GSSContext