org.bouncycastle.sasn1
Class DerSequenceGenerator
java.lang.Object
org.bouncycastle.sasn1.Asn1Generator
org.bouncycastle.sasn1.DerGenerator
org.bouncycastle.sasn1.DerSequenceGenerator
Deprecated. use corresponsding classes in org.bouncycastle.asn1.
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
- Deprecated.
- Throws:
java.io.IOException
DerSequenceGenerator
public DerSequenceGenerator(java.io.OutputStream out,
int tagNo,
boolean isExplicit)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
addObject
public void addObject(DerObject object)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
getRawOutputStream
public java.io.OutputStream getRawOutputStream()
- Deprecated.
- Specified by:
getRawOutputStream
in class Asn1Generator
close
public void close()
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException