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, writeBERHeader
public BERSequenceGenerator(OutputStream out) throws IOException
IOException
public BERSequenceGenerator(OutputStream out, int tagNo, boolean isExplicit) throws IOException
IOException
public void addObject(DEREncodable object) throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2015. All rights reserved.