public class GSIGssInputStream extends GssInputStream
Modifier and Type | Field and Description |
---|---|
protected byte[] |
header |
protected int |
mode |
buff, context, in, index
Constructor and Description |
---|
GSIGssInputStream(java.io.InputStream in,
org.ietf.jgss.GSSContext context) |
Modifier and Type | Method and Description |
---|---|
int |
getWrapMode() |
byte[] |
readHandshakeToken() |
protected void |
readMsg() |
protected byte[] |
readToken() |
public GSIGssInputStream(java.io.InputStream in, org.ietf.jgss.GSSContext context)
protected void readMsg() throws java.io.IOException
readMsg
in class GssInputStream
java.io.IOException
public int getWrapMode()
public byte[] readHandshakeToken() throws java.io.IOException
java.io.IOException
protected byte[] readToken() throws java.io.IOException
java.io.IOException
Copyright © 2013. All Rights Reserved.