2
0
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:
Peter Hamilton
2015-09-01 12:36:22 -04:00
parent 26e44a07e1
commit a79e9d7f99
3 changed files with 301 additions and 16 deletions

View File

@@ -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