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

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

Introduction

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

The text is from its open source code.

Constructor

BcPGPObjectFactory(byte[] encoded)
Construct an object factory to read PGP objects from encoded data.
BcPGPObjectFactory(InputStream in)
Construct an object factory to read PGP objects from a stream.

Method

ObjectnextObject()
Return the next object in the stream, or null if the end of stream is reached.