|
Bouncy Castle Cryptography 1.26 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.PGPEncryptedData
Inner Class Summary | |
protected class |
PGPEncryptedData.TruncatedStream
|
Fields inherited from interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags |
AES_128,
AES_192,
AES_256,
BLOWFISH,
CAST5,
DES,
IDEA,
NULL,
SAFER,
TRIPLE_DES,
TWOFISH |
Method Summary | |
java.io.InputStream |
getInputStream()
Return the raw input stream for the data stream. |
boolean |
isIntegrityProtected()
Return true if the message is integrity protected. |
boolean |
verify()
Note: This can only be called after the message has been read. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public java.io.InputStream getInputStream()
public boolean isIntegrityProtected()
public boolean verify() throws PGPException, java.io.IOException
|
Bouncy Castle Cryptography 1.26 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |