Package com.jcraft.jsch
Interface GSSContext
- All Known Implementing Classes:
GSSContextKrb5
public interface GSSContext
-
Method Summary
-
Method Details
-
create
- Throws:
JSchException
-
isEstablished
boolean isEstablished() -
init
- Throws:
JSchException
-
getMIC
byte[] getMIC(byte[] message, int s, int l) -
dispose
void dispose()
-