Class DEROutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.gudy.bouncycastle.asn1.DEROutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, DERTags
- Direct Known Subclasses:
ASN1OutputStream, BEROutputStream
-
Field Summary
Fields inherited from class FilterOutputStream
outFields inherited from interface 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(byte[] buf) voidwrite(byte[] buf, int offSet, int len) (package private) voidwriteEncoded(int tag, byte[] bytes) private voidwriteLength(int length) protected voidvoidwriteObject(Object obj) Methods inherited from class FilterOutputStream
close, flush, writeMethods inherited from class OutputStream
nullOutputStream
-
Constructor Details
-
DEROutputStream
-
-
Method Details
-
writeLength
- Throws:
IOException
-
writeEncoded
- Throws:
IOException
-
writeNull
- Throws:
IOException
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
writeObject
- Throws:
IOException
-