crypto-pro-js/dist/api/certificate/getDecodedExtendedKeyUsage.d.ts

10 lines
335 B
TypeScript

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