(keyringId, keyStore)
| 13 | |
| 14 | export default class KeyringLocal extends KeyringBase { |
| 15 | constructor(keyringId, keyStore) { |
| 16 | super(keyringId, keyStore); |
| 17 | this.sync = new keyringSync.KeyringSync(keyringId); |
| 18 | } |
| 19 | |
| 20 | getPgpBackend() { |
| 21 | return openpgpjs; |
nothing calls this directly
no outgoing calls
no test coverage detected