From be5542c05e46b500e47b94bc8a6254cae8335a8b Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sun, 29 May 2011 08:16:54 -0400 Subject: Imported Upstream version 1.7.7.1 --- ...paramiko.rng.StrongLockingRandomPool-class.html | 284 --------------------- 1 file changed, 284 deletions(-) delete mode 100644 docs/paramiko.rng.StrongLockingRandomPool-class.html (limited to 'docs/paramiko.rng.StrongLockingRandomPool-class.html') diff --git a/docs/paramiko.rng.StrongLockingRandomPool-class.html b/docs/paramiko.rng.StrongLockingRandomPool-class.html deleted file mode 100644 index 845bde6..0000000 --- a/docs/paramiko.rng.StrongLockingRandomPool-class.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - paramiko.rng.StrongLockingRandomPool - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Package paramiko :: - Module rng :: - Class StrongLockingRandomPool - - - - - -
[frames] | no frames]
-
- -

Class StrongLockingRandomPool

source code

-
-object --+
-         |
-        StrongLockingRandomPool
-
- -
-

Wrapper around RandomPool guaranteeing strong random numbers.

-

Crypto.Util.randpool.RandomPool will silently operate even if it is - seeded with little or no entropy, and it provides no prediction - resistance if its state is ever compromised throughout its runtime. It - is also not thread-safe.

-

This wrapper augments RandomPool by XORing its output with random bits - from the operating system, and by controlling access to the underlying - RandomPool using an exclusive lock.

- - - - - - - - - - - - - - - - - - - - - - - - - -
- Instance Methods
-   - - - - - - -
__init__(self, - instance=None)
- x.__init__(...) initializes x; see x.__class__.__doc__ for signature
- source code - -
- -
-   - - - - - - -
stir(self, - s='') - source code - -
- -
-   - - - - - - -
randomize(self, - N=0) - source code - -
- -
-   - - - - - - -
add_event(self, - s='') - source code - -
- -
-   - - - - - - -
get_bytes(self, - N) - source code - -
- -
-

Inherited from object: - __delattr__, - __format__, - __getattribute__, - __hash__, - __new__, - __reduce__, - __reduce_ex__, - __repr__, - __setattr__, - __sizeof__, - __str__, - __subclasshook__ -

-
- - - - - - - - - -
- Properties
-

Inherited from object: - __class__ -

-
- - - - - - -
- Method Details
- -
- -
- - -
-

__init__(self, - instance=None) -
(Constructor) -

-
source code  -
- -

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

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