Package org.bouncycastle.asn1
Class ASN1OutputStream
java.lang.Object
org.bouncycastle.asn1.ASN1OutputStream
- Direct Known Subclasses:
DEROutputStream,DLOutputStream
public class ASN1OutputStream extends Object
Stream that produces output based on the default encoding for the passed in objects.
-
Constructor Summary
Constructors Constructor Description ASN1OutputStream(OutputStream os) -
Method Summary
Modifier and Type Method Description voidclose()voidflush()protected voidwriteNull()voidwriteObject(ASN1Encodable obj)
-
Constructor Details
-
ASN1OutputStream
-
-
Method Details
-
writeNull
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
close
- Throws:
IOException
-
flush
- Throws:
IOException
-