public class BERSequenceGenerator extends BERGenerator
_out| Constructor and Description |
|---|
BERSequenceGenerator(OutputStream out) |
BERSequenceGenerator(OutputStream out,
int tagNo,
boolean isExplicit) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObject(DEREncodable object) |
void |
close() |
getRawOutputStream, writeBERBody, writeBEREnd, writeBERHeaderpublic BERSequenceGenerator(OutputStream out) throws IOException
IOExceptionpublic BERSequenceGenerator(OutputStream out, int tagNo, boolean isExplicit) throws IOException
IOExceptionpublic void addObject(DEREncodable object) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2015. All rights reserved.