public class PemReader
extends java.io.BufferedReader
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LAX_PEM_PARSING_SYSTEM_PROPERTY_NAME |
| 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 static final java.lang.String LAX_PEM_PARSING_SYSTEM_PROPERTY_NAME
public PemObject readPemObject() throws java.io.IOException
java.io.IOException - in case of a parse error.