Java org.bouncycastle.openpgp PGPLiteralData fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.openpgp PGPLiteralData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.openpgp PGPLiteralData.

The text is from its open source code.

Field

charBINARY
Format tag for binary literal data
charTEXT
Format tag for textual literal data
charUTF8
Format tag for UTF-8 encoded textual literal data
StringCONSOLE
The special name indicating a "for your eyes only" packet.
DateNOW
The special time for a modification time of "now" or the present time.

Method

InputStreamgetDataStream()
Return the input stream representing the data stream.
StringgetFileName()
Return the file name associated with the data packet.
intgetFormat()
Return the format of the data packet.
InputStreamgetInputStream()
Return the raw input stream for the data packet.
DategetModificationTime()
Return the modification time for the file (at second level precision).