org.bouncycastle.openpgp

Class PGPEncryptedDataList


public class PGPEncryptedDataList
extends java.lang.Object

A holder for a list of PGP encryption method packets.

Constructor Summary

PGPEncryptedDataList(BCPGInputStream pIn)

Method Summary

Object
get(int index)
Iterator
getEncryptedDataObjects()
Iterator
getEncyptedDataObjects()
Deprecated. misspelt - use getEncryptedDataObjects()
boolean
isEmpty()
int
size()

Constructor Details

PGPEncryptedDataList

public PGPEncryptedDataList(BCPGInputStream pIn)
            throws IOException

Method Details

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()