mirror of
https://github.com/openkmip/pykmip
synced 2025-12-19 09:43:47 +00:00
Updating support for the LongInteger primitive
This change updates the LongInteger primitive, improving class documentation, adding standard Python operators, cleaning up the original implementation, and expanding the corresponding unit test suite to address the modifications.
This commit is contained in:
@@ -19,3 +19,11 @@ class InvalidKmipEncoding(Exception):
|
||||
An exception raised when processing invalid KMIP message encodings.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class InvalidPrimitiveLength(Exception):
|
||||
"""
|
||||
An exception raised for errors when processing primitives with invalid
|
||||
lengths.
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user