EncryptedStreamData

data class EncryptedStreamData(val metadata: ByteArray? = null, val stream: InputStream)

Constructors

Link copied to clipboard
constructor(metadata: ByteArray? = null, stream: InputStream)

Properties

Link copied to clipboard
Link copied to clipboard