public class

BERGenerator

extends ASN1Generator
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Generator
     ↳ org.bouncycastle.asn1.BERGenerator
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class org.bouncycastle.asn1.ASN1Generator
Public Constructors
BERGenerator(OutputStream out, int tagNo, boolean isExplicit)
Protected Constructors
BERGenerator(OutputStream out)
Public Methods
OutputStream getRawOutputStream()
Protected Methods
void writeBERBody(InputStream contentStream)
void writeBEREnd()
void writeBERHeader(int tag)
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Generator
From class java.lang.Object

Public Constructors

public BERGenerator (OutputStream out, int tagNo, boolean isExplicit)

Protected Constructors

protected BERGenerator (OutputStream out)

Public Methods

public OutputStream getRawOutputStream ()

Protected Methods

protected void writeBERBody (InputStream contentStream)

Throws
IOException

protected void writeBEREnd ()

Throws
IOException

protected void writeBERHeader (int tag)

Throws
IOException