|
Bouncy Castle Cryptography 1.29 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.PGPEncryptedDataList
A holder for a list of PGP encryption method packets.
Constructor Summary | |
PGPEncryptedDataList(BCPGInputStream pIn)
|
Method Summary | |
java.lang.Object |
get(int index)
|
java.util.Iterator |
getEncryptedDataObjects()
|
java.util.Iterator |
getEncyptedDataObjects()
Deprecated. misspelt - use getEncryptedDataObjects() |
boolean |
isEmpty()
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PGPEncryptedDataList(BCPGInputStream pIn) throws java.io.IOException
Method Detail |
public java.lang.Object get(int index)
public int size()
public boolean isEmpty()
public java.util.Iterator getEncyptedDataObjects()
public java.util.Iterator getEncryptedDataObjects()
|
Bouncy Castle Cryptography 1.29 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |