toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors.helper
/
WcoHelper
/
Companion
Companion
object
Companion
(
source
)
Members
Types
External
Keys
Link copied to clipboard
data
class
ExternalKeys
(
val
wcoKey
:
String
?
=
null
,
val
wcocipher
:
String
?
=
null
)
New
External
Keys
Link copied to clipboard
data
class
NewExternalKeys
(
val
cipherkey
:
String
?
=
null
,
val
encryptKey
:
String
?
=
null
,
val
mainKey
:
String
?
=
null
)
Functions
get
New
Wco
Key
Link copied to clipboard
suspend
fun
getNewWcoKey
(
)
:
WcoHelper.Companion.NewExternalKeys
?
get
Wco
Key
Link copied to clipboard
suspend
fun
getWcoKey
(
)
:
WcoHelper.Companion.ExternalKeys
?