We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3650498 commit 4d1c42eCopy full SHA for 4d1c42e
1 file changed
objects/crypto-material/definition.json
@@ -108,6 +108,11 @@
108
"misp-attribute": "text",
109
"ui-priority": 1
110
},
111
+ "public": {
112
+ "description": "Public part of the cryptographic materials in PEM format",
113
+ "misp-attribute": "text",
114
+ "ui-priority": 1
115
+ },
116
"q": {
117
"description": "Prime Parameter - Q in decimal",
118
"disable_correlation": false,
@@ -160,10 +165,11 @@
160
165
"generic-symmetric-key",
161
166
"text",
162
167
"private",
168
+ "public",
163
169
"p",
164
170
"q",
171
"modulus"
172
],
173
"uuid": "50677f82-ec9c-4484-bb29-2519cfe56823",
- "version": 3
174
+ "version": 4
175
}
0 commit comments