Export/Import Root Identity
DID Store object provides a method to export and import Root Identity, which can export mnemonics, public/private keys, and other data related to a specific Root Identity to a JSON file. The Private Key in the export file is encrypted and saved, and the key is the passphrase of the export file set at the time of export. The exported JSON is an autocorrelation single file without any dependence, and the application can easily use the exported file to migrate the data of Root Identity.
Export Root Identity
The output targets of Root Identity export can be File, Output Stream, Write and other objects in order to meet different application requirements. See Java API documentation for detailed methods.
Import Root Identity
As with Root Identity export, the input of Root Identity import can be objects, such as File, Input Stream, and Reader. See Java API documentation for detailed methods.
If the Root Identity corresponding to the exported file already exists in DID Store, then the import operation will overwrite the existing data of Root Identity in the target store.
Root Identity can also be backed up and restored by mnemonics. For details, see backup and recovery of Root Identity.
Last updated