GetKeyFromID retrieves the KeyPair from the given ID
(id string)
| 46 | |
| 47 | // GetKeyFromID retrieves the KeyPair from the given ID |
| 48 | GetKeyFromID(id string) (*KeyPair, error) |
| 49 | |
| 50 | // GetKeyFromPublic retrieves the KeyPairs from the given public key. |
| 51 | // |
no outgoing calls
no test coverage detected