org.bouncycastle.sasn1

Class BerSet

Implemented Interfaces:
Asn1Set

public class BerSet
extends Asn1Object
implements Asn1Set

Field Summary

Fields inherited from class org.bouncycastle.sasn1.Asn1Object

_baseTag, _contentStream, _tagNumber

Constructor Summary

BerSet(int baseTag, InputStream contentStream)

Method Summary

Asn1Object
readObject()

Methods inherited from class org.bouncycastle.sasn1.Asn1Object

getRawContentStream, getTagNumber, isConstructed

Constructor Details

BerSet

protected BerSet(int baseTag,
                 InputStream contentStream)

Method Details

readObject

public Asn1Object readObject()
            throws IOException
Specified by:
readObject in interface Asn1Set