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

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

Introduction

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

The text is from its open source code.

Constructor

PGPObjectFactory(InputStream in, KeyFingerPrintCalculator fingerPrintCalculator)
Create an object factory suitable for reading PGP objects such as keys, key rings and key ring collections, or PGP encrypted data.
PGPObjectFactory(byte[] bytes, KeyFingerPrintCalculator fingerPrintCalculator)
Create an object factory suitable for reading PGP objects such as keys, key rings and key ring collections, or PGP encrypted data.

Method

Iteratoriterator()
Support method for Iterable where available.
ObjectnextObject()
Return the next object in the stream, or null if the end of stream is reached.