We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f99a6f commit 88b98dfCopy full SHA for 88b98df
proto/Dss/DssSign.proto
@@ -9,6 +9,30 @@ message DssSignRequest
9
repeated DssSignFile Files = 1;
10
}
11
12
+message DssSignRequestV2
13
+{
14
+ repeated DssSignFile Files = 1;
15
+ required DssSignDataSource SignDataSource = 2;
16
+ optional DssCertificateData CertificateData = 3;
17
+ optional DssGosKeyData GosKeyData = 4;
18
+}
19
+
20
+enum DssSignDataSource {
21
+ CertificateSign = 0;
22
+ GosKeySign = 1;
23
24
25
+message DssCertificateData
26
27
+ required string Thumbprint = 1;
28
29
30
+message DssGosKeyData
31
32
+ optional string Snils = 1;
33
+ optional string Oid = 2;
34
35
36
message DssSignFile
37
{
38
required Content_v3 Content = 1;
0 commit comments