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
Modifier and Type Method Description voidwriteObject(Object obj)Methods inherited from class org.bouncycastle.asn1.DEROutputStream
writeObjectMethods inherited from class org.bouncycastle.asn1.ASN1OutputStream
close, flush, writeNull
-
Constructor Details
-
BEROutputStream
-
-
Method Details
-
writeObject
- Throws:
IOException
-