Package org.gudy.bouncycastle.asn1
Class BEROutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- org.gudy.bouncycastle.asn1.DEROutputStream
-
- org.gudy.bouncycastle.asn1.BEROutputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.AutoCloseable
,DERTags
public class BEROutputStream extends DEROutputStream
-
-
Field Summary
-
Fields inherited from interface org.gudy.bouncycastle.asn1.DERTags
APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, ENUMERATED, EXTERNAL, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5_STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, SEQUENCE, SEQUENCE_OF, SET, SET_OF, T61_STRING, TAGGED, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, VIDEOTEX_STRING, VISIBLE_STRING
-
-
Constructor Summary
Constructors Constructor Description BEROutputStream(java.io.OutputStream os)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeObject(java.lang.Object obj)
-
Methods inherited from class org.gudy.bouncycastle.asn1.DEROutputStream
write, write, writeEncoded, writeNull
-
-
-
-
Method Detail
-
writeObject
public void writeObject(java.lang.Object obj) throws java.io.IOException
- Overrides:
writeObject
in classDEROutputStream
- Throws:
java.io.IOException
-
-