encryptPrivateKeyToBundle(
params
):Promise
<string
>
Defined in: turnkey.ts:304
Encrypts a private key bundle using HPKE and verifies the enclave signature.
EncryptPrivateKeyToBundleParams
An object containing the private key, key format, bundle, user, and organization details. Optionally, you can override the default signer key (for testing purposes)
Promise
<string
>
encryptPrivateKeyToBundle(
params
):Promise
<string
>
Defined in: turnkey.ts:304
Encrypts a private key bundle using HPKE and verifies the enclave signature.
EncryptPrivateKeyToBundleParams
An object containing the private key, key format, bundle, user, and organization details. Optionally, you can override the default signer key (for testing purposes)
Promise
<string
>