Package org.bouncycastle.mls.codec
Class MLSOutputStream
java.lang.Object
org.bouncycastle.mls.codec.MLSOutputStream
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
byte[]
void
<T> void
writeArray
(T[] val) <T> void
void
writeOpaque
(byte[] val) void
writeOptional
(Object val)
-
Constructor Details
-
MLSOutputStream
public MLSOutputStream()
-
-
Method Details
-
encode
- Throws:
IOException
-
write
- Throws:
IOException
-
toByteArray
public byte[] toByteArray() -
writeOptional
- Throws:
IOException
-
writeArray
- Throws:
IOException
-
writeOpaque
- Throws:
IOException
-
writeList
- Throws:
IOException
-