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

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

Introduction

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

The text is from its open source code.

Constructor

JcaPGPObjectFactory(byte[] encoded)
Construct an object factory to read PGP objects from encoded data.
JcaPGPObjectFactory(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.