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