|
Bouncy Castle Cryptography 1.21 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.PGPObjectFactory
General class for reading a PGP object stream
Constructor Summary | |
PGPObjectFactory(byte[] bytes)
|
|
PGPObjectFactory(java.io.InputStream in)
|
Method Summary | |
java.lang.Object |
nextObject()
Return the next object in the stream, or null if the end is reached. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PGPObjectFactory(java.io.InputStream in)
public PGPObjectFactory(byte[] bytes)
Method Detail |
public java.lang.Object nextObject() throws java.io.IOException
java.io.IOException
-
|
Bouncy Castle Cryptography 1.21 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |