org.bouncycastle.asn1

Class BERSequenceGenerator


public class BERSequenceGenerator
extends BERGenerator

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Generator

_out

Constructor Summary

BERSequenceGenerator(OutputStream out)
BERSequenceGenerator(OutputStream out, int tagNo, boolean isExplicit)

Method Summary

void
addObject(DEREncodable object)
void
close()

Methods inherited from class org.bouncycastle.asn1.BERGenerator

getRawOutputStream, writeBERBody, writeBEREnd, writeBERHeader

Methods inherited from class org.bouncycastle.asn1.ASN1Generator

getRawOutputStream

Constructor Details

BERSequenceGenerator

public BERSequenceGenerator(OutputStream out)
            throws IOException

BERSequenceGenerator

public BERSequenceGenerator(OutputStream out,
                            int tagNo,
                            boolean isExplicit)
            throws IOException

Method Details

addObject

public void addObject(DEREncodable object)
            throws IOException

close

public void close()
            throws IOException