Bouncy Castle Cryptography Library 1.35 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.sasn1.Asn1Generator
org.bouncycastle.sasn1.DerGenerator
org.bouncycastle.sasn1.DerSequenceGenerator
public class DerSequenceGenerator
extends DerGenerator
Field Summary |
Fields inherited from class org.bouncycastle.sasn1.Asn1Generator | |
_out |
Constructor Summary | |
| |
|
Method Summary | |
void | |
void |
|
OutputStream |
Methods inherited from class org.bouncycastle.sasn1.Asn1Generator | |
getRawOutputStream |
public DerSequenceGenerator(OutputStream out) throws IOException
public DerSequenceGenerator(OutputStream out, int tagNo, boolean isExplicit) throws IOException
public void close() throws IOException
public OutputStream getRawOutputStream()
- Overrides:
- getRawOutputStream in interface Asn1Generator