toggle menu
EdgeAgentSDK
3.1.1
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.edgeagent.protocols.proofOfPresentation
/
Proof
Proof
@
Serializable
data
class
Proof
(
val
type
:
String
,
val
created
:
String
,
val
proofPurpose
:
String
,
val
verificationMethod
:
String
,
val
jws
:
String
?
=
null
)
(
source
)
Members
Constructors
Proof
Link copied to clipboard
constructor
(
type
:
String
,
created
:
String
,
proofPurpose
:
String
,
verificationMethod
:
String
,
jws
:
String
?
=
null
)
Types
Purpose
Link copied to clipboard
enum
Purpose
:
Enum
<
Proof.Purpose
>
Properties
created
Link copied to clipboard
val
created
:
String
jws
Link copied to clipboard
val
jws
:
String
?
=
null
proof
Purpose
Link copied to clipboard
val
proofPurpose
:
String
type
Link copied to clipboard
val
type
:
String
verification
Method
Link copied to clipboard
val
verificationMethod
:
String