public interface PemObjectParser
Modifier and Type | Method and Description |
---|---|
Object |
parseObject(PemObject obj)
Parse an object out of the PEM object passed in.
|
Object parseObject(PemObject obj) throws IOException
obj
- the PEM object containing the details for the specific object.IOException
- on a parsing error.Copyright © 2017 BouncyCastle.org. All rights reserved.