OSDN Git Service

Include operation handle in OperationResult
authorChad Brubaker <cbrubaker@google.com>
Wed, 18 Mar 2015 01:23:10 +0000 (18:23 -0700)
committerChad Brubaker <cbrubaker@google.com>
Fri, 20 Mar 2015 19:36:42 +0000 (12:36 -0700)
commit4cd8e50690aebcb65472c549ef97044303f383e7
treeade0c23ff913ac796a98b141e6559b6541a9f961
parenta4c4c575c793d3ba4847107b15ce3a9dd5395878
Include operation handle in OperationResult

Some authorization code needs to know the actual underlying operation
handle, not simply a reference to it, so return it in case it is needed.
Note that the handle cannot be used by the application to reference an
operation.

Change-Id: I4c883dde17168b7f6c1643d81741a4c2686d3159
core/java/android/security/keymaster/OperationResult.java