Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.util.io.pem
Interface PemObjectParser


public interface PemObjectParser

Base interface for parsers to convert PEM objects into specific objects.


Method Summary
 java.lang.Object parseObject(PemObject obj)
          Parse an object out of the PEM object passed in.
 

Method Detail

parseObject

public java.lang.Object parseObject(PemObject obj)
                             throws java.io.IOException
Parse an object out of the PEM object passed in.
Parameters:
obj - the PEM object containing the details for the specific object.
Returns:
a specific object represented by the PEM object.
Throws:
java.io.IOException - on a parsing error.

Bouncy Castle Cryptography Library 1.77.0