public class ASN1OutputStream extends Object
Constructor and Description |
---|
ASN1OutputStream(OutputStream os)
Deprecated.
Use
create(OutputStream) instead. |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static ASN1OutputStream |
create(OutputStream out) |
static ASN1OutputStream |
create(OutputStream out,
String encoding) |
void |
flush() |
void |
writeObject(ASN1Encodable obj) |
void |
writeObject(ASN1Primitive primitive) |
public ASN1OutputStream(OutputStream os)
create(OutputStream)
instead.public static ASN1OutputStream create(OutputStream out)
public static ASN1OutputStream create(OutputStream out, String encoding)
public void writeObject(ASN1Encodable obj) throws IOException
IOException
public void writeObject(ASN1Primitive primitive) throws IOException
IOException
public void close() throws IOException
IOException
public void flush() throws IOException
IOException
Copyright © 2021 BouncyCastle.org. All rights reserved.