public class DERSequenceGenerator extends DERGenerator
_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() |
public DERSequenceGenerator(OutputStream out) throws IOException
IOExceptionpublic DERSequenceGenerator(OutputStream out, int tagNo, boolean isExplicit) throws IOException
IOExceptionpublic void addObject(DEREncodable object) throws IOException
IOExceptionpublic OutputStream getRawOutputStream()
getRawOutputStream in class ASN1Generatorpublic void close()
throws IOException
IOExceptionCopyright © 2015. All rights reserved.