java.lang.Iterable, org.bouncycastle.util.Iterablepublic class JcaPGPObjectFactory extends PGPObjectFactory
PGPObjectFactory that uses the sources cryptographic primitives from the JCA API.| Constructor | Description |
|---|---|
JcaPGPObjectFactory(byte[] encoded) |
Construct an object factory to read PGP objects from encoded data.
|
JcaPGPObjectFactory(java.io.InputStream in) |
Construct an object factory to read PGP objects from a stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititerator, nextObjectpublic JcaPGPObjectFactory(byte[] encoded)
encoded - the PGP encoded data.public JcaPGPObjectFactory(java.io.InputStream in)
in - the stream containing PGP encoded objects.