From 24294c097dd0dd9f7de0202443a8c8e34807bb2f Mon Sep 17 00:00:00 2001 From: Abhishek Koneru Date: Wed, 26 Feb 2014 13:15:57 -0500 Subject: Changes to KeyClient on the java side. The KeyClient class on the java side is modified to have a similar design as the KeyClient class on the python side. --- base/common/python/pki/cryptoutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/common/python') diff --git a/base/common/python/pki/cryptoutil.py b/base/common/python/pki/cryptoutil.py index e9174bc3b..f9c87155b 100644 --- a/base/common/python/pki/cryptoutil.py +++ b/base/common/python/pki/cryptoutil.py @@ -192,7 +192,7 @@ class NSSCryptoUtil(CryptoUtil): Note that for fixed length keys, this length should be 0. If no length is provided, then the function will either use 0 (for fixed length keys) - or the maximaum available length for that algorithm and the token. + or the maximum available length for that algorithm and the token. ''' slot = nss.get_best_slot(mechanism) if size == 0: -- cgit