SigningKey return the key that should be used to sign new messages. If no key is available, return nil.
(repo repository.RepoKeyring)
| 39 | |
| 40 | // SigningKey return the key that should be used to sign new messages. If no key is available, return nil. |
| 41 | SigningKey(repo repository.RepoKeyring) (*Key, error) |
| 42 | |
| 43 | // ValidKeysAtTime return the set of keys valid at a given lamport time for a given clock of another entity |
| 44 | // Can be empty. |