Bouncy Castle Cryptography Library 1.66

org.bouncycastle.asn1
Class BEROutputStream

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1OutputStream
      extended byorg.bouncycastle.asn1.BEROutputStream

Deprecated. Will be removed from public API.

public class BEROutputStream
extends ASN1OutputStream

A class which writes indefinite and definite length objects. Objects which specify DER will be encoded accordingly, but DL or BER objects will be encoded as defined.


Constructor Summary
BEROutputStream(java.io.OutputStream os)
          Deprecated. Use ASN1OutputStream.create(OutputStream, String) with ASN1Encoding.BER instead.
 
Methods inherited from class org.bouncycastle.asn1.ASN1OutputStream
close, create, create, flush, writeNull, writeObject, writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BEROutputStream

public BEROutputStream(java.io.OutputStream os)
Deprecated. Use ASN1OutputStream.create(OutputStream, String) with ASN1Encoding.BER instead.

Base constructor.

Parameters:
os - target output stream.

Bouncy Castle Cryptography Library 1.66