Class KeyRestoreParameters


  • public class KeyRestoreParameters
    extends Object
    The key restore parameters.
    • Constructor Detail

      • KeyRestoreParameters

        public KeyRestoreParameters()
    • Method Detail

      • keyBundleBackup

        public byte[] keyBundleBackup()
        Get the keyBundleBackup value.
        Returns:
        the keyBundleBackup value
      • withKeyBundleBackup

        public KeyRestoreParameters withKeyBundleBackup​(byte[] keyBundleBackup)
        Set the keyBundleBackup value.
        Parameters:
        keyBundleBackup - the keyBundleBackup value to set
        Returns:
        the KeyRestoreParameters object itself.