ValidKeysAtTime return the set of keys valid at a given lamport time for a given clock of another entity Can be empty.
(clockName string, time lamport.Time)
| 43 | // ValidKeysAtTime return the set of keys valid at a given lamport time for a given clock of another entity |
| 44 | // Can be empty. |
| 45 | ValidKeysAtTime(clockName string, time lamport.Time) []*Key |
| 46 | |
| 47 | // LastModification return the timestamp at which the last version of the identity became valid. |
| 48 | LastModification() timestamp.Timestamp |