org.gudy.bouncycastle.asn1
Class BERGenerator
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Generator
org.gudy.bouncycastle.asn1.BERGenerator
- Direct Known Subclasses:
- BEROctetStringGenerator, BERSequenceGenerator
public class BERGenerator
- extends ASN1Generator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BERGenerator
protected BERGenerator(OutputStream out)
BERGenerator
public BERGenerator(OutputStream out,
int tagNo,
boolean isExplicit)
getRawOutputStream
public OutputStream getRawOutputStream()
- Specified by:
getRawOutputStream
in class ASN1Generator
writeBERHeader
protected void writeBERHeader(int tag)
throws IOException
- Throws:
IOException
writeBERBody
protected void writeBERBody(InputStream contentStream)
throws IOException
- Throws:
IOException
writeBEREnd
protected void writeBEREnd()
throws IOException
- Throws:
IOException