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(ASN1Encodable 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(ASN1Encodable object) throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2016 BouncyCastle.org. All rights reserved.