public interface PemObjectParser
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
parseObject(PemObject obj)
Parse an object out of the PEM object passed in.
|
java.lang.Object parseObject(PemObject obj) throws java.io.IOException
obj - the PEM object containing the details for the specific object.java.io.IOException - on a parsing error.