org.apache.commons.ssl.asn1
public class DERSequenceGenerator extends DERGenerator
Modifier and Type | Field and Description |
---|---|
private ByteArrayOutputStream |
_bOut |
_out
Constructor and Description |
---|
DERSequenceGenerator(OutputStream out) |
DERSequenceGenerator(OutputStream out,
int tagNo,
boolean isExplicit) |
Modifier and Type | Method and Description |
---|---|
void |
addObject(DEREncodable object) |
void |
close() |
OutputStream |
getRawOutputStream() |
writeDEREncoded, writeDEREncoded, writeDEREncoded
private final ByteArrayOutputStream _bOut
public DERSequenceGenerator(OutputStream out) throws IOException
IOException
public DERSequenceGenerator(OutputStream out, int tagNo, boolean isExplicit) throws IOException
IOException
public void addObject(DEREncodable object) throws IOException
IOException
public OutputStream getRawOutputStream()
getRawOutputStream
in class ASN1Generator
public void close() throws IOException
IOException