diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2014-07-01 15:36:03 -0400 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2014-07-03 12:40:47 -0400 |
| commit | 8a27f6f01a43d9c30a20ea25c9fc40793c784a49 (patch) | |
| tree | f3c9724a75ef192f4e3a7eb1ef2512015c7f6406 /base/common/python/pki/kra.py | |
| parent | c314012f88f2e566455c9e4384f6b94c85ad9035 (diff) | |
| download | pki-8a27f6f01a43d9c30a20ea25c9fc40793c784a49.tar.gz pki-8a27f6f01a43d9c30a20ea25c9fc40793c784a49.tar.xz pki-8a27f6f01a43d9c30a20ea25c9fc40793c784a49.zip | |
Renamed CryptoUtil to CryptoProvider.
The CryptoUtil classes in the Python client library has been renamed
to CryptoProvider for consistency with the Java client library. The
cryptoutil.py module has been renamed to crypto.py.
Ticket #1042
Diffstat (limited to 'base/common/python/pki/kra.py')
| -rw-r--r-- | base/common/python/pki/kra.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/common/python/pki/kra.py b/base/common/python/pki/kra.py index e3daabdd3..6559b986b 100644 --- a/base/common/python/pki/kra.py +++ b/base/common/python/pki/kra.py @@ -40,13 +40,13 @@ class KRAClient(object): """ Constructor :param connection - PKIConnection object with DRM connection info. - :param crypto - CryptoUtil object. NSSCryptoUtil is provided by + :param crypto - CryptoProvider object. NSSCryptoProvider is provided by default. If a different crypto implementation is - desired, a different subclass of CryptoUtil must be + desired, a different subclass of CryptoProvider must be provided. :param transport_cert_nick - identifier for the DRM transport certificate. This will be passed to the - CryptoUtil.get_cert() command to get a representation + CryptoProvider.get_cert() command to get a representation of the transport certificate usable for crypto ops. Note that for NSS databases, the database must have been initialized beforehand. |
