toggle menu
pubnub-kotlin-core-api
10.2.0
jvm
switch theme
search in API
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
)