From ed280d5ac360e2af796e9bd973d7b4df89f0c449 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:20:12 -0500 Subject: Imported Upstream version 1.7.4 --- docs/paramiko.kex_gex.KexGex-class.html | 276 ++++++++++++++++++++++++++++++++ 1 file changed, 276 insertions(+) create mode 100644 docs/paramiko.kex_gex.KexGex-class.html (limited to 'docs/paramiko.kex_gex.KexGex-class.html') diff --git a/docs/paramiko.kex_gex.KexGex-class.html b/docs/paramiko.kex_gex.KexGex-class.html new file mode 100644 index 0000000..02b53fc --- /dev/null +++ b/docs/paramiko.kex_gex.KexGex-class.html @@ -0,0 +1,276 @@ + + + + + paramiko.kex_gex.KexGex + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package paramiko :: + Module kex_gex :: + Class KexGex + + + + + +
[frames] | no frames]
+
+ +

Class KexGex

source code

+
+object --+
+         |
+        KexGex
+
+ +
+ + + + + + + + + + + + + + + + + + +
+ Instance Methods
+   + + + + + + +
__init__(self, + transport)
+ x.__init__(...) initializes x; see x.__class__.__doc__ for signature
+ source code + +
+ +
+   + + + + + + +
start_kex(self, + _test_old_style=False) + source code + +
+ +
+   + + + + + + +
parse_next(self, + ptype, + m) + source code + +
+ +
+

Inherited from object: + __delattr__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__, + __str__ +

+
+ + + + + + + + + + + + + + + + + + +
+ Class Variables
+   + + name = 'diffie-hellman-group-exchange-sha1' +
+   + + min_bits = 1024 +
+   + + max_bits = 8192 +
+   + + preferred_bits = 2048 +
+ + + + + + + + + +
+ Properties
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ Method Details
+ +
+ +
+ + +
+

__init__(self, + transport) +
(Constructor) +

+
source code  +
+ +

x.__init__(...) initializes x; see x.__class__.__doc__ for + signature

+
+
Overrides: + object.__init__ +
(inherited documentation)
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3