diff --git a/kmip20/kmip_2_0_additions.json b/kmip20/kmip_2_0_additions.json index 3f353cb..2e92cdf 100644 --- a/kmip20/kmip_2_0_additions.json +++ b/kmip20/kmip_2_0_additions.json @@ -59,10 +59,10 @@ "Protection Storage Masks": "0x42015F", "Interop Function": "0x420160", "Interop Identifier": "0x420161", - "Adjustment Value": "420162", - "Common Protection Storage Masks": "420163", - "Private Protection Storage Masks": "420164", - "Public Protection Storage Masks": "420165" + "Adjustment Value": "0x420162", + "Common Protection Storage Masks": "0x420163", + "Private Protection Storage Masks": "0x420164", + "Public Protection Storage Masks": "0x420165" }, "enums": [ { diff --git a/kmip20/kmip_2_0_additions_generated.go b/kmip20/kmip_2_0_additions_generated.go index 23a6c09..5a7f658 100644 --- a/kmip20/kmip_2_0_additions_generated.go +++ b/kmip20/kmip_2_0_additions_generated.go @@ -6,10 +6,6 @@ import ( ) const ( - TagAdjustmentValue ttlv.Tag = 0x066942 - TagCommonProtectionStorageMasks ttlv.Tag = 0x066943 - TagPrivateProtectionStorageMasks ttlv.Tag = 0x066944 - TagPublicProtectionStorageMasks ttlv.Tag = 0x066945 TagAttributes ttlv.Tag = 0x420125 TagCommonAttributes ttlv.Tag = 0x420126 TagPrivateKeyAttributes ttlv.Tag = 0x420127 @@ -69,6 +65,10 @@ const ( TagProtectionStorageMasks ttlv.Tag = 0x42015f TagInteropFunction ttlv.Tag = 0x420160 TagInteropIdentifier ttlv.Tag = 0x420161 + TagAdjustmentValue ttlv.Tag = 0x420162 + TagCommonProtectionStorageMasks ttlv.Tag = 0x420163 + TagPrivateProtectionStorageMasks ttlv.Tag = 0x420164 + TagPublicProtectionStorageMasks ttlv.Tag = 0x420165 ) // Credential Type Enumeration @@ -1956,10 +1956,6 @@ func (p ProtectionStorageMask) String() string { func RegisterGeneratedDefinitions(r *ttlv.Registry) { tags := map[ttlv.Tag]string{ - TagAdjustmentValue: "Adjustment Value", - TagCommonProtectionStorageMasks: "Common Protection Storage Masks", - TagPrivateProtectionStorageMasks: "Private Protection Storage Masks", - TagPublicProtectionStorageMasks: "Public Protection Storage Masks", TagAttributes: "Attributes", TagCommonAttributes: "Common Attributes", TagPrivateKeyAttributes: "Private Key Attributes", @@ -2019,6 +2015,10 @@ func RegisterGeneratedDefinitions(r *ttlv.Registry) { TagProtectionStorageMasks: "Protection Storage Masks", TagInteropFunction: "Interop Function", TagInteropIdentifier: "Interop Identifier", + TagAdjustmentValue: "Adjustment Value", + TagCommonProtectionStorageMasks: "Common Protection Storage Masks", + TagPrivateProtectionStorageMasks: "Private Protection Storage Masks", + TagPublicProtectionStorageMasks: "Public Protection Storage Masks", } for v, name := range tags {