pubnub-kotlin-docs
Toggle table of contents
13.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.crypto.data
Package-level
declarations
Types
Types
Encrypted
Data
Link copied to clipboard
jvm
data
class
EncryptedData
(
val
metadata
:
ByteArray
?
=
null
,
val
data
:
ByteArray
)
Encrypted
Stream
Data
Link copied to clipboard
jvm
data
class
EncryptedStreamData
(
val
metadata
:
ByteArray
?
=
null
,
val
stream
:
InputStream
)