From a88b8c8c0f591a3bfa8d7984343a27815184f495 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 --- docs/paramiko.AgentKey-class.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/paramiko.AgentKey-class.html') diff --git a/docs/paramiko.AgentKey-class.html b/docs/paramiko.AgentKey-class.html index dbdac26..3034e6c 100644 --- a/docs/paramiko.AgentKey-class.html +++ b/docs/paramiko.AgentKey-class.html @@ -136,7 +136,7 @@ object --+
sign_ssh_data(self, - randpool, + rng, data)
Sign a blob of data with this private key, and return a Message @@ -324,7 +324,7 @@ object --+

sign_ssh_data(self, - randpool, + rng, data)

Parameters:
    -
  • randpool - a secure random number generator.
  • +
  • rng - a secure random number generator.
  • data - the data to sign.
Returns: Message
@@ -377,7 +377,7 @@ object --+