|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.openpgp.PGPObjectFactory
org.bouncycastle.openpgp.jcajce.JcaPGPObjectFactory
public class JcaPGPObjectFactory
PGPObjectFactory that uses the sources cryptographic primitives from the JCA API.
| Constructor Summary | |
|---|---|
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. |
|
| 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 |
|---|
public JcaPGPObjectFactory(byte[] encoded)
encoded - the PGP encoded data.public JcaPGPObjectFactory(java.io.InputStream in)
in - the stream containing PGP encoded objects.
|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||