UNPKG

crypto-pro-js-m

Version:

Асинхронный JavaScript API для работы с КриптоПРО ЭЦП Browser Plug-In. Forked from https://github.com/crypto-pro-web/crypto-pro-js

10 lines (9 loc) 344 B
export interface ExtendedKeysTranslations { [key: string]: string | null; } /** * Возвращает расшифрованные ОИД'ы сертификата * * @returns словарь расшифрованных ОИД'ов */ export declare const getDecodedExtendedKeyUsage: () => Promise<ExtendedKeysTranslations>;