(encoding)
| 201 | dhGetPublicKey; |
| 202 | |
| 203 | function dhGetPublicKey(encoding) { |
| 204 | const key = this[kHandle].getPublicKey(); |
| 205 | return encode(key, encoding); |
| 206 | } |
| 207 | |
| 208 | |
| 209 | DiffieHellmanGroup.prototype.getPrivateKey = |
nothing calls this directly
no test coverage detected
searching dependent graphs…