Package org.bouncycastle.asn1
Class ASN1OutputStream
java.lang.Object
org.bouncycastle.asn1.ASN1OutputStream
- Direct Known Subclasses:
BEROutputStream,DEROutputStream
Stream that produces output based on the default encoding for the passed in objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static ASN1OutputStreamcreate(OutputStream out) static ASN1OutputStreamcreate(OutputStream out, String encoding) voidflush()protected voidDeprecated.Will be removed.voidwriteObject(ASN1Encodable obj) voidwriteObject(ASN1Primitive primitive)
-
Constructor Details
-
ASN1OutputStream
Deprecated.Usecreate(OutputStream)instead.
-
-
Method Details
-
create
-
create
-
writeNull
Deprecated.Will be removed.- Throws:
IOException
-
writeObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
close
- Throws:
IOException
-
flush
- Throws:
IOException
-
create(OutputStream)instead.