AddKey adds the given key pair to the storage
(*KeyPair)
| 40 | type KeyPairStorage interface { |
| 41 | // AddKey adds the given key pair to the storage |
| 42 | AddKey(*KeyPair) error |
| 43 | |
| 44 | // DeleteKey deletes the given key pairs from the storage |
| 45 | DeleteKey(*KeyPair) error |
no outgoing calls
no test coverage detected