public Tpm2RewrapRequest ( TpmHandle the_oldParent, TpmHandle the_newParent, TpmPrivate the_inDuplicate, byte the_name, byte the_inSymSeed ) : System |
the_oldParent |
TpmHandle |
parent of object Auth Index: 1 Auth Role: User |
the_newParent |
TpmHandle |
new parent of the object Auth Index: None |
the_inDuplicate |
TpmPrivate |
an object encrypted using symmetric key derived from inSymSeed |
the_name |
byte |
the Name of the object being rewrapped |
the_inSymSeed |
byte |
the seed for the symmetric key and HMAC key needs oldParent private key to recover the seed and generate the symmetric key |
Résultat |
System |
|