Package org.bouncycastle.openpgp.jcajce
Class JcaPGPObjectFactory
java.lang.Object
org.bouncycastle.openpgp.PGPObjectFactory
org.bouncycastle.openpgp.jcajce.JcaPGPObjectFactory
- All Implemented Interfaces:
Iterable,org.bouncycastle.util.Iterable
PGPObjectFactory that uses the sources cryptographic primitives from the JCA API.-
Constructor Summary
ConstructorsConstructorDescriptionJcaPGPObjectFactory(byte[] encoded) Construct an object factory to read PGP objects from encoded data.Construct an object factory to read PGP objects from a stream. -
Method Summary
Methods inherited from class org.bouncycastle.openpgp.PGPObjectFactory
iterator, nextObject, setThrowForUnknownCriticalPacketsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
JcaPGPObjectFactory
public JcaPGPObjectFactory(byte[] encoded) Construct an object factory to read PGP objects from encoded data.- Parameters:
encoded- the PGP encoded data.
-
JcaPGPObjectFactory
Construct an object factory to read PGP objects from a stream.- Parameters:
in- the stream containing PGP encoded objects.
-