aries / net.globalid.aries.backup.model / BackupInfo / <init>
<init>
BackupInfo(localPath: String, keySeed: String)
Represents a result from exporting the backup. You must save this information;
- keySeed is used for encryption and decryption of the exported wallet backup file. From
this seed, indy-sdk generates an export key.
- keySeed is used for generating a public/private key pair used for signatures in
mediator backup store and retrieve messages. When creating a new wallet, use this seed to
generate the key pair and then send a retrieve message to the mediator. The response will
contain encrypted wallet file contents.