| Bouncy Castle Cryptography Library 1.33 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.sasn1.Asn1Generatororg.bouncycastle.sasn1.BerGeneratororg.bouncycastle.sasn1.BerSequenceGeneratorpublic class BerSequenceGeneratorextends BerGeneratorField Summary |
Fields inherited from class org.bouncycastle.sasn1.Asn1Generator | |
_out | |
Constructor Summary | |
| |
| |
Methods inherited from class org.bouncycastle.sasn1.BerGenerator | |
getRawOutputStream, writeBerBody, writeBerEnd, writeBerHeader | |
Methods inherited from class org.bouncycastle.sasn1.Asn1Generator | |
getRawOutputStream | |
public BerSequenceGenerator(OutputStream out)
throws IOExceptionpublic BerSequenceGenerator(OutputStream out,
int tagNo,
boolean isExplicit)
throws IOException