Package com.trilead.ssh2.auth
Class GSSContextKrb5
- java.lang.Object
-
- com.trilead.ssh2.auth.GSSContextKrb5
-
public class GSSContextKrb5 extends Object
-
-
Constructor Summary
Constructors Constructor Description GSSContextKrb5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(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 host) throws UnknownHostException, GSSException
- Throws:
UnknownHostExceptionGSSException
-
isEstablished
public boolean isEstablished()
-
init
public byte[] init(byte[] token, int s, int l) throws GSSException, SecurityException- Throws:
GSSExceptionSecurityException
-
getMIC
public byte[] getMIC(byte[] message, int s, int l) throws GSSException- Throws:
GSSException
-
dispose
public void dispose() throws GSSException- Throws:
GSSException
-
-