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(ASN1Encodable object) |
void |
close() |
OutputStream |
getRawOutputStream() |
public DERSequenceGenerator(OutputStream out) throws IOException
IOException
public DERSequenceGenerator(OutputStream out, int tagNo, boolean isExplicit) throws IOException
IOException
public void addObject(ASN1Encodable object) throws IOException
IOException
public OutputStream getRawOutputStream()
getRawOutputStream
in class ASN1Generator
public void close() throws IOException
IOException
Copyright © 2016 BouncyCastle.org. All rights reserved.