public class PGPEncryptedDataList
extends java.lang.Object
Constructor and Description |
---|
PGPEncryptedDataList(BCPGInputStream pIn) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int index) |
java.util.Iterator |
getEncryptedDataObjects() |
java.util.Iterator |
getEncyptedDataObjects()
Deprecated.
misspelt - use getEncryptedDataObjects()
|
boolean |
isEmpty() |
int |
size() |
public PGPEncryptedDataList(BCPGInputStream pIn) throws java.io.IOException
java.io.IOException
public java.lang.Object get(int index)
public int size()
public boolean isEmpty()
public java.util.Iterator getEncyptedDataObjects()
public java.util.Iterator getEncryptedDataObjects()