|
Bouncy Castle Cryptography Library 1.44 | ||||||||
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)
Deprecated. |
|
BerSequenceGenerator(java.io.OutputStream out,
int tagNo,
boolean isExplicit)
Deprecated. |
Method Summary | |
---|---|
void |
addObject(DerObject object)
Deprecated. |
void |
close()
Deprecated. |
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 Library 1.44 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |