Package org.bouncycastle.asn1
Class DEROutputStream
java.lang.Object
org.bouncycastle.asn1.ASN1OutputStream
org.bouncycastle.asn1.DEROutputStream
- Direct Known Subclasses:
BEROutputStream
public class DEROutputStream extends ASN1OutputStream
Stream that outputs encoding based on distinguished encoding rules.
-
Constructor Summary
Constructors Constructor Description DEROutputStream(OutputStream os) -
Method Summary
Modifier and Type Method Description voidwriteObject(ASN1Encodable obj)Methods inherited from class org.bouncycastle.asn1.ASN1OutputStream
close, flush, writeNull
-
Constructor Details
-
DEROutputStream
-
-
Method Details
-
writeObject
- Overrides:
writeObjectin classASN1OutputStream- Throws:
IOException
-