org.apache.commons.ssl.asn1
Class BERSetParser

java.lang.Object
  extended byorg.apache.commons.ssl.asn1.BERSetParser
All Implemented Interfaces:
ASN1SetParser, DEREncodable

public class BERSetParser
extends Object
implements ASN1SetParser


Field Summary
private  ASN1ObjectParser _parser
           
 
Constructor Summary
(package private) BERSetParser(ASN1ObjectParser parser)
           
 
Method Summary
 DERObject getDERObject()
           
 DEREncodable readObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_parser

private ASN1ObjectParser _parser
Constructor Detail

BERSetParser

BERSetParser(ASN1ObjectParser parser)
Method Detail

readObject

public DEREncodable readObject()
                        throws IOException
Specified by:
readObject in interface ASN1SetParser
Throws:
IOException

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable