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/key.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/key.py')
| -rw-r--r-- | base/common/python/pki/key.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/common/python/pki/key.py b/base/common/python/pki/key.py index 048cc0d41..af34a7ff4 100644 --- a/base/common/python/pki/key.py +++ b/base/common/python/pki/key.py @@ -770,7 +770,7 @@ class KeyClient(object): 1) trans_wrapped_session_key is not provided by caller. - In this case, the function will call CryptoUtil methods to generate and + In this case, the function will call CryptoProvider methods to generate and wrap the session key. The function will return the KeyData object with a private_data attribute which stores the unwrapped key information. @@ -833,7 +833,7 @@ class KeyClient(object): 1) A passphrase is provided by the caller. - In this case, CryptoUtil methods will be called to create the data to + In this case, CryptoProvider methods will be called to create the data to securely send the passphrase to the DRM. Basically, three pieces of data will be sent: |
