(masterkey.Retrievers)
| 94 | // BrowserKey/Kind expose the identity a portable dump needs to rebuild the engine off the platform table. |
| 95 | type KeyManager interface { |
| 96 | SetRetrievers(masterkey.Retrievers) |
| 97 | ExportKeys() (masterkey.MasterKeys, error) |
| 98 | BrowserKey() string |
| 99 | Kind() types.BrowserKind |
no outgoing calls
no test coverage detected