org.bouncycastle.openpgp
public class PGPLiteralData extends Object
| Field Summary | |
|---|---|
| static char | BINARY |
| static String | CONSOLE
The special name indicating a "for your eyes only" packet. |
| static Date | NOW
The special time for a modification time of "now" or
the present time. |
| static char | TEXT |
| Constructor Summary | |
|---|---|
| PGPLiteralData(BCPGInputStream pIn) | |
| Method Summary | |
|---|---|
| InputStream | getDataStream()
Return the input stream representing the data stream
|
| String | getFileName()
Return the file name that's associated with the data stream.
|
| int | getFormat()
Return the format of the data stream - BINARY or TEXT.
|
| InputStream | getInputStream()
Return the raw input stream for the data stream.
|
| Date | getModificationTime()
Return the modification time for the file.
|
Returns: InputStream
Returns: String
Returns: int
Returns: InputStream
Returns: the modification time.