Class GSIGssInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class GSIGssInputStream
    extends GssInputStream
    • Field Detail

      • header

        protected byte[] header
      • mode

        protected int mode
    • Constructor Detail

      • GSIGssInputStream

        public GSIGssInputStream​(java.io.InputStream in,
                                 org.ietf.jgss.GSSContext context)
    • Method Detail

      • readMsg

        protected void readMsg()
                        throws java.io.IOException
        Specified by:
        readMsg in class GssInputStream
        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