TrinityIDWallet
1.7.1
TrinityIDWalletCore
/
de.comuny.wallet.core.dto
/
ClaimValue
Claim
Value
data
class
ClaimValue
(
val
jws
:
String
)
:
Parcelable
Content copied to clipboard
Represents the value of a claim.
A claim is handled as JWS object.
Constructors
Functions
Properties
Constructors
Claim
Value
Link copied to clipboard
fun
ClaimValue
(
jws
:
String
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
jws
Link copied to clipboard
val
jws
:
String
Content copied to clipboard