STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.kms.model
/
InitKeysModel
Init
Keys
Model
data
class
InitKeysModel
(
val
userUri
:
String
?
,
val
kmsUri
:
String
?
,
val
kPAK
:
String
?
,
val
z
:
String
?
,
val
userIdFormat
:
Int
,
val
userKeyPeriod
:
Int
,
val
userKeyOffset
:
Int
)
Content copied to clipboard
Constructors
Properties
Constructors
Init
Keys
Model
Link copied to clipboard
fun
InitKeysModel
(
userUri
:
String
?
,
kmsUri
:
String
?
,
kPAK
:
String
?
,
z
:
String
?
,
userIdFormat
:
Int
,
userKeyPeriod
:
Int
,
userKeyOffset
:
Int
)
Content copied to clipboard
Properties
kmsUri
Link copied to clipboard
@
SerializedName
(
value
=
"KmsUri"
)
val
kmsUri
:
String
?
Content copied to clipboard
kPAK
Link copied to clipboard
@
SerializedName
(
value
=
"KPAK"
)
val
kPAK
:
String
?
Content copied to clipboard
userIdFormat
Link copied to clipboard
@
SerializedName
(
value
=
"UserIdFormat"
)
val
userIdFormat
:
Int
Content copied to clipboard
userKeyOffset
Link copied to clipboard
@
SerializedName
(
value
=
"UserKeyOffset"
)
val
userKeyOffset
:
Int
Content copied to clipboard
userKeyPeriod
Link copied to clipboard
@
SerializedName
(
value
=
"UserKeyPeriod"
)
val
userKeyPeriod
:
Int
Content copied to clipboard
userUri
Link copied to clipboard
@
SerializedName
(
value
=
"UserUri"
)
val
userUri
:
String
?
Content copied to clipboard
z
Link copied to clipboard
@
SerializedName
(
value
=
"Z"
)
val
z
:
String
?
Content copied to clipboard