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 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
Copyright © 2021 JCraft,Inc.. All rights reserved.