Actions
Bug #2928
closedPublic interface of Tpm and Pib and their related class should be read only
Description
To keep the consistency between Pib and Tpm, any write operation to Pib or Tpm should be handled by KeyChain.
Therefore, all public interfaces of Tpm and Pib and their related classes (Identity and Key) should be read only.
All the write methods should be made private, and add KeyChain as their friend class.
Actions