Class X509StreamParser

java.lang.Object
org.bouncycastle.x509.X509StreamParser
All Implemented Interfaces:
StreamParser

public class X509StreamParser extends Object implements StreamParser
This class allows access to different implementations for reading X.509 objects from streams.

A X509StreamParser is used to read a collection of objects or a single object of a certain X.509 object structure. E.g. one X509StreamParser can read certificates, another one CRLs, certification paths, attribute certificates and so on. The kind of object structure is specified with the algorithm parameter to the getInstance methods.

Implementations must implement the X509StreamParserSpi.

  • Method Details