toggle menu
vc-k
5.2.2
common
switch theme
search in API
rqes-data-classes
/
at.asitplus.rqes
/
SignatureResponse
Signature
Response
@
Serializable
(
with
=
SignatureResponseSerializer::class
)
sealed
class
SignatureResponse
(
source
)
Inheritors
SignHashResponse
SignDocResponse
Members
Types
Sign
Doc
Response
Link copied to clipboard
@
Serializable
data
class
SignDocResponse
(
val
documentWithSignature
:
List
<
String
>
?
,
val
signatureObject
:
List
<
String
>
?
,
val
responseId
:
String
?
,
val
validationInfo
:
JsonObject
?
)
:
SignatureResponse
Sign
Hash
Response
Link copied to clipboard
@
Serializable
data
class
SignHashResponse
(
val
signatures
:
List
<
String
>
?
,
val
responseId
:
String
?
)
:
SignatureResponse