|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Generator
|
+--org.bouncycastle.asn1.DERGenerator
Basic class for streaming DER encoding generators.
| Fields inherited from class org.bouncycastle.asn1.ASN1Generator |
_out |
| Constructor Summary | |
protected |
DERGenerator(java.io.OutputStream out)
|
|
DERGenerator(java.io.OutputStream out,
int tagNo,
boolean isExplicit)
Create a DER encoding generator for a tagged object. |
| Methods inherited from class org.bouncycastle.asn1.ASN1Generator |
getRawOutputStream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected DERGenerator(java.io.OutputStream out)
public DERGenerator(java.io.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.
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||