SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ExportBytes Method

Writes the key to a memory buffer.

Syntax

DynamicArray<Byte> __fastcall ExportBytes(int KeyType, String Password);

Remarks

Use this method to save Key in the buffer. KeyType specifies the format in which the key should be stored, and Password is a password to decrypt the private key.

Allowed key types:

cktPrivate0A private key

cktPublic1A public key

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]