Lines Matching refs:DiffieHellmanGroup
30 DiffieHellmanGroup: _DiffieHellmanGroup,
102 function DiffieHellmanGroup(name) { class
103 if (!(this instanceof DiffieHellmanGroup))
104 return new DiffieHellmanGroup(name);
114 DiffieHellmanGroup.prototype.generateKeys =
125 DiffieHellmanGroup.prototype.computeSecret =
140 DiffieHellmanGroup.prototype.getPrime =
151 DiffieHellmanGroup.prototype.getGenerator =
162 DiffieHellmanGroup.prototype.getPublicKey =
173 DiffieHellmanGroup.prototype.getPrivateKey =
294 DiffieHellmanGroup, property