Files
DefinitelyTyped/types/cadesplugin/index.d.ts
andrew0687 69fbeb9d46 🤖 Merge PR #56762 [cadesplugin] Added new types by @andrew0687
* Added CPSigner.AuthenticatedAttributes2 collection
Added Certificate.PrivateKey property
Added Certificate.ExtendedKeyUsage property
Added methods SignHash & VerifyHash for CadesSignedData

* Added CPSigner.AuthenticatedAttributes2 collection
Added Certificate.PrivateKey property
Added Certificate.ExtendedKeyUsage property

* Added CPSigner.AuthenticatedAttributes2 collection
Added Certificate.PrivateKey property
Added Certificate.ExtendedKeyUsage property

* Added CPSigner.AuthenticatedAttributes2 collection
Added Certificate.PrivateKey property
Added Certificate.ExtendedKeyUsage property

* Changed type argument `algorithm` method's CPHashedDataAsync.propset_Algorithm

docs: https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_class/cphasheddata

* Changed type argument `algorithm` method's CPHashedDataAsync.propset_Algorithm

docs: https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_class/cphasheddata

* Changed type argument `algorithm` method's CPHashedDataAsync.propset_Algorithm

docs: https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_class/cphasheddata

* Changed type argument `algorithm` method's CPHashedDataAsync.propset_Algorithm

docs: https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_class/cphasheddata

* Changed type argument `algorithm` method's CPHashedDataAsync.propset_Algorithm

docs: https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_class/cphasheddata

Co-authored-by: andreiRUS39 <andrew_06_87@mail.ru>
2021-11-07 22:30:30 -08:00

21 lines
710 B
TypeScript

// Type definitions for cadesplugin 2.1
// Project: https://www.npmjs.com/package/cadesplugin
// Definitions by: Delagen <https://github.com/Delagen>,
// kvmi <https://github.com/kmvi>,
// andrew0687 <https://github.com/andrew0687>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///<reference path="./common.d.ts"/>
///<reference path="./capicom.d.ts"/>
///<reference path="./capicom_async.d.ts"/>
///<reference path="./capicom_enums.d.ts"/>
///<reference path="./cadescom.d.ts"/>
///<reference path="./cadescom_async.d.ts"/>
///<reference path="./cadescom_enums.d.ts"/>
///<reference path="./cadesplugin.d.ts"/>
declare const cadesplugin: CADESPlugin;