Package org.bouncycastle.asn1
Class DLOutputStream
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1OutputStream
-
- org.bouncycastle.asn1.DLOutputStream
-
public class DLOutputStream extends ASN1OutputStream
Deprecated.Will be removed from public API.Stream that outputs encoding based on definite length.
-
-
Constructor Summary
Constructors Constructor Description DLOutputStream(java.io.OutputStream os)
Deprecated.UseASN1OutputStream.create(OutputStream, String)
withASN1Encoding.DL
instead.
-
Method Summary
-
Methods inherited from class org.bouncycastle.asn1.ASN1OutputStream
close, create, create, flush, writeNull, writeObject, writeObject
-
-
-
-
Constructor Detail
-
DLOutputStream
public DLOutputStream(java.io.OutputStream os)
Deprecated.UseASN1OutputStream.create(OutputStream, String)
withASN1Encoding.DL
instead.
-
-