UNPKG

crypto-pro-js

Version:

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

12 lines (11 loc) 321 B
interface AlgorithmInfo { algorithm: string; oid: string; } /** * Возвращает информацию об алгоритме сертификата * * @returns информацию об алгоритме и его OID'е */ export declare const getAlgorithm: () => Promise<AlgorithmInfo>; export {};