% tss2_setappdata(1) tpm2-tools | General Commands Manual % % APRIL 2019
tss2_setappdata(1)
tss2_setappdata [OPTIONS]
tss2_setappdata(1) - This command allows an application to associate an arbitrary data blob with a given object. The data is stored and can be returned with tss2_getappdata. Previously stored data is overwritten by this function. If empty data is passed in, the stored data is deleted.
These are the available options:
-
-p, --path=STRING:
Path of the object for which the appData will be stored.
-
-i, --appData=FILENAME or - (for stdin):
The data to be stored. Optional parameter. If omitted, stored data is deleted.
tss2_setappdata --path=HS/SRK/myRSACrypt --appData=appData.file
0 on success or 1 on failure.