public class GSSContextKrb5 extends Object
Constructor and Description |
---|
GSSContextKrb5() |
Modifier and Type | Method and Description |
---|---|
void |
create(String host) |
void |
dispose() |
byte[] |
getMIC(byte[] message,
int s,
int l) |
byte[] |
init(byte[] token,
int s,
int l) |
boolean |
isEstablished() |
public void create(String host) throws UnknownHostException, GSSException
UnknownHostException
GSSException
public boolean isEstablished()
public byte[] init(byte[] token, int s, int l) throws GSSException, SecurityException
GSSException
SecurityException
public byte[] getMIC(byte[] message, int s, int l) throws GSSException
GSSException
public void dispose() throws GSSException
GSSException
Copyright © 2020. All rights reserved.