kz.gamma.asn1
Class BERSequenceGenerator

java.lang.Object
  extended by kz.gamma.asn1.ASN1Generator
      extended by kz.gamma.asn1.BERGenerator
          extended by kz.gamma.asn1.BERSequenceGenerator

public class BERSequenceGenerator
extends BERGenerator


Field Summary
 
Fields inherited from class kz.gamma.asn1.ASN1Generator
_out
 
Constructor Summary
BERSequenceGenerator(java.io.OutputStream out)
           
BERSequenceGenerator(java.io.OutputStream out, int tagNo, boolean isExplicit)
           
 
Method Summary
 void addObject(DEREncodable object)
           
 void close()
           
 
Methods inherited from class kz.gamma.asn1.BERGenerator
getRawOutputStream, writeBERBody, writeBEREnd, writeBERHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BERSequenceGenerator

public BERSequenceGenerator(java.io.OutputStream out)
                     throws java.io.IOException
Throws:
java.io.IOException

BERSequenceGenerator

public BERSequenceGenerator(java.io.OutputStream out,
                            int tagNo,
                            boolean isExplicit)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addObject

public void addObject(DEREncodable object)
               throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.