Bouncy Castle Cryptography 1.30

org.bouncycastle.sasn1
Class DerGenerator

java.lang.Object
  |
  +--org.bouncycastle.sasn1.Asn1Generator
        |
        +--org.bouncycastle.sasn1.DerGenerator
Direct Known Subclasses:
DerSequenceGenerator

public abstract class DerGenerator
extends Asn1Generator


Fields inherited from class org.bouncycastle.sasn1.Asn1Generator
_out
 
Constructor Summary
protected DerGenerator(java.io.OutputStream out)
           
  DerGenerator(java.io.OutputStream out, int tagNo, boolean isExplicit)
           
 
Methods inherited from class org.bouncycastle.sasn1.Asn1Generator
getRawOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerGenerator

protected DerGenerator(java.io.OutputStream out)

DerGenerator

public DerGenerator(java.io.OutputStream out,
                    int tagNo,
                    boolean isExplicit)

Bouncy Castle Cryptography 1.30