PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@hashgraph/cryptography/lib/encoding

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

/**
 * @param {string} pem
 * @param {string} [passphrase]
 * @returns {Promise<Ed25519PrivateKey | EcdsaPrivateKey | Uint8Array>}
 */
export function read(pem: string, passphrase?: string | undefined): Promise<Ed25519PrivateKey | EcdsaPrivateKey | Uint8Array>;
import Ed25519PrivateKey from "../Ed25519PrivateKey.js";
import EcdsaPrivateKey from "../EcdsaPrivateKey.js";

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


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