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 GSSContextJSchExceptionpublic boolean isEstablished()
isEstablished in interface GSSContextpublic byte[] init(byte[] token,
int s,
int l)
throws JSchException
init in interface GSSContextJSchExceptionpublic byte[] getMIC(byte[] message,
int s,
int l)
getMIC in interface GSSContextpublic void dispose()
dispose in interface GSSContextCopyright © 2020 JCraft,Inc.. All Rights Reserved.