Class GSSInputStream

java.lang.Object
java.io.InputStream
org.postgresql.gss.GSSInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class GSSInputStream extends InputStream
  • Field Details

    • gssContext

      private final GSSContext gssContext
    • messageProp

      private final MessageProp messageProp
    • wrapped

      private final InputStream wrapped
    • unencrypted

      byte[] unencrypted
    • encryptedBuffer

      byte[] encryptedBuffer
    • int4Buf

      byte[] int4Buf
    • unencryptedPos

      int unencryptedPos
    • unencryptedLength

      int unencryptedLength
  • Constructor Details

  • Method Details