|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.PGPEncryptedDataList
public class 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
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 Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |