org.globus.gsi.gssapi.net.impl
Class GSIGssInputStream
java.lang.Object
java.io.InputStream
org.globus.gsi.gssapi.net.GssInputStream
org.globus.gsi.gssapi.net.impl.GSIGssInputStream
- public class GSIGssInputStream
- extends GssInputStream
Field Summary |
protected byte[] |
header
|
protected int |
mode
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
header
protected byte[] header
mode
protected int mode
GSIGssInputStream
public GSIGssInputStream(InputStream in,
GSSContext context)
readMsg
protected void readMsg()
throws IOException
- Specified by:
readMsg
in class GssInputStream
- Throws:
IOException
getWrapMode
public int getWrapMode()
readHandshakeToken
public byte[] readHandshakeToken()
throws IOException
- Throws:
IOException
readToken
protected byte[] readToken()
throws IOException
- Throws:
IOException