Package org.bouncycastle.asn1
Class DEROutputStream
java.lang.Object
org.bouncycastle.asn1.ASN1OutputStream
org.bouncycastle.asn1.DEROutputStream
Deprecated.
Will be removed from public API.
Stream that outputs encoding based on distinguished encoding rules.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.UseASN1OutputStream.create(OutputStream, String)
withASN1Encoding.DER
instead. -
Method Summary
Methods inherited from class org.bouncycastle.asn1.ASN1OutputStream
close, create, create, flush, writeNull, writeObject, writeObject
-
Constructor Details
-
DEROutputStream
Deprecated.UseASN1OutputStream.create(OutputStream, String)
withASN1Encoding.DER
instead.
-