PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@tufjs/models/dist/utils

Просмотр файла: key.d.ts

/// <reference types="node" />
import { VerifyKeyObjectInput } from 'crypto';
interface KeyInfo {
    keyType: string;
    scheme: string;
    keyVal: string;
}
export declare function getPublicKey(keyInfo: KeyInfo): VerifyKeyObjectInput;
export {};

Выполнить команду


Для локальной разработки. Не используйте в интернете!