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 GssInputStreamjava.io.IOExceptionpublic int getWrapMode()
public byte[] readHandshakeToken()
throws java.io.IOException
java.io.IOExceptionprotected byte[] readToken()
throws java.io.IOException
java.io.IOExceptionCopyright © 2013. All Rights Reserved.