com.jcraft.jsch.jgss

Class GSSContextKrb5

Implemented Interfaces:
GSSContext

public class GSSContextKrb5
extends java.lang.Object
implements GSSContext

Method Summary

void
create(String user, String host)
void
dispose()
byte[]
getMIC(byte[] message, int s, int l)
byte[]
init(byte[] token, int s, int l)
boolean
isEstablished()

Method Details

create

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

dispose

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

getMIC

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

init

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

isEstablished

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