more tests: entity fetching + erase
This commit is contained in:
parent
1a52952ff8
commit
d4fa6846b3
3 changed files with 79 additions and 11 deletions
|
|
@ -34,6 +34,10 @@ public class PGPAgent {
|
|||
pgpInterface = nil
|
||||
}
|
||||
|
||||
public func isInitialized() -> Bool {
|
||||
pgpInterface != nil
|
||||
}
|
||||
|
||||
public func getKeyID() throws -> [String] {
|
||||
try checkAndInit()
|
||||
return pgpInterface?.keyID ?? []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue