com.jcraft.jsch

Interface GSSContext

public interface GSSContext

Method Summary
voidcreate(String user, String host)
voiddispose()
byte[]getMIC(byte[] message, int s, int l)
byte[]init(byte[] token, int s, int l)
booleanisEstablished()

Method Detail

create

public void create(String user, String host)

dispose

public void dispose()

getMIC

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

init

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

isEstablished

public boolean isEstablished()