public class PemReader
extends java.io.BufferedReader
| Constructor and Description |
|---|
PemReader(java.io.Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
PemObject |
readPemObject()
Read the next PEM object as a blob of raw data with header information.
|
public PemObject readPemObject() throws java.io.IOException
java.io.IOException - in case of a parse error.