Returns an instance of KeyPair used in this Identity. @return an instance of KeyPair used in this Identity.
()
| 125 | * @return an instance of {@link KeyPair} used in this {@link Identity}. |
| 126 | */ |
| 127 | public KeyPair getKeyPair(){ |
| 128 | return kpair; |
| 129 | } |
| 130 | } |
no outgoing calls
no test coverage detected