org.bouncycastle.asn1
public class DERSequenceGenerator extends DERGenerator
| Constructor Summary | |
|---|---|
| DERSequenceGenerator(OutputStream out) | |
| DERSequenceGenerator(OutputStream out, int tagNo, boolean isExplicit) | |
| Method Summary | |
|---|---|
| void | addObject(DEREncodable object) |
| void | close() |
| OutputStream | getRawOutputStream() |