com.jcraft.jsch

Interface GSSContext

Known Implementing Classes:
GSSContextKrb5

public interface 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

dispose

public void dispose()

getMIC

public byte[] getMIC(byte[] message,
                     int s,
                     int l)

init

public byte[] init(byte[] token,
                   int s,
                   int l)
            throws JSchException

isEstablished

public boolean isEstablished()