Package org.bouncycastle.asn1
Class BEROutputStream
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1OutputStream
-
- org.bouncycastle.asn1.DEROutputStream
-
- org.bouncycastle.asn1.BEROutputStream
-
public class BEROutputStream extends DEROutputStream
-
-
Constructor Summary
Constructors Constructor Description BEROutputStream(OutputStream os)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteObject(Object obj)-
Methods inherited from class org.bouncycastle.asn1.DEROutputStream
writeObject
-
Methods inherited from class org.bouncycastle.asn1.ASN1OutputStream
close, flush, writeNull
-
-
-
-
Constructor Detail
-
BEROutputStream
public BEROutputStream(OutputStream os)
-
-
Method Detail
-
writeObject
public void writeObject(Object obj) throws IOException
- Throws:
IOException
-
-