()
| 20 | } |
| 21 | |
| 22 | async getDefaultKey() { |
| 23 | const defaultKeyFpr = await this.getDefaultKeyFpr(); |
| 24 | return this.keystore.privateKeys.getForId(defaultKeyFpr); |
| 25 | } |
| 26 | |
| 27 | getDefaultKeyFpr() { |
| 28 | return this.keystore.getDefaultKeyFpr(); |
no test coverage detected