public class BEROutputStream extends DEROutputStream
Constructor and Description |
---|
BEROutputStream(OutputStream os)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
writeObject(Object obj)
Write out an ASN.1 object.
|
writeObject
close, flush, writeNull
public BEROutputStream(OutputStream os)
os
- target output stream.public void writeObject(Object obj) throws IOException
obj
- the object to be encoded.IOException
- if there is an issue on encoding or output of the object.Copyright © 2018 BouncyCastle.org. All rights reserved.