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(OutputStream out)
throws IOException
- Throws:
IOException
DERSequenceGenerator
public DERSequenceGenerator(OutputStream out,
int tagNo,
boolean isExplicit)
throws IOException
- Throws:
IOException
addObject
public void addObject(DEREncodable object)
throws IOException
- Throws:
IOException
getRawOutputStream
public OutputStream getRawOutputStream()
- Specified by:
getRawOutputStream
in class ASN1Generator
close
public void close()
throws IOException
- Throws:
IOException