(encoding)
| 211 | dhGetPrivateKey; |
| 212 | |
| 213 | function dhGetPrivateKey(encoding) { |
| 214 | const key = this[kHandle].getPrivateKey(); |
| 215 | return encode(key, encoding); |
| 216 | } |
| 217 | |
| 218 | |
| 219 | DiffieHellman.prototype.setPublicKey = function setPublicKey(key, encoding) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…