Java org.bouncycastle.openpgp PGPEncryptedDataList fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.openpgp PGPEncryptedDataList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.openpgp PGPEncryptedDataList.

The text is from its open source code.

Method

Objectget(int index)
Gets the encryption method object at the specified index.
IteratorgetEncryptedDataObjects()
Returns an iterator over the encryption method objects held in this list, in the order they appeared in the stream they are read from.
Iteratoriterator()
Support method for Iterable where available.
intsize()
Gets the number of encryption methods in this list.