Lines Matching refs:assets
7 The secure storage of assets depends on the underlying universal keystore. Specifically, the univer…
9 …gorithm is used to encrypt and decrypt assets. The following access control mechanisms are used to…
11 * Owner-based access control: All assets are protected by this mechanism by default.
16 …ou can set it based on site requirements. If no protection level is set, assets are accessible onl…
17 * **DEVICE_POWERED_ON**: allows access to assets after the device is powered on.
18 …* **DEVICE_FIRST_UNLOCKED**: allows access to assets after the device is unlocked for the first ti…
19 * **DEVICE_UNLOCKED**: allows access to assets only when the device is unlocked.
21 * Access control based on the setting of the lock screen password: This mechanism allows assets to …
22 …* If this mechanism is enabled, assets can be accessed only after the user sets a screen lock pass…
24 * Access control based on user authentication: This mechanism allows assets to be accessed only aft…
25 …* If this mechanism is enabled, assets can be accessed only after a successful user identity authe…
27 …* You can set an authentication validity period, which allows access to multiple assets within the…
37 …The assets queried are transmitted to the service through an IPC channel. Due to the limitation of…