mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-24 00:55:00 +03:00
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
|
/**
|
|||
|
* Возвращает ОИД'ы сертификата
|
|||
|
*
|
|||
|
* @returns список ОИД'ов
|
|||
|
*/
|
|||
|
export declare const getExtendedKeyUsage: () => Promise<string[]>;
|