OpenKMIP / PyKMIP

A Python implementation of the KMIP specification.
Apache License 2.0
272 stars 134 forks source link

Add attribute types: Always Sensitive, Extractable, Never Extractable #683

Closed dsmith-qlik closed 1 year ago

dsmith-qlik commented 2 years ago

While working on extracting KMIP keys from Hashicorp Vault I noticed that I was unable to read these 3 Attribute Types:

Always Sensitive Extractable Never Extractable

Looking through the code, I saw that there were defined tags for these attributes, so I put this together to allow the attribute types to be read.