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 在接口中 GSSContextJSchExceptionpublic boolean isEstablished()
isEstablished 在接口中 GSSContextpublic byte[] init(byte[] token,
int s,
int l)
throws JSchException
init 在接口中 GSSContextJSchExceptionpublic byte[] getMIC(byte[] message,
int s,
int l)
getMIC 在接口中 GSSContextpublic void dispose()
dispose 在接口中 GSSContext