| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.asn1.ASN1Generatororg.bouncycastle.asn1.BERGeneratororg.bouncycastle.asn1.BERSequenceGeneratorpublic class BERSequenceGeneratorextends BERGeneratorField Summary |
Fields inherited from class org.bouncycastle.asn1.ASN1Generator | |
_out | |
Constructor Summary | |
| |
| |
Method Summary | |
void |
|
void |
|
Methods inherited from class org.bouncycastle.asn1.BERGenerator | |
getRawOutputStream, writeBERBody, writeBEREnd, writeBERHeader | |
Methods inherited from class org.bouncycastle.asn1.ASN1Generator | |
getRawOutputStream | |
public BERSequenceGenerator(OutputStream out)
throws IOExceptionpublic BERSequenceGenerator(OutputStream out,
int tagNo,
boolean isExplicit)
throws IOException