Package com.jcraft.jsch.jgss
Class GSSContextKrb5
java.lang.Object
com.jcraft.jsch.jgss.GSSContextKrb5
- All Implemented Interfaces:
GSSContext
public class GSSContextKrb5 extends java.lang.Object implements GSSContext
-
Constructor Summary
Constructors Constructor Description GSSContextKrb5() -
Method Summary
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()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GSSContextKrb5
public GSSContextKrb5()
-
-
Method Details
-
create
- Specified by:
createin interfaceGSSContext- Throws:
JSchException
-
isEstablished
public boolean isEstablished()- Specified by:
isEstablishedin interfaceGSSContext
-
init
- Specified by:
initin interfaceGSSContext- Throws:
JSchException
-
getMIC
public byte[] getMIC(byte[] message, int s, int l)- Specified by:
getMICin interfaceGSSContext
-
dispose
public void dispose()- Specified by:
disposein interfaceGSSContext
-