@@ -19,7 +19,7 @@ const (
19
19
AttributeNameUniqueIdentifier AttributeName = "Unique Identifier"
20
20
AttributeNameName AttributeName = "Name"
21
21
AttributeNameObjectType AttributeName = "Object Type"
22
- // Deprecated: deprecated as of kmip 1.3
22
+ // Deprecated: deprecated as of kmip 1.3.
23
23
AttributeNameOperationPolicyName AttributeName = "Operation Policy Name"
24
24
AttributeNameObjectGroup AttributeName = "Object Group"
25
25
AttributeNameContactInformation AttributeName = "Contact Information"
@@ -44,33 +44,33 @@ const (
44
44
AttributeNameState AttributeName = "State"
45
45
AttributeNameRevocationReason AttributeName = "Revocation Reason"
46
46
AttributeNameLink AttributeName = "Link"
47
- // Deprecated: deprecated as of kmip 1.1
47
+ // Deprecated: deprecated as of kmip 1.1.
48
48
AttributeNameCertificateIdentifier AttributeName = "Certificate Identifier"
49
- // Deprecated: deprecated as of kmip 1.1
49
+ // Deprecated: deprecated as of kmip 1.1.
50
50
AttributeNameCertificateSubject AttributeName = "Certificate Subject"
51
- // Deprecated: deprecated as of kmip 1.1
51
+ // Deprecated: deprecated as of kmip 1.1.
52
52
AttributeNameCertificateIssuer AttributeName = "Certificate Issuer"
53
53
AttributeNameUsageLimits AttributeName = "Usage Limits"
54
54
AttributeNameApplicationSpecificInformation AttributeName = "Application Specific Information"
55
55
56
- // KMIP 1.1
56
+ // KMIP 1.1.
57
57
AttributeNameCertificateLength AttributeName = "Certificate Length"
58
58
AttributeNameFresh AttributeName = "Fresh"
59
59
AttributeNameX509CertificateIdentifier AttributeName = "X.509 Certificate Identifier"
60
60
AttributeNameX509CertificateSubject AttributeName = "X.509 Certificate Subject"
61
61
AttributeNameX509CertificateIssuer AttributeName = "X.509 Certificate Issuer"
62
62
AttributeNameDigitalSignatureAlgorithm AttributeName = "Digital Signature Algorithm"
63
63
64
- // KMIP 1.2
64
+ // KMIP 1.2.
65
65
AttributeNameAlternativeName AttributeName = "Alternative Name"
66
66
AttributeNameKeyValuePresent AttributeName = "Key Value Present"
67
67
AttributeNameKeyValueLocation AttributeName = "Key Value Location"
68
68
AttributeNameOriginalCreationDate AttributeName = "Original Creation Date"
69
69
70
- // KMIP 1.3
70
+ // KMIP 1.3.
71
71
AttributeNameRandomNumberGenerator AttributeName = "Random Number Generator"
72
72
73
- // KMIP 1.4
73
+ // KMIP 1.4.
74
74
AttributeNamePKCS_12FriendlyName AttributeName = "PKCS#12 Friendly Name"
75
75
AttributeNameDescription AttributeName = "Description"
76
76
AttributeNameComment AttributeName = "Comment"
0 commit comments