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