crypto-pro-js/dist/api/certificate/getDecodedExtendedKeyUsage.d.ts
2022-11-11 19:22:36 +03:00

10 lines
335 B
TypeScript
Executable File

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