Package io.anyline.nfc.bouncycastle.asn1
Class DERGenerator
-
- All Implemented Interfaces:
public abstract class DERGenerator extends ASN1Generator
Basic class for streaming DER encoding generators.
-
-
Constructor Summary
Constructors Constructor Description DERGenerator(OutputStream out, int tagNo, boolean isExplicit)
Create a DER encoding generator for a tagged object.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
DERGenerator
DERGenerator(OutputStream out, int tagNo, boolean isExplicit)
Create a DER encoding generator for a tagged object.- Parameters:
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.
-
-
-
-