Package 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
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class GSIGssInputStream extends GssInputStream
-
-
Constructor Summary
Constructors Constructor Description GSIGssInputStream(java.io.InputStream in, org.ietf.jgss.GSSContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetWrapMode()byte[]readHandshakeToken()protected voidreadMsg()protected byte[]readToken()
-
-
-
Field Detail
-
MAX_LEN
private static final int MAX_LEN
- See Also:
- Constant Field Values
-
header
protected byte[] header
-
mode
protected int mode
-
-
Method Detail
-
readMsg
protected void readMsg() throws java.io.IOException- Specified by:
readMsgin classGssInputStream- Throws:
java.io.IOException
-
getWrapMode
public int getWrapMode()
-
readHandshakeToken
public byte[] readHandshakeToken() throws java.io.IOException- Throws:
java.io.IOException
-
readToken
protected byte[] readToken() throws java.io.IOException- Throws:
java.io.IOException
-
-