public class GSSContextKrb5 extends Object implements GSSContext
| Constructor and Description |
|---|
GSSContextKrb5() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public void create(String user, 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 © 2019. All rights reserved.