public class GSSOutputStream extends PgBufferedOutputStream
buf, count
Constructor and Description |
---|
GSSOutputStream(PgBufferedOutputStream out,
org.ietf.jgss.GSSContext gssContext,
org.ietf.jgss.MessageProp messageProp,
int maxTokenSize)
Creates GSS output stream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
flushBuffer() |
void |
write(byte[] b,
int off,
int len) |
flush, write, write, writeInt2, writeInt4, writeZeros
public GSSOutputStream(PgBufferedOutputStream out, org.ietf.jgss.GSSContext gssContext, org.ietf.jgss.MessageProp messageProp, int maxTokenSize) throws org.ietf.jgss.GSSException
out
- output stream for the encrypted datagssContext
- gss contextmessageProp
- message propertiesmaxTokenSize
- maximum length of the encrypted messagesorg.ietf.jgss.GSSException
protected void flushBuffer() throws java.io.IOException
flushBuffer
in class PgBufferedOutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class PgBufferedOutputStream
java.io.IOException
Copyright © 2025 PostgreSQL Global Development Group. All rights reserved.