Merge "Update the documentation to clarify about the timer in ISecureClock." am: 33ee594688
am: a21ff111a5
am: 5f49ba6c64
am: aa9cf9f872
am: d6bec4989d
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1826532 Change-Id: I9176ce5a7949262b3eb69f9761c8dc187d8deb3c
This commit is contained in:
commit
5475e0cf93
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ import android.hardware.security.secureclock.TimeStampToken;
|
|||
* secret. The shared secret must be available to secure clock service by implementing
|
||||
* ISharedSecret aidl. Note: ISecureClock depends on the shared secret, without which the secure
|
||||
* time stamp token cannot be generated.
|
||||
*
|
||||
* The timer must be the same that is used for HardwareAuthTokens. The ISecureClock interface is
|
||||
* used to convey a fresh timestamp to those components that do not share a timer with the
|
||||
* authenticators.
|
||||
* @hide
|
||||
*/
|
||||
@VintfStability
|
||||
|
|
Loading…
Reference in a new issue