autodoc.git
/
autodoc.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/autodoc.xml:1103:
</docgroup> </class> <class name='DES3'> <docgroup homogen-name='CBC' homogen-type='inherit'> <inherit name='CBC'><classname resolved='8.0::Crypto.CBC'>Crypto.CBC</classname></inherit> </docgroup> </class> <class name='DHKeyExchange'> <doc><text><p>Implements Diffie-Hellman key-exchange.</p> <p> The following key exchange methods are implemented here:
-
<ref resolved='
7.8
::SSL.Constants.KeyExchangeType.KE_dhe_dss'>KE_dhe_dss</ref>, <ref resolved='
7.8
::SSL.Constants.KeyExchangeType.KE_dhe_rsa'>KE_dhe_rsa</ref> and <ref resolved='
7.8
::SSL.Constants.KeyExchangeType.KE_dh_anon'>KE_dh_anon</ref>.</p>
+
<ref resolved='
predef
::SSL.Constants.KeyExchangeType.KE_dhe_dss'>KE_dhe_dss</ref>, <ref resolved='
predef
::SSL.Constants.KeyExchangeType.KE_dhe_rsa'>KE_dhe_rsa</ref> and <ref resolved='
predef
::SSL.Constants.KeyExchangeType.KE_dh_anon'>KE_dh_anon</ref>.</p>
</text></doc> <docgroup homogen-name='create' homogen-type='method'> <method name='create'><modifiers><protected/></modifiers> <arguments><argument name='p'><type><object resolved='7.8::SSL.Cipher.DHParameters'>DHParameters</object></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup> </class> <class name='DHParameters'> <doc><text><p>Diffie-Hellman parameters.</p>
autodoc.git/autodoc.xml:93658:
slow reseed will happen.</p> </text></doc> <method name='needed_sources'> <arguments/> <returntype><int><min>0</min><max/></int></returntype> </method> </docgroup> <docgroup homogen-name='random_string' homogen-type='method'><doc><text><p>Returns a pseudo-random string of the requested <ref resolved='predef::Nettle.Yarrow.random_string.length'>length</ref>.</p> </text></doc> <method name='random_string'>
-
<arguments><argument name='length'><type><int/></type></argument></arguments>
+
<arguments><argument name='length'><type><int
><min>0<
/
min
><
max
/
></int></
type></argument></arguments>
<returntype><string><min>0</min><max>255</max></string></returntype> </method> </docgroup> <docgroup homogen-name='seed' homogen-type='method'><doc><text><p>The random generator needs to be seeded before it can be used. The seed must be at least 32 characters long. The seed could be stored from a previous run by inserting the value returned from previous <ref resolved='predef::Nettle.Yarrow.random_string'>random_string</ref> call.</p> </text><group><returns/><text><p>Returns the called object.</p> </text></group><group><seealso/><text><p><ref resolved='predef::Nettle.Yarrow.min_seed_size'>min_seed_size</ref>, <ref resolved='predef::Nettle.Yarrow.is_seeded'>is_seeded</ref></p> </text></group></doc>