toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors
/
WcoStream
/
Companion
/
VizCloudKey
Viz
Cloud
Key
data
class
VizCloudKey
(
val
cipherKey
:
String
,
val
mainKey
:
String
,
val
encryptKey
:
String
,
val
dashTable
:
String
)
(
source
)
Members
Constructors
Viz
Cloud
Key
Link copied to clipboard
constructor
(
cipherKey
:
String
,
mainKey
:
String
,
encryptKey
:
String
,
dashTable
:
String
)
Properties
cipher
Key
Link copied to clipboard
val
cipherKey
:
String
dash
Table
Link copied to clipboard
val
dashTable
:
String
encrypt
Key
Link copied to clipboard
val
encryptKey
:
String
main
Key
Link copied to clipboard
val
mainKey
:
String