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:
Closeable
,AutoCloseable
public class GSIGssInputStream extends GssInputStream
-
-
Constructor Summary
Constructors Constructor Description GSIGssInputStream(InputStream in, GSSContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getWrapMode()
byte[]
readHandshakeToken()
protected void
readMsg()
protected byte[]
readToken()
-
Methods inherited from class org.globus.gsi.gssapi.net.GssInputStream
available, close, hasData, read, read, read, unwrap
-
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Constructor Detail
-
GSIGssInputStream
public GSIGssInputStream(InputStream in, GSSContext context)
-
-
Method Detail
-
readMsg
protected void readMsg() throws IOException
- Specified by:
readMsg
in classGssInputStream
- Throws:
IOException
-
getWrapMode
public int getWrapMode()
-
readHandshakeToken
public byte[] readHandshakeToken() throws IOException
- Throws:
IOException
-
readToken
protected byte[] readToken() throws IOException
- Throws:
IOException
-
-