Class SvrBRestoreResponse

  • All Implemented Interfaces:

    
    public final class SvrBRestoreResponse
    
                        

    The result of restoring a backup.

    This context contains all the necessary components to decrypt a backup using a key derived from both the user's Account Entropy Pool and the SVR-B-protected Forward Secrecy Token.

    • Method Detail

      • getForwardSecrecyToken

         final BackupForwardSecrecyToken getForwardSecrecyToken()

        The forward secrecy token used to derive MessageBackupKey instances.

        This token provides forward secrecy guarantees by ensuring that compromise of the backup key alone is insufficient to decrypt backups. Each backup is protected by a value stored on the SVR-B server that must be retrieved during restoration.