mirror of
https://github.com/openkmip/pykmip
synced 2025-12-17 00:34:00 +00:00
Updating support for the Interval primitive
This change updates the Interval primitive, adding a fresh implementation and documentation. A new unit test suite for the primitive is included.
This commit is contained in:
@@ -21,6 +21,14 @@ class InvalidKmipEncoding(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidPaddingBytes(Exception):
|
||||
"""
|
||||
An exception raised for errors when processing the padding bytes of
|
||||
primitive encodings.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class InvalidPrimitiveLength(Exception):
|
||||
"""
|
||||
An exception raised for errors when processing primitives with invalid
|
||||
|
||||
Reference in New Issue
Block a user