STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.kms.model
/
KeyProvKeysModel
Key
Prov
Keys
Model
data
class
KeyProvKeysModel
(
val
userURI
:
String
,
val
kmsUri
:
String
,
val
userId
:
String
,
val
rsk
:
String
,
val
ssk
:
String
,
val
pvt
:
String
,
val
userKeyPeriodNo
:
Int
)
Content copied to clipboard
Constructors
Properties
Constructors
Key
Prov
Keys
Model
Link copied to clipboard
fun
KeyProvKeysModel
(
userURI
:
String
,
kmsUri
:
String
,
userId
:
String
,
rsk
:
String
,
ssk
:
String
,
pvt
:
String
,
userKeyPeriodNo
:
Int
)
Content copied to clipboard
Properties
kmsUri
Link copied to clipboard
@
SerializedName
(
value
=
"KmsUri"
)
val
kmsUri
:
String
Content copied to clipboard
pvt
Link copied to clipboard
@
SerializedName
(
value
=
"PVT"
)
val
pvt
:
String
Content copied to clipboard
rsk
Link copied to clipboard
@
SerializedName
(
value
=
"RSK"
)
val
rsk
:
String
Content copied to clipboard
ssk
Link copied to clipboard
@
SerializedName
(
value
=
"SSK"
)
val
ssk
:
String
Content copied to clipboard
userId
Link copied to clipboard
@
SerializedName
(
value
=
"UserId"
)
val
userId
:
String
Content copied to clipboard
userKeyPeriodNo
Link copied to clipboard
@
SerializedName
(
value
=
"UserKeyPeriodNo"
)
val
userKeyPeriodNo
:
Int
Content copied to clipboard
userURI
Link copied to clipboard
@
SerializedName
(
value
=
"UserUri"
)
val
userURI
:
String
Content copied to clipboard