|
Bouncy Castle Cryptography 1.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.PGPLiteralData
class for processing literal data objects.
Field Summary | |
static char |
BINARY
|
static java.lang.String |
CONSOLE
The special name indicating a "for your eyes only" packet. |
static char |
TEXT
|
Constructor Summary | |
PGPLiteralData(BCPGInputStream pIn)
|
Method Summary | |
java.io.InputStream |
getDataStream()
Return the input stream representing the data stream |
java.lang.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. |
java.io.InputStream |
getInputStream()
Return the raw input stream for the data stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final char BINARY
public static final char TEXT
public static final java.lang.String CONSOLE
Constructor Detail |
public PGPLiteralData(BCPGInputStream pIn) throws java.io.IOException
Method Detail |
public int getFormat()
public java.lang.String getFileName()
public java.io.InputStream getInputStream()
public java.io.InputStream getDataStream()
|
Bouncy Castle Cryptography 1.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |