DeleteKey deletes the given key pairs from the storage
(*KeyPair)
| 43 | |
| 44 | // DeleteKey deletes the given key pairs from the storage |
| 45 | DeleteKey(*KeyPair) error |
| 46 | |
| 47 | // GetKeyFromID retrieves the KeyPair from the given ID |
| 48 | GetKeyFromID(id string) (*KeyPair, error) |
no outgoing calls
no test coverage detected