org.bouncycastle.openpgp

Class PGPEncryptedDataList

public class PGPEncryptedDataList extends Object

A holder for a list of PGP encryption method packets.
Constructor Summary
PGPEncryptedDataList(BCPGInputStream pIn)
Method Summary
Objectget(int index)
IteratorgetEncryptedDataObjects()
IteratorgetEncyptedDataObjects()
booleanisEmpty()
intsize()

Constructor Detail

PGPEncryptedDataList

public PGPEncryptedDataList(BCPGInputStream pIn)

Method Detail

get

public Object get(int index)

getEncryptedDataObjects

public Iterator getEncryptedDataObjects()

getEncyptedDataObjects

public Iterator getEncyptedDataObjects()

Deprecated: misspelt - use getEncryptedDataObjects()

isEmpty

public boolean isEmpty()

size

public int size()