|
|||||||||
Home >> All >> cryptix >> openpgp >> [ io overview ] | PREV NEXT |
A
- available() - Method in class cryptix.openpgp.io.PGPInputStreamAdapter
- This adapter always returns zero here.
- available() - Method in class cryptix.openpgp.io.PGPLengthDataInputStream
- Returns how many bytes are available in the current chunk.
- available() - Method in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- This adapter always returns zero here.
B
- buffer - Variable in class cryptix.openpgp.io.PGPCipherDataInputStream
- Buffer where we store the decrypted data
- buffer - Variable in class cryptix.openpgp.io.PGPCipherDataOutputStream
- Buffer where we store the to be encrypted data
- buffer - Variable in class cryptix.openpgp.io.PGPLengthDataOutputStream
- Buffer in case we don't know the length
- buffer - Variable in class cryptix.openpgp.io.PGPPushBackDataInputStream
- buffersize - Variable in class cryptix.openpgp.io.PGPPushBackDataInputStream
- byteToInt(byte) - Static method in class cryptix.openpgp.io.PGPCompressorInputStream
- byteToInt(byte) - Static method in class cryptix.openpgp.io.PGPInputStreamAdapter
- byteToInt(byte) - Static method in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- bytesWritten - Variable in class cryptix.openpgp.io.PGPHashDataOutputStream
- Number of bytes written
C
- c - Variable in class cryptix.openpgp.io.PGPCipherDataInputStream
- Cipher that will be used to decrypt the data
- c - Variable in class cryptix.openpgp.io.PGPCipherDataOutputStream
- Cipher that will be used to encrypt the data
- checksum - Variable in class cryptix.openpgp.io.PGPChecksumDataInputStream
- The running checksum
- checksum - Variable in class cryptix.openpgp.io.PGPChecksumDataOutputStream
- The running checksum
- chunkBytesRead - Variable in class cryptix.openpgp.io.PGPCipherDataInputStream
- The number of bytes already read from the current chunk
- chunkBytesRead - Variable in class cryptix.openpgp.io.PGPLengthDataInputStream
- The number of bytes already read from the current chunk
- chunkBytesWritten - Variable in class cryptix.openpgp.io.PGPCipherDataOutputStream
- The number of bytes written in the current chunk
- chunkBytesWritten - Variable in class cryptix.openpgp.io.PGPLengthDataOutputStream
- The number of bytes written in the current chunk
- chunkLength - Variable in class cryptix.openpgp.io.PGPCipherDataInputStream
- The length of the current chunk
- chunkLength - Variable in class cryptix.openpgp.io.PGPLengthDataInputStream
- The length of the current chunk
- chunkLength - Variable in class cryptix.openpgp.io.PGPLengthDataOutputStream
- The length of the current chunk if SetLength or setPartialLength has been used.
- clearBuffer() - Method in class cryptix.openpgp.io.PGPCipherDataOutputStream
- Encrypt the current buffer and write it to the underlying outputstream.
- close() - Method in class cryptix.openpgp.io.PGPByteArrayDataInputStream
- Close the stream.
- close() - Method in class cryptix.openpgp.io.PGPByteArrayDataOutputStream
- Close the stream
- close() - Method in class cryptix.openpgp.io.PGPChecksumDataInputStream
- Read and check the checksum.
- close() - Method in class cryptix.openpgp.io.PGPChecksumDataOutputStream
- Write the checksum and close this stream.
- close() - Method in class cryptix.openpgp.io.PGPCipherDataOutputStream
- Close this inputstream
- close() - Method in class cryptix.openpgp.io.PGPCompressorOutputStream
- (FilterOutputStream interface) Closes the unerlying output stream and releases any system resources associated with the stream.
- close() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Clean-up and close the stream.
- close() - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Close this inputstream
- close() - Method in class cryptix.openpgp.io.PGPInputStreamAdapter
- This adapter does not implement close, this method does nothing.
- close() - Method in class cryptix.openpgp.io.PGPLengthDataInputStream
- Clean-up and close the stream.
- close() - Method in class cryptix.openpgp.io.PGPLengthDataOutputStream
- Close this inputstream
- close() - Method in class cryptix.openpgp.io.PGPOutputStreamAdapter
- We call close on our underlying PGPDataOutputStream.
- close() - Method in class cryptix.openpgp.io.PGPPushBackDataInputStream
- Clean-up and close the stream.
- close() - Method in class cryptix.openpgp.io.PGPWrapperDataInputStream
- Close the stream.
- close() - Method in class cryptix.openpgp.io.PGPWrapperDataOutputStream
- Close the stream
- close() - Method in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- This adapter does not implement close, this method does nothing.
- cryptix.openpgp.io - package cryptix.openpgp.io
D
- dummySent - Variable in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
F
- finish() - Method in class cryptix.openpgp.io.PGPCompressorOutputStream
- Indicate to this object that you wish for compression or expansion to end.
- finishInternal() - Method in class cryptix.openpgp.io.PGPCompressorOutputStream
- Called by the user (or by close()) to indicate that no more data will be compressed through the stream.
- finished - Variable in class cryptix.openpgp.io.PGPCompressorOutputStream
- flush() - Method in class cryptix.openpgp.io.PGPOutputStreamAdapter
- Does nothing.
- forcetype - Variable in class cryptix.openpgp.io.PGPPacketDataOutputStream
- 0, 1 or 2 if some old style length should be enforced, -1 if not
G
- getNewChunkLength(InputStream) - Method in class cryptix.openpgp.io.PGPCipherDataInputStream
- Initialize a new chunk and return the length
- getNewChunkLength(InputStream) - Method in class cryptix.openpgp.io.PGPLengthDataInputStream
- Initialize a new chunk and return the length
- getNewChunkLength(InputStream) - Method in class cryptix.openpgp.io.PGPPacketDataInputStream
- Initialize a new chunk and return the length
- getNewChunkLength(InputStream) - Method in class cryptix.openpgp.io.PGPSignatureDataInputStream
- Initialize a new chunk and return the length
I
- in - Variable in class cryptix.openpgp.io.PGPByteArrayDataInputStream
- The underlying inputstream
- in - Variable in class cryptix.openpgp.io.PGPChecksumDataInputStream
- The underlying inputstream
- in - Variable in class cryptix.openpgp.io.PGPCipherDataInputStream
- The underlying inputstream
- in - Variable in class cryptix.openpgp.io.PGPInputStreamAdapter
- in - Variable in class cryptix.openpgp.io.PGPLengthDataInputStream
- The inputstream that provides the base input to this stream
- in - Variable in class cryptix.openpgp.io.PGPWrapperDataInputStream
- The underlying inputstream
- in - Variable in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- isFinal - Variable in class cryptix.openpgp.io.PGPPacketDataInputStream
- This chunk is the last chunk
- isFinal() - Method in class cryptix.openpgp.io.PGPPacketDataInputStream
- Returns whether this is the final chunk
- isFinal - Variable in class cryptix.openpgp.io.PGPSignatureDataInputStream
- This chunk is the last chunk
- isIndeterminate - Variable in class cryptix.openpgp.io.PGPPacketDataInputStream
- This chunk is of indeterminate length
- isPartial - Variable in class cryptix.openpgp.io.PGPPacketDataInputStream
- This chunk is a partial chunk, more will follow
L
- lengthHasBeenWritten - Variable in class cryptix.openpgp.io.PGPLengthDataOutputStream
- If true then length info has been written and we can write directly to the outputstream, if false then we have to buffer the info
- lentype - Variable in class cryptix.openpgp.io.PGPPacketDataInputStream
- Lengthtype for old style packets
M
- mark(int) - Method in class cryptix.openpgp.io.PGPInputStreamAdapter
- Marking is not supported, this does nothing.
- mark(int) - Method in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- Marking is not supported, this does nothing.
- markSupported() - Method in class cryptix.openpgp.io.PGPInputStreamAdapter
- Marking is not supported, so this always returns false.
- markSupported() - Method in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- Marking is not supported, so this always returns false.
- md - Variable in class cryptix.openpgp.io.PGPHashDataOutputStream
- Used to calculate the hash
N
- nothingRead - Variable in class cryptix.openpgp.io.PGPLengthDataInputStream
- True if nothing has been read yet
O
- old - Variable in class cryptix.openpgp.io.PGPPacketDataInputStream
- It is an old style packet
- out - Variable in class cryptix.openpgp.io.PGPByteArrayDataOutputStream
- The underlying outputstream
- out - Variable in class cryptix.openpgp.io.PGPChecksumDataOutputStream
- The undelrying outputstream
- out - Variable in class cryptix.openpgp.io.PGPCipherDataOutputStream
- The packetID
- out - Variable in class cryptix.openpgp.io.PGPLengthDataOutputStream
- The underlying outputstream
- out - Variable in class cryptix.openpgp.io.PGPOutputStreamAdapter
- out - Variable in class cryptix.openpgp.io.PGPWrapperDataOutputStream
- The underlying outputstream
P
- PGPByteArrayDataInputStream - class cryptix.openpgp.io.PGPByteArrayDataInputStream.
- Inputstream to read data from a bytearray.
- PGPByteArrayDataInputStream(byte[]) - Constructor for class cryptix.openpgp.io.PGPByteArrayDataInputStream
- Constructor that takes a byte array
- PGPByteArrayDataOutputStream - class cryptix.openpgp.io.PGPByteArrayDataOutputStream.
- Outputstream to write data into a bytearray.
- PGPByteArrayDataOutputStream() - Constructor for class cryptix.openpgp.io.PGPByteArrayDataOutputStream
- Constructor that takes an outputstream
- PGPChecksumDataInputStream - class cryptix.openpgp.io.PGPChecksumDataInputStream.
- Inputstream to read data and check the checksum.
- PGPChecksumDataInputStream(PGPDataInputStream) - Constructor for class cryptix.openpgp.io.PGPChecksumDataInputStream
- Constructor that takes a PGPDataInputStream
- PGPChecksumDataOutputStream - class cryptix.openpgp.io.PGPChecksumDataOutputStream.
- Outputstream to write data with a checksum.
- PGPChecksumDataOutputStream(PGPDataOutputStream) - Constructor for class cryptix.openpgp.io.PGPChecksumDataOutputStream
- Constructor that takes a PGPDataOutputStream
- PGPCipherDataInputStream - class cryptix.openpgp.io.PGPCipherDataInputStream.
- Document me
- PGPCipherDataInputStream(PGPLengthDataInputStream, Cipher) - Constructor for class cryptix.openpgp.io.PGPCipherDataInputStream
- Construct a new PGPCipherDataInputStream
- PGPCipherDataOutputStream - class cryptix.openpgp.io.PGPCipherDataOutputStream.
- Document me
- PGPCipherDataOutputStream(PGPLengthDataOutputStream, Cipher) - Constructor for class cryptix.openpgp.io.PGPCipherDataOutputStream
- Construct a new PGPCipherDataOutputStream
- PGPCompressorInputStream - class cryptix.openpgp.io.PGPCompressorInputStream.
- This class provides an expansion output stream framework.
- PGPCompressorInputStream(InputStream) - Constructor for class cryptix.openpgp.io.PGPCompressorInputStream
- Constructor takes the source input stream as the only argument.
- PGPCompressorOutputStream - class cryptix.openpgp.io.PGPCompressorOutputStream.
- This class provides a compression output stream framework.
- PGPCompressorOutputStream(OutputStream) - Constructor for class cryptix.openpgp.io.PGPCompressorOutputStream
- PGPDataInputStream - class cryptix.openpgp.io.PGPDataInputStream.
- Generic superclass for all inputstreams
- PGPDataInputStream() - Constructor for class cryptix.openpgp.io.PGPDataInputStream
- Empty constructor.
- PGPDataOutputStream - class cryptix.openpgp.io.PGPDataOutputStream.
- Generic superclass for all outputstreams
- PGPDataOutputStream() - Constructor for class cryptix.openpgp.io.PGPDataOutputStream
- Empty constructor
- PGPHashDataOutputStream - class cryptix.openpgp.io.PGPHashDataOutputStream.
- Outputstream to return the hash of a public key packet.
- PGPHashDataOutputStream(MessageDigest) - Constructor for class cryptix.openpgp.io.PGPHashDataOutputStream
- Constructor for fingerprints
- PGPHashDataOutputStream(MessageDigest, PGPUpdateable) - Constructor for class cryptix.openpgp.io.PGPHashDataOutputStream
- Constructor for signatures
- PGPInputStreamAdapter - class cryptix.openpgp.io.PGPInputStreamAdapter.
- An adapter class that converts a PGPPacketDataInputStream into a java.io.InputStream.
- PGPInputStreamAdapter(PGPPacketDataInputStream) - Constructor for class cryptix.openpgp.io.PGPInputStreamAdapter
- Construt the adapter which will use the given PGPPacketDataInputStream as the underlying input stream to which all method calls are forwarded.
- PGPLengthDataInputStream - class cryptix.openpgp.io.PGPLengthDataInputStream.
- Generic inputstream to read PGP formatted packet data that contains length information
- PGPLengthDataInputStream(InputStream) - Constructor for class cryptix.openpgp.io.PGPLengthDataInputStream
- Constructor that takes an inputstream
- PGPLengthDataInputStream() - Constructor for class cryptix.openpgp.io.PGPLengthDataInputStream
- Emtpy constructor for subclasses that handle their own reading.
- PGPLengthDataOutputStream - class cryptix.openpgp.io.PGPLengthDataOutputStream.
- Generic outputstream to write PGP formatted packet data that contains length information
- PGPLengthDataOutputStream(OutputStream) - Constructor for class cryptix.openpgp.io.PGPLengthDataOutputStream
- Constructor that takes an outputstream
- PGPLengthDataOutputStream() - Constructor for class cryptix.openpgp.io.PGPLengthDataOutputStream
- Emtpy constructor for subclasses that handle their own writing
- PGPOutputStreamAdapter - class cryptix.openpgp.io.PGPOutputStreamAdapter.
- A simple adapter class that converts a PGPDataOutputStream into a java.io.OutputStream.
- PGPOutputStreamAdapter(PGPDataOutputStream) - Constructor for class cryptix.openpgp.io.PGPOutputStreamAdapter
- Construt the adapter which will write through to the given PGPDataOutputStream.
- PGPPacketDataInputStream - class cryptix.openpgp.io.PGPPacketDataInputStream.
- Inputstream for normal PGP packets that supports partial lengths.
- PGPPacketDataInputStream(InputStream, boolean, int) - Constructor for class cryptix.openpgp.io.PGPPacketDataInputStream
- Construct a new PGPPacketDataInputStream
- PGPPacketDataOutputStream - class cryptix.openpgp.io.PGPPacketDataOutputStream.
- Outputstream to write PGP formatted (normal) packets
- PGPPacketDataOutputStream(OutputStream, byte, int) - Constructor for class cryptix.openpgp.io.PGPPacketDataOutputStream
- Constructor that takes an outputstream, a packetID and a forced length type
- PGPPacketDataOutputStream(OutputStream, byte) - Constructor for class cryptix.openpgp.io.PGPPacketDataOutputStream
- Constructor that takes an outputstream and a packetID
- PGPPushBackDataInputStream - class cryptix.openpgp.io.PGPPushBackDataInputStream.
- An inputstream that allows one to 'push-back' some data.
- PGPPushBackDataInputStream(PGPLengthDataInputStream) - Constructor for class cryptix.openpgp.io.PGPPushBackDataInputStream
- Constructs a new push back stream, based on another stream
- PGPSignatureDataInputStream - class cryptix.openpgp.io.PGPSignatureDataInputStream.
- Inputstream for PGP signature subpackets.
- PGPSignatureDataInputStream(InputStream) - Constructor for class cryptix.openpgp.io.PGPSignatureDataInputStream
- Construct a new PGPSignatureDataInputStream
- PGPSignatureDataOutputStream - class cryptix.openpgp.io.PGPSignatureDataOutputStream.
- Outputstream to write PGP formatted (normal) packets
- PGPSignatureDataOutputStream(OutputStream, byte) - Constructor for class cryptix.openpgp.io.PGPSignatureDataOutputStream
- Constructor that takes an outputstream and a packetID
- PGPWrapperDataInputStream - class cryptix.openpgp.io.PGPWrapperDataInputStream.
- Simple wrapper for java.io.InputStream.
- PGPWrapperDataInputStream(InputStream) - Constructor for class cryptix.openpgp.io.PGPWrapperDataInputStream
- Constructor that takes a java.io.InputStream
- PGPWrapperDataOutputStream - class cryptix.openpgp.io.PGPWrapperDataOutputStream.
- Simple wrapper for java.io.OutputStream.
- PGPWrapperDataOutputStream(OutputStream) - Constructor for class cryptix.openpgp.io.PGPWrapperDataOutputStream
- Constructor that takes a java.io.OutputStream
- PGPZLibInputStreamAdapter - class cryptix.openpgp.io.PGPZLibInputStreamAdapter.
- Special version of PGPInputStreamAdapter that outputs an extra dummy byte.
- PGPZLibInputStreamAdapter(PGPPacketDataInputStream) - Constructor for class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- Construt the adapter which will use the given PGPPacketDataInputStream as the underlying input stream to which all method calls are forwarded.
- packetID - Variable in class cryptix.openpgp.io.PGPPacketDataOutputStream
- The packetID
- packetID - Variable in class cryptix.openpgp.io.PGPSignatureDataOutputStream
- The packetID
- partial - Variable in class cryptix.openpgp.io.PGPLengthDataOutputStream
- If true then we are currently writing a partial length packet
- partial - Variable in class cryptix.openpgp.io.PGPPacketDataOutputStream
- True if partial lengths have been written
- powtwo - Static variable in class cryptix.openpgp.io.PGPPacketDataOutputStream
- Helper table for writePartialLength
- pushBack(byte[]) - Method in class cryptix.openpgp.io.PGPPushBackDataInputStream
- Pushes back some bytes
R
- read() - Method in class cryptix.openpgp.io.PGPCompressorInputStream
- Reads the next byte of data from this input stream.
- read(byte[]) - Method in class cryptix.openpgp.io.PGPCompressorInputStream
- Reads up to
byte.length
bytes of data from this input stream into an array of bytes. - read(byte[], int, int) - Method in class cryptix.openpgp.io.PGPCompressorInputStream
- Reads up to
len
bytes of data from this input stream into an array of bytes. - read() - Method in class cryptix.openpgp.io.PGPInputStreamAdapter
- Calls readBuffer on the underlying stream passing in a newly allocated byte array for temporary storage.
- read(byte[]) - Method in class cryptix.openpgp.io.PGPInputStreamAdapter
- Calls the readBuffer method on the underlying stream.
- read(byte[], int, int) - Method in class cryptix.openpgp.io.PGPInputStreamAdapter
- Call the readBuffer method on the underlying stream.
- read() - Method in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- Calls readBuffer on the underlying stream passing in a newly allocated byte array for temporary storage.
- read(byte[]) - Method in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- Calls the readBuffer method on the underlying stream.
- read(byte[], int, int) - Method in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- Call the readBuffer method on the underlying stream.
- readBodyLength() - Method in class cryptix.openpgp.io.PGPPacketDataInputStream
- Read the PGP encoded body length.
- readBodyLength(InputStream) - Method in class cryptix.openpgp.io.PGPSignatureDataInputStream
- Read the PGP encoded signature subpacket body length.
- readBoolean() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read a boolean
- readBuffer(byte[]) - Method in class cryptix.openpgp.io.PGPLengthDataInputStream
- Read a buffer
- readBuffer(byte[], int, int) - Method in class cryptix.openpgp.io.PGPLengthDataInputStream
- Read a buffer
- readByte() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read a byte
- readByteArray() - Method in class cryptix.openpgp.io.PGPLengthDataInputStream
- Read all remaining bytes in this packet.
- readDirect() - Method in class cryptix.openpgp.io.PGPCipherDataInputStream
- Reads one byte from the buffer
- readDirect() - Method in class cryptix.openpgp.io.PGPLengthDataInputStream
- Reads one byte directly from the underlying inputstream
- readFully(byte[]) - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read an array of bytes
- readFully(byte[], int, int) - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read an array of bytes
- readInt() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read an int
- readInternal() - Method in class cryptix.openpgp.io.PGPByteArrayDataInputStream
- Read one byte.
- readInternal() - Method in class cryptix.openpgp.io.PGPChecksumDataInputStream
- Read one byte.
- readInternal(byte[], int, int) - Method in class cryptix.openpgp.io.PGPCompressorInputStream
- Subclasses are expected to use this method to read from the underlying input stream.
- readInternal() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read one byte.
- readInternal() - Method in class cryptix.openpgp.io.PGPLengthDataInputStream
- Reads one byte.
- readInternal() - Method in class cryptix.openpgp.io.PGPPushBackDataInputStream
- Read one byte.
- readInternal() - Method in class cryptix.openpgp.io.PGPWrapperDataInputStream
- Read one byte
- readLengthPrependedString() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read a string with a length byte prepended
- readLong() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read a long
- readMPI() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read a PGP encoded multi-precision-integer (MPI)
- readNullTerminatedString() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read a null terminated string
- readShort() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read a short
- readString(int) - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read a string of a certain length
- readString() - Method in class cryptix.openpgp.io.PGPLengthDataInputStream
- Read a string of an unknown length
- readUnsignedByte() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read an unsigned byte
- readUnsignedInt() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read an unsigned int
- readUnsignedShort() - Method in class cryptix.openpgp.io.PGPDataInputStream
- Read an unsigned short
- reset() - Method in class cryptix.openpgp.io.PGPInputStreamAdapter
- Marking is not supported, this always throws an exception.
- reset() - Method in class cryptix.openpgp.io.PGPZLibInputStreamAdapter
- Marking is not supported, this always throws an exception.
S
- setLength(long) - Method in class cryptix.openpgp.io.PGPLengthDataOutputStream
- Set the length of the current packet
- setPartialLength(long) - Method in class cryptix.openpgp.io.PGPLengthDataOutputStream
- Set the length of the current packet
- signer - Variable in class cryptix.openpgp.io.PGPHashDataOutputStream
- Braindamaged SUN JCE forces us to hash everything twice for sigs
- stream - Variable in class cryptix.openpgp.io.PGPPushBackDataInputStream
T
- toByteArray() - Method in class cryptix.openpgp.io.PGPByteArrayDataOutputStream
- Returns the byte array that has been written
W
- write(int) - Method in class cryptix.openpgp.io.PGPCompressorOutputStream
- (FilterOutputStream interface) This method is inefficient as coded, so clients should avoid it.
- write(byte[]) - Method in class cryptix.openpgp.io.PGPCompressorOutputStream
- (FilterOutputStream interface) Write data to the underlying stream after passing through the compression algorithm.
- write(byte[], int, int) - Method in class cryptix.openpgp.io.PGPCompressorOutputStream
- (FilterOutputStream interface) Write data to the underlying stream after passing through the compression algorithm.
- write(int) - Method in class cryptix.openpgp.io.PGPOutputStreamAdapter
- Writes the specified byte to this output stream.
- write(byte[]) - Method in class cryptix.openpgp.io.PGPOutputStreamAdapter
- Writes
b.length
bytes from the specified byte array to this output stream. - write(byte[], int, int) - Method in class cryptix.openpgp.io.PGPOutputStreamAdapter
- Writes
len
bytes from the specified byte array starting at offsetoff
to this output stream. - writeBoolean(boolean) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write a boolean
- writeByte(byte) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write a byte
- writeDirect(int) - Method in class cryptix.openpgp.io.PGPCipherDataOutputStream
- Write one byte into the buffer.
- writeDirect(int) - Method in class cryptix.openpgp.io.PGPHashDataOutputStream
- Internal method used by all other methods to write one byte.
- writeDirect(int) - Method in class cryptix.openpgp.io.PGPLengthDataOutputStream
- Write one byte directly to the underlying outputstream.
- writeFully(byte[]) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write an array of bytes
- writeFully(byte[], int, int) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write an array of bytes
- writeInt(int) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write an int
- writeInternal(int) - Method in class cryptix.openpgp.io.PGPByteArrayDataOutputStream
- Writes one byte into the bytearray
- writeInternal(int) - Method in class cryptix.openpgp.io.PGPChecksumDataOutputStream
- Write one byte
- writeInternal(byte[], int, int) - Method in class cryptix.openpgp.io.PGPCompressorOutputStream
- Framework method to be implemented by subclasses.
- writeInternal(int) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Internal method used by all other methods to write one byte.
- writeInternal(int) - Method in class cryptix.openpgp.io.PGPLengthDataOutputStream
- Internal method used by all other methods to write one byte.
- writeInternal(int) - Method in class cryptix.openpgp.io.PGPWrapperDataOutputStream
- Write one byte
- writeLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPCipherDataOutputStream
- Write a length to the outputstream.
- writeLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPHashDataOutputStream
- Write a length to the outputstream.
- writeLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPLengthDataOutputStream
- Write a length to the outputstream.
- writeLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPPacketDataOutputStream
- Write a length to the outputstream.
- writeLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPSignatureDataOutputStream
- Write a length to the outputstream.
- writeLengthPrependedString(String) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write a string with a length byte prepended
- writeLong(long) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write a long
- writeMPI(BigInteger) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write a PGP encoded multi-precision-integer (MPI)
- writeNewLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPPacketDataOutputStream
- Write a new 'normal' length
- writeNewPartialLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPPacketDataOutputStream
- Write a new partial length
- writeNewType(OutputStream, byte) - Method in class cryptix.openpgp.io.PGPPacketDataOutputStream
- Write a new type byte
- writeNullTerminatedString(String) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write a null terminated string
- writeOldTypeAndLength(OutputStream, byte, long) - Method in class cryptix.openpgp.io.PGPPacketDataOutputStream
- Write old-style type and length bytes
- writePacketLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPSignatureDataOutputStream
- Write a length
- writePartialLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPCipherDataOutputStream
- Write a partial length to the outputstream.
- writePartialLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPHashDataOutputStream
- Unsupported method
- writePartialLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPLengthDataOutputStream
- Write a partial length to the outputstream.
- writePartialLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPPacketDataOutputStream
- Write a partial length to the outputstream.
- writePartialLength(OutputStream, long) - Method in class cryptix.openpgp.io.PGPSignatureDataOutputStream
- Not supported method.
- writeShort(short) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write a short
- writeString(String) - Method in class cryptix.openpgp.io.PGPDataOutputStream
- Write a string
A B C D F G I L M N O P R S T W
|
|||||||||
Home >> All >> cryptix >> openpgp >> [ io overview ] | PREV NEXT |