FileDocCategorySizeDatePackage
BerSet.javaAPI DocBouncy Castle Crypto API 1.41 (Java 1.5)588Wed Oct 01 10:55:28 BST 2008org.bouncycastle.sasn1

BerSet

public class BerSet extends Asn1Object implements Asn1Set
deprecated
use corresponsding classes in org.bouncycastle.asn1.

Fields Summary
private Asn1InputStream
_aIn
Constructors Summary
protected BerSet(int baseTag, InputStream contentStream)

        super(baseTag, BerTag.SET, contentStream);

        this._aIn = new Asn1InputStream(contentStream);
    
Methods Summary
public Asn1ObjectreadObject()

        return _aIn.readObject();