Lines Matching refs:DiffieHellmanGroup
14 DiffieHellmanGroup: _DiffieHellmanGroup,
132 function DiffieHellmanGroup(name) {
133 if (!(this instanceof DiffieHellmanGroup))
134 return new DiffieHellmanGroup(name);
145 DiffieHellmanGroup.prototype.generateKeys =
156 DiffieHellmanGroup.prototype.computeSecret =
172 DiffieHellmanGroup.prototype.getPrime =
183 DiffieHellmanGroup.prototype.getGenerator =
194 DiffieHellmanGroup.prototype.getPublicKey =
205 DiffieHellmanGroup.prototype.getPrivateKey =
379 DiffieHellmanGroup,