|
Bouncy Castle Cryptography 1.30 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.sasn1.Asn1Generator
org.bouncycastle.sasn1.BerGenerator
org.bouncycastle.sasn1.BerSequenceGenerator
public class BerSequenceGenerator
| Field Summary |
|---|
| Fields inherited from class org.bouncycastle.sasn1.Asn1Generator |
|---|
_out |
| Constructor Summary | |
|---|---|
BerSequenceGenerator(java.io.OutputStream out)
|
|
BerSequenceGenerator(java.io.OutputStream out,
int tagNo,
boolean isExplicit)
|
|
| Method Summary | |
|---|---|
void |
addObject(DerObject object)
|
void |
close()
|
| Methods inherited from class org.bouncycastle.sasn1.BerGenerator |
|---|
getRawOutputStream, writeBerBody, writeBerEnd, writeBerHeader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BerSequenceGenerator(java.io.OutputStream out)
throws java.io.IOException
java.io.IOException
public BerSequenceGenerator(java.io.OutputStream out,
int tagNo,
boolean isExplicit)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addObject(DerObject object)
throws java.io.IOException
java.io.IOException
public void close()
throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography 1.30 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||