public interface GSSContext
| 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() |
void create(java.lang.String user,
java.lang.String host)
throws JSchException
JSchExceptionboolean isEstablished()
byte[] init(byte[] token,
int s,
int l)
throws JSchException
JSchExceptionbyte[] getMIC(byte[] message,
int s,
int l)
void dispose()
Copyright © 2020 JCraft,Inc.. All Rights Reserved.