Package org.bouncycastle.asn1
Class BEROutputStream
java.lang.Object
org.bouncycastle.asn1.ASN1OutputStream
org.bouncycastle.asn1.BEROutputStream
Deprecated.
Will be removed from public API.
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
ConstructorsConstructorDescriptionDeprecated.UseASN1OutputStream.create(OutputStream, String)
withASN1Encoding.BER
instead. -
Method Summary
Methods inherited from class org.bouncycastle.asn1.ASN1OutputStream
close, create, create, flush, writeNull, writeObject, writeObject
-
Constructor Details
-
BEROutputStream
Deprecated.UseASN1OutputStream.create(OutputStream, String)
withASN1Encoding.BER
instead.Base constructor.- Parameters:
os
- target output stream.
-