clarify public vs private keys + make prvate key IDs available
This commit is contained in:
parent
4e19d9e714
commit
5a92b6fda7
11 changed files with 56 additions and 30 deletions
|
|
@ -89,6 +89,13 @@ class MockPGPInterface: PGPInterface {
|
|||
return privateKeyIDs.contains { $0.hasSuffix(keyID.lowercased()) }
|
||||
}
|
||||
|
||||
var keyID: [String] { [] } // currently not relevant in these tests
|
||||
var shortKeyID: [String] { [] } // currently not relevant in these tests
|
||||
func getKeyIDs(type _: PGPKey) -> [String] {
|
||||
// currently irrelevant for the tests
|
||||
[]
|
||||
}
|
||||
|
||||
func getShortKeyIDs(type _: PGPKey) -> [String] {
|
||||
// currently irrelevant for the tests
|
||||
[]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue