Package com.jcraft.jsch
Interface GSSContext
-
- All Known Implementing Classes:
GSSContextKrb5
public interface GSSContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreate(java.lang.String user, java.lang.String host)voiddispose()byte[]getMIC(byte[] message, int s, int l)byte[]init(byte[] token, int s, int l)booleanisEstablished()
-
-
-
Method Detail
-
create
void create(java.lang.String user, java.lang.String host) throws JSchException- Throws:
JSchException
-
isEstablished
boolean isEstablished()
-
init
byte[] init(byte[] token, int s, int l) throws JSchException- Throws:
JSchException
-
getMIC
byte[] getMIC(byte[] message, int s, int l)
-
dispose
void dispose()
-
-