diff options
author | Abhishek Koneru <akoneru@redhat.com> | 2014-02-26 13:15:57 -0500 |
---|---|---|
committer | Abhishek Koneru <akoneru@redhat.com> | 2014-03-19 19:17:39 -0400 |
commit | 24294c097dd0dd9f7de0202443a8c8e34807bb2f (patch) | |
tree | 03e393bb71fb1263ee85571b26a0f108e1133e1b /base/common/python/pki/cryptoutil.py | |
parent | fbd1b96a35946b7ebf36afea3f3a2a50dcbf193f (diff) | |
download | pki-24294c097dd0dd9f7de0202443a8c8e34807bb2f.tar.gz pki-24294c097dd0dd9f7de0202443a8c8e34807bb2f.tar.xz pki-24294c097dd0dd9f7de0202443a8c8e34807bb2f.zip |
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.
Diffstat (limited to 'base/common/python/pki/cryptoutil.py')
-rw-r--r-- | base/common/python/pki/cryptoutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |