public abstract class DERGenerator extends ASN1Generator
_out
Modifier | Constructor and Description |
---|---|
protected |
DERGenerator(OutputStream out) |
|
DERGenerator(OutputStream out,
int tagNo,
boolean isExplicit)
Create a DER encoding generator for a tagged object.
|
protected DERGenerator(OutputStream out)
public DERGenerator(OutputStream out, int tagNo, boolean isExplicit)
out
- the output stream to encode objects to.tagNo
- the tag number to head the output stream with.isExplicit
- true if the tagging should be explicit, false otherwise.Copyright © 2017 BouncyCastle.org. All rights reserved.