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.
Updated by Yingdi Yu over 9 years ago
- Status changed from New to Code review
- % Done changed from 0 to 80
Updated by Alex Afanasyev over 9 years ago
- Status changed from Code review to Closed
- % Done changed from 80 to 100
Actions