Bouncy Castle Cryptography 1.51

org.bouncycastle.openpgp.bc
Class BcPGPObjectFactory

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPObjectFactory
      extended by org.bouncycastle.openpgp.bc.BcPGPObjectFactory

public class BcPGPObjectFactory
extends PGPObjectFactory

PGPObjectFactory that uses the Bouncy Castle lightweight API to implement cryptographic primitives.


Constructor Summary
BcPGPObjectFactory(byte[] encoded)
          Construct an object factory to read PGP objects from encoded data.
BcPGPObjectFactory(java.io.InputStream in)
          Construct an object factory to read PGP objects from a stream.
 
Method Summary
 
Methods inherited from class org.bouncycastle.openpgp.PGPObjectFactory
nextObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcPGPObjectFactory

public BcPGPObjectFactory(byte[] encoded)
Construct an object factory to read PGP objects from encoded data.

Parameters:
encoded - the PGP encoded data.

BcPGPObjectFactory

public BcPGPObjectFactory(java.io.InputStream in)
Construct an object factory to read PGP objects from a stream.

Parameters:
in - the stream containing PGP encoded objects.

Bouncy Castle Cryptography 1.51