org.gudy.bouncycastle.asn1
Class DERSequenceGenerator
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Generator
org.gudy.bouncycastle.asn1.DERGenerator
org.gudy.bouncycastle.asn1.DERSequenceGenerator
public class DERSequenceGenerator
- extends DERGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DERSequenceGenerator
public DERSequenceGenerator(java.io.OutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
DERSequenceGenerator
public DERSequenceGenerator(java.io.OutputStream out,
int tagNo,
boolean isExplicit)
throws java.io.IOException
- Throws:
java.io.IOException
addObject
public void addObject(DEREncodable object)
throws java.io.IOException
- Throws:
java.io.IOException
getRawOutputStream
public java.io.OutputStream getRawOutputStream()
- Specified by:
getRawOutputStream
in class ASN1Generator
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException