com.jcraft.jsch.jgss
Class GSSContextKrb5

java.lang.Object
  extended by com.jcraft.jsch.jgss.GSSContextKrb5
All Implemented Interfaces:
GSSContext

public class GSSContextKrb5
extends java.lang.Object
implements GSSContext


Constructor Summary
GSSContextKrb5()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSSContextKrb5

public GSSContextKrb5()
Method Detail

create

public void create(java.lang.String user,
                   java.lang.String host)
            throws JSchException
Specified by:
create in interface GSSContext
Throws:
JSchException

isEstablished

public boolean isEstablished()
Specified by:
isEstablished in interface GSSContext

init

public byte[] init(byte[] token,
                   int s,
                   int l)
            throws JSchException
Specified by:
init in interface GSSContext
Throws:
JSchException

getMIC

public byte[] getMIC(byte[] message,
                     int s,
                     int l)
Specified by:
getMIC in interface GSSContext

dispose

public void dispose()
Specified by:
dispose in interface GSSContext