@vchasno/signer 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +4 -0
- package/lib/vchasnoSigner.esm.js +1 -1
- package/lib/vchasnoSigner.js +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -39,6 +39,10 @@ declare namespace VchasnoSigner {
|
|
|
39
39
|
* By default, library will use CAdES-BES (1)
|
|
40
40
|
*/
|
|
41
41
|
signType?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Sign algorithm: DSTU4145 with GOST34311 (1, default) or DSTU7564/Kupyna (4)
|
|
44
|
+
*/
|
|
45
|
+
signAlgo?: number;
|
|
42
46
|
/**
|
|
43
47
|
* Add properties for setting with SetRuntimeParameter
|
|
44
48
|
*/
|