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> voidwriteArray(T[] val) <T> voidvoidwriteOpaque(byte[] val) voidwriteOptional(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
-