Class BcPGPObjectFactory

  • All Implemented Interfaces:
    org.bouncycastle.util.Iterable

    public class BcPGPObjectFactory
    extends PGPObjectFactory
    PGPObjectFactory that uses the Bouncy Castle lightweight API to implement cryptographic primitives.
    • Constructor Summary

      Constructors 
      Constructor Description
      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.
    • 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.