|
Bouncy Castle Cryptography Library 1.36 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Generator
org.bouncycastle.asn1.BERGenerator
org.bouncycastle.asn1.BERSequenceGenerator
Field Summary |
Fields inherited from class org.bouncycastle.asn1.ASN1Generator |
_out |
Constructor Summary | |
BERSequenceGenerator(java.io.OutputStream out)
|
|
BERSequenceGenerator(java.io.OutputStream out,
int tagNo,
boolean isExplicit)
|
Method Summary | |
void |
addObject(DEREncodable object)
|
void |
close()
|
Methods inherited from class org.bouncycastle.asn1.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
public BERSequenceGenerator(java.io.OutputStream out, int tagNo, boolean isExplicit) throws java.io.IOException
Method Detail |
public void addObject(DEREncodable object) throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.36 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |