PHP WebShell

Текущая директория: /opt/BitGoJS/modules/sdk-core/dist/src/bitgo/keychain

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

import { BitGoBase } from '../bitgoBase';
import { OptionalKeychainEncryptedKey } from './iKeychains';
/**
 * Decrypts the private key of a keychain.
 * This method will try the password against the traditional encryptedPrv,
 * and any webauthn device encryptedPrvs.
 *
 * @param bitgo
 * @param keychain
 * @param password
 */
export declare function decryptKeychainPrivateKey(bitgo: BitGoBase, keychain: OptionalKeychainEncryptedKey, password: string): string | undefined;
//# sourceMappingURL=decryptKeychain.d.ts.map

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


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