Package org.bouncycastle.asn1
Class ASN1OutputStream
java.lang.Object
org.bouncycastle.asn1.ASN1OutputStream
- Direct Known Subclasses:
DEROutputStream
,DLOutputStream
Stream that produces output based on the default encoding for the passed in objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
flush()
protected void
void
writeObject
(ASN1Encodable obj)
-
Constructor Details
-
ASN1OutputStream
-
-
Method Details
-
writeNull
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
close
- Throws:
IOException
-
flush
- Throws:
IOException
-