public class ASN1OutputStream extends Object
Constructor and Description |
---|
ASN1OutputStream(OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
protected void |
writeNull() |
void |
writeObject(ASN1Encodable obj) |
public ASN1OutputStream(OutputStream os)
protected void writeNull() throws IOException
IOException
public void writeObject(ASN1Encodable obj) throws IOException
IOException
public void close() throws IOException
IOException
public void flush() throws IOException
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.