|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.Reader | +--java.io.BufferedReader | +--org.bouncycastle.util.io.pem.PemReader
A generic PEM reader, based on the format outlined in RFC 1421
Fields inherited from class java.io.Reader |
lock |
Constructor Summary | |
PemReader(java.io.Reader reader)
|
Method Summary | |
PemObject |
readPemObject()
Read the next PEM object as a blob of raw data with header information. |
Methods inherited from class java.io.BufferedReader |
close, mark, markSupported, read, read, readLine, ready, reset, skip |
Methods inherited from class java.io.Reader |
read |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PemReader(java.io.Reader reader)
Method Detail |
public PemObject readPemObject() throws java.io.IOException
java.io.IOException
- in case of a parse error.
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |