Class GSIGssInputStream
java.lang.Object
java.io.InputStream
org.globus.gsi.gssapi.net.GssInputStream
org.globus.gsi.gssapi.net.impl.GSIGssInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]private static final intprotected intFields inherited from class GssInputStream
buff, context, in, index -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
MAX_LEN
private static final int MAX_LEN- See Also:
-
header
protected byte[] header -
mode
protected int mode
-
-
Constructor Details
-
GSIGssInputStream
-
-
Method Details
-
readMsg
- Specified by:
readMsgin classGssInputStream- Throws:
IOException
-
getWrapMode
public int getWrapMode() -
readHandshakeToken
- Throws:
IOException
-
readToken
- Throws:
IOException
-