public class PemReader extends BufferedReader
Modifier and Type | Method and Description |
---|---|
PemObject |
readPemObject()
Read the next PEM object as a blob of raw data with header information.
|
public PemReader(Reader reader)
public PemObject readPemObject() throws IOException
IOException
- in case of a parse error.Copyright © 2020 BouncyCastle.org. All rights reserved.