1
2
3
4
5
6
7 package proto
8
9 import (
10 proto1 "github.com/letsencrypt/boulder/ca/proto"
11 proto "github.com/letsencrypt/boulder/core/proto"
12 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
13 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
14 emptypb "google.golang.org/protobuf/types/known/emptypb"
15 reflect "reflect"
16 sync "sync"
17 )
18
19 const (
20
21 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
22
23 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
24 )
25
26 type GenerateOCSPRequest struct {
27 state protoimpl.MessageState
28 sizeCache protoimpl.SizeCache
29 unknownFields protoimpl.UnknownFields
30
31 Serial string `protobuf:"bytes,1,opt,name=serial,proto3" json:"serial,omitempty"`
32 }
33
34 func (x *GenerateOCSPRequest) Reset() {
35 *x = GenerateOCSPRequest{}
36 if protoimpl.UnsafeEnabled {
37 mi := &file_ra_proto_msgTypes[0]
38 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
39 ms.StoreMessageInfo(mi)
40 }
41 }
42
43 func (x *GenerateOCSPRequest) String() string {
44 return protoimpl.X.MessageStringOf(x)
45 }
46
47 func (*GenerateOCSPRequest) ProtoMessage() {}
48
49 func (x *GenerateOCSPRequest) ProtoReflect() protoreflect.Message {
50 mi := &file_ra_proto_msgTypes[0]
51 if protoimpl.UnsafeEnabled && x != nil {
52 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
53 if ms.LoadMessageInfo() == nil {
54 ms.StoreMessageInfo(mi)
55 }
56 return ms
57 }
58 return mi.MessageOf(x)
59 }
60
61
62 func (*GenerateOCSPRequest) Descriptor() ([]byte, []int) {
63 return file_ra_proto_rawDescGZIP(), []int{0}
64 }
65
66 func (x *GenerateOCSPRequest) GetSerial() string {
67 if x != nil {
68 return x.Serial
69 }
70 return ""
71 }
72
73 type UpdateRegistrationRequest struct {
74 state protoimpl.MessageState
75 sizeCache protoimpl.SizeCache
76 unknownFields protoimpl.UnknownFields
77
78 Base *proto.Registration `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
79 Update *proto.Registration `protobuf:"bytes,2,opt,name=update,proto3" json:"update,omitempty"`
80 }
81
82 func (x *UpdateRegistrationRequest) Reset() {
83 *x = UpdateRegistrationRequest{}
84 if protoimpl.UnsafeEnabled {
85 mi := &file_ra_proto_msgTypes[1]
86 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
87 ms.StoreMessageInfo(mi)
88 }
89 }
90
91 func (x *UpdateRegistrationRequest) String() string {
92 return protoimpl.X.MessageStringOf(x)
93 }
94
95 func (*UpdateRegistrationRequest) ProtoMessage() {}
96
97 func (x *UpdateRegistrationRequest) ProtoReflect() protoreflect.Message {
98 mi := &file_ra_proto_msgTypes[1]
99 if protoimpl.UnsafeEnabled && x != nil {
100 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
101 if ms.LoadMessageInfo() == nil {
102 ms.StoreMessageInfo(mi)
103 }
104 return ms
105 }
106 return mi.MessageOf(x)
107 }
108
109
110 func (*UpdateRegistrationRequest) Descriptor() ([]byte, []int) {
111 return file_ra_proto_rawDescGZIP(), []int{1}
112 }
113
114 func (x *UpdateRegistrationRequest) GetBase() *proto.Registration {
115 if x != nil {
116 return x.Base
117 }
118 return nil
119 }
120
121 func (x *UpdateRegistrationRequest) GetUpdate() *proto.Registration {
122 if x != nil {
123 return x.Update
124 }
125 return nil
126 }
127
128 type UpdateAuthorizationRequest struct {
129 state protoimpl.MessageState
130 sizeCache protoimpl.SizeCache
131 unknownFields protoimpl.UnknownFields
132
133 Authz *proto.Authorization `protobuf:"bytes,1,opt,name=authz,proto3" json:"authz,omitempty"`
134 ChallengeIndex int64 `protobuf:"varint,2,opt,name=challengeIndex,proto3" json:"challengeIndex,omitempty"`
135 Response *proto.Challenge `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
136 }
137
138 func (x *UpdateAuthorizationRequest) Reset() {
139 *x = UpdateAuthorizationRequest{}
140 if protoimpl.UnsafeEnabled {
141 mi := &file_ra_proto_msgTypes[2]
142 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
143 ms.StoreMessageInfo(mi)
144 }
145 }
146
147 func (x *UpdateAuthorizationRequest) String() string {
148 return protoimpl.X.MessageStringOf(x)
149 }
150
151 func (*UpdateAuthorizationRequest) ProtoMessage() {}
152
153 func (x *UpdateAuthorizationRequest) ProtoReflect() protoreflect.Message {
154 mi := &file_ra_proto_msgTypes[2]
155 if protoimpl.UnsafeEnabled && x != nil {
156 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
157 if ms.LoadMessageInfo() == nil {
158 ms.StoreMessageInfo(mi)
159 }
160 return ms
161 }
162 return mi.MessageOf(x)
163 }
164
165
166 func (*UpdateAuthorizationRequest) Descriptor() ([]byte, []int) {
167 return file_ra_proto_rawDescGZIP(), []int{2}
168 }
169
170 func (x *UpdateAuthorizationRequest) GetAuthz() *proto.Authorization {
171 if x != nil {
172 return x.Authz
173 }
174 return nil
175 }
176
177 func (x *UpdateAuthorizationRequest) GetChallengeIndex() int64 {
178 if x != nil {
179 return x.ChallengeIndex
180 }
181 return 0
182 }
183
184 func (x *UpdateAuthorizationRequest) GetResponse() *proto.Challenge {
185 if x != nil {
186 return x.Response
187 }
188 return nil
189 }
190
191 type PerformValidationRequest struct {
192 state protoimpl.MessageState
193 sizeCache protoimpl.SizeCache
194 unknownFields protoimpl.UnknownFields
195
196 Authz *proto.Authorization `protobuf:"bytes,1,opt,name=authz,proto3" json:"authz,omitempty"`
197 ChallengeIndex int64 `protobuf:"varint,2,opt,name=challengeIndex,proto3" json:"challengeIndex,omitempty"`
198 }
199
200 func (x *PerformValidationRequest) Reset() {
201 *x = PerformValidationRequest{}
202 if protoimpl.UnsafeEnabled {
203 mi := &file_ra_proto_msgTypes[3]
204 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
205 ms.StoreMessageInfo(mi)
206 }
207 }
208
209 func (x *PerformValidationRequest) String() string {
210 return protoimpl.X.MessageStringOf(x)
211 }
212
213 func (*PerformValidationRequest) ProtoMessage() {}
214
215 func (x *PerformValidationRequest) ProtoReflect() protoreflect.Message {
216 mi := &file_ra_proto_msgTypes[3]
217 if protoimpl.UnsafeEnabled && x != nil {
218 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
219 if ms.LoadMessageInfo() == nil {
220 ms.StoreMessageInfo(mi)
221 }
222 return ms
223 }
224 return mi.MessageOf(x)
225 }
226
227
228 func (*PerformValidationRequest) Descriptor() ([]byte, []int) {
229 return file_ra_proto_rawDescGZIP(), []int{3}
230 }
231
232 func (x *PerformValidationRequest) GetAuthz() *proto.Authorization {
233 if x != nil {
234 return x.Authz
235 }
236 return nil
237 }
238
239 func (x *PerformValidationRequest) GetChallengeIndex() int64 {
240 if x != nil {
241 return x.ChallengeIndex
242 }
243 return 0
244 }
245
246 type RevokeCertByApplicantRequest struct {
247 state protoimpl.MessageState
248 sizeCache protoimpl.SizeCache
249 unknownFields protoimpl.UnknownFields
250
251 Cert []byte `protobuf:"bytes,1,opt,name=cert,proto3" json:"cert,omitempty"`
252 Code int64 `protobuf:"varint,2,opt,name=code,proto3" json:"code,omitempty"`
253 RegID int64 `protobuf:"varint,3,opt,name=regID,proto3" json:"regID,omitempty"`
254 }
255
256 func (x *RevokeCertByApplicantRequest) Reset() {
257 *x = RevokeCertByApplicantRequest{}
258 if protoimpl.UnsafeEnabled {
259 mi := &file_ra_proto_msgTypes[4]
260 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
261 ms.StoreMessageInfo(mi)
262 }
263 }
264
265 func (x *RevokeCertByApplicantRequest) String() string {
266 return protoimpl.X.MessageStringOf(x)
267 }
268
269 func (*RevokeCertByApplicantRequest) ProtoMessage() {}
270
271 func (x *RevokeCertByApplicantRequest) ProtoReflect() protoreflect.Message {
272 mi := &file_ra_proto_msgTypes[4]
273 if protoimpl.UnsafeEnabled && x != nil {
274 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
275 if ms.LoadMessageInfo() == nil {
276 ms.StoreMessageInfo(mi)
277 }
278 return ms
279 }
280 return mi.MessageOf(x)
281 }
282
283
284 func (*RevokeCertByApplicantRequest) Descriptor() ([]byte, []int) {
285 return file_ra_proto_rawDescGZIP(), []int{4}
286 }
287
288 func (x *RevokeCertByApplicantRequest) GetCert() []byte {
289 if x != nil {
290 return x.Cert
291 }
292 return nil
293 }
294
295 func (x *RevokeCertByApplicantRequest) GetCode() int64 {
296 if x != nil {
297 return x.Code
298 }
299 return 0
300 }
301
302 func (x *RevokeCertByApplicantRequest) GetRegID() int64 {
303 if x != nil {
304 return x.RegID
305 }
306 return 0
307 }
308
309 type RevokeCertByKeyRequest struct {
310 state protoimpl.MessageState
311 sizeCache protoimpl.SizeCache
312 unknownFields protoimpl.UnknownFields
313
314 Cert []byte `protobuf:"bytes,1,opt,name=cert,proto3" json:"cert,omitempty"`
315 }
316
317 func (x *RevokeCertByKeyRequest) Reset() {
318 *x = RevokeCertByKeyRequest{}
319 if protoimpl.UnsafeEnabled {
320 mi := &file_ra_proto_msgTypes[5]
321 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
322 ms.StoreMessageInfo(mi)
323 }
324 }
325
326 func (x *RevokeCertByKeyRequest) String() string {
327 return protoimpl.X.MessageStringOf(x)
328 }
329
330 func (*RevokeCertByKeyRequest) ProtoMessage() {}
331
332 func (x *RevokeCertByKeyRequest) ProtoReflect() protoreflect.Message {
333 mi := &file_ra_proto_msgTypes[5]
334 if protoimpl.UnsafeEnabled && x != nil {
335 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
336 if ms.LoadMessageInfo() == nil {
337 ms.StoreMessageInfo(mi)
338 }
339 return ms
340 }
341 return mi.MessageOf(x)
342 }
343
344
345 func (*RevokeCertByKeyRequest) Descriptor() ([]byte, []int) {
346 return file_ra_proto_rawDescGZIP(), []int{5}
347 }
348
349 func (x *RevokeCertByKeyRequest) GetCert() []byte {
350 if x != nil {
351 return x.Cert
352 }
353 return nil
354 }
355
356 type AdministrativelyRevokeCertificateRequest struct {
357 state protoimpl.MessageState
358 sizeCache protoimpl.SizeCache
359 unknownFields protoimpl.UnknownFields
360
361
362
363
364
365 Cert []byte `protobuf:"bytes,1,opt,name=cert,proto3" json:"cert,omitempty"`
366
367 Serial string `protobuf:"bytes,4,opt,name=serial,proto3" json:"serial,omitempty"`
368 Code int64 `protobuf:"varint,2,opt,name=code,proto3" json:"code,omitempty"`
369 AdminName string `protobuf:"bytes,3,opt,name=adminName,proto3" json:"adminName,omitempty"`
370 SkipBlockKey bool `protobuf:"varint,5,opt,name=skipBlockKey,proto3" json:"skipBlockKey,omitempty"`
371 }
372
373 func (x *AdministrativelyRevokeCertificateRequest) Reset() {
374 *x = AdministrativelyRevokeCertificateRequest{}
375 if protoimpl.UnsafeEnabled {
376 mi := &file_ra_proto_msgTypes[6]
377 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
378 ms.StoreMessageInfo(mi)
379 }
380 }
381
382 func (x *AdministrativelyRevokeCertificateRequest) String() string {
383 return protoimpl.X.MessageStringOf(x)
384 }
385
386 func (*AdministrativelyRevokeCertificateRequest) ProtoMessage() {}
387
388 func (x *AdministrativelyRevokeCertificateRequest) ProtoReflect() protoreflect.Message {
389 mi := &file_ra_proto_msgTypes[6]
390 if protoimpl.UnsafeEnabled && x != nil {
391 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
392 if ms.LoadMessageInfo() == nil {
393 ms.StoreMessageInfo(mi)
394 }
395 return ms
396 }
397 return mi.MessageOf(x)
398 }
399
400
401 func (*AdministrativelyRevokeCertificateRequest) Descriptor() ([]byte, []int) {
402 return file_ra_proto_rawDescGZIP(), []int{6}
403 }
404
405 func (x *AdministrativelyRevokeCertificateRequest) GetCert() []byte {
406 if x != nil {
407 return x.Cert
408 }
409 return nil
410 }
411
412 func (x *AdministrativelyRevokeCertificateRequest) GetSerial() string {
413 if x != nil {
414 return x.Serial
415 }
416 return ""
417 }
418
419 func (x *AdministrativelyRevokeCertificateRequest) GetCode() int64 {
420 if x != nil {
421 return x.Code
422 }
423 return 0
424 }
425
426 func (x *AdministrativelyRevokeCertificateRequest) GetAdminName() string {
427 if x != nil {
428 return x.AdminName
429 }
430 return ""
431 }
432
433 func (x *AdministrativelyRevokeCertificateRequest) GetSkipBlockKey() bool {
434 if x != nil {
435 return x.SkipBlockKey
436 }
437 return false
438 }
439
440 type NewOrderRequest struct {
441 state protoimpl.MessageState
442 sizeCache protoimpl.SizeCache
443 unknownFields protoimpl.UnknownFields
444
445 RegistrationID int64 `protobuf:"varint,1,opt,name=registrationID,proto3" json:"registrationID,omitempty"`
446 Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
447 }
448
449 func (x *NewOrderRequest) Reset() {
450 *x = NewOrderRequest{}
451 if protoimpl.UnsafeEnabled {
452 mi := &file_ra_proto_msgTypes[7]
453 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
454 ms.StoreMessageInfo(mi)
455 }
456 }
457
458 func (x *NewOrderRequest) String() string {
459 return protoimpl.X.MessageStringOf(x)
460 }
461
462 func (*NewOrderRequest) ProtoMessage() {}
463
464 func (x *NewOrderRequest) ProtoReflect() protoreflect.Message {
465 mi := &file_ra_proto_msgTypes[7]
466 if protoimpl.UnsafeEnabled && x != nil {
467 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
468 if ms.LoadMessageInfo() == nil {
469 ms.StoreMessageInfo(mi)
470 }
471 return ms
472 }
473 return mi.MessageOf(x)
474 }
475
476
477 func (*NewOrderRequest) Descriptor() ([]byte, []int) {
478 return file_ra_proto_rawDescGZIP(), []int{7}
479 }
480
481 func (x *NewOrderRequest) GetRegistrationID() int64 {
482 if x != nil {
483 return x.RegistrationID
484 }
485 return 0
486 }
487
488 func (x *NewOrderRequest) GetNames() []string {
489 if x != nil {
490 return x.Names
491 }
492 return nil
493 }
494
495 type FinalizeOrderRequest struct {
496 state protoimpl.MessageState
497 sizeCache protoimpl.SizeCache
498 unknownFields protoimpl.UnknownFields
499
500 Order *proto.Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"`
501 Csr []byte `protobuf:"bytes,2,opt,name=csr,proto3" json:"csr,omitempty"`
502 }
503
504 func (x *FinalizeOrderRequest) Reset() {
505 *x = FinalizeOrderRequest{}
506 if protoimpl.UnsafeEnabled {
507 mi := &file_ra_proto_msgTypes[8]
508 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
509 ms.StoreMessageInfo(mi)
510 }
511 }
512
513 func (x *FinalizeOrderRequest) String() string {
514 return protoimpl.X.MessageStringOf(x)
515 }
516
517 func (*FinalizeOrderRequest) ProtoMessage() {}
518
519 func (x *FinalizeOrderRequest) ProtoReflect() protoreflect.Message {
520 mi := &file_ra_proto_msgTypes[8]
521 if protoimpl.UnsafeEnabled && x != nil {
522 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
523 if ms.LoadMessageInfo() == nil {
524 ms.StoreMessageInfo(mi)
525 }
526 return ms
527 }
528 return mi.MessageOf(x)
529 }
530
531
532 func (*FinalizeOrderRequest) Descriptor() ([]byte, []int) {
533 return file_ra_proto_rawDescGZIP(), []int{8}
534 }
535
536 func (x *FinalizeOrderRequest) GetOrder() *proto.Order {
537 if x != nil {
538 return x.Order
539 }
540 return nil
541 }
542
543 func (x *FinalizeOrderRequest) GetCsr() []byte {
544 if x != nil {
545 return x.Csr
546 }
547 return nil
548 }
549
550 var File_ra_proto protoreflect.FileDescriptor
551
552 var file_ra_proto_rawDesc = []byte{
553 0x0a, 0x08, 0x72, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02, 0x72, 0x61, 0x1a, 0x15,
554 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2e,
555 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x11, 0x63, 0x61, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f,
556 0x63, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
557 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e,
558 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2d, 0x0a, 0x13, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74,
559 0x65, 0x4f, 0x43, 0x53, 0x50, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06,
560 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x65,
561 0x72, 0x69, 0x61, 0x6c, 0x22, 0x6f, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65,
562 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
563 0x74, 0x12, 0x26, 0x0a, 0x04, 0x62, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
564 0x12, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74,
565 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x61, 0x73, 0x65, 0x12, 0x2a, 0x0a, 0x06, 0x75, 0x70, 0x64,
566 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x6f, 0x72, 0x65,
567 0x2e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x75,
568 0x70, 0x64, 0x61, 0x74, 0x65, 0x22, 0x9c, 0x01, 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
569 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71,
570 0x75, 0x65, 0x73, 0x74, 0x12, 0x29, 0x0a, 0x05, 0x61, 0x75, 0x74, 0x68, 0x7a, 0x18, 0x01, 0x20,
571 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f,
572 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x05, 0x61, 0x75, 0x74, 0x68, 0x7a, 0x12,
573 0x26, 0x0a, 0x0e, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x49, 0x6e, 0x64, 0x65,
574 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e,
575 0x67, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x2b, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f,
576 0x6e, 0x73, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x6f, 0x72, 0x65,
577 0x2e, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x08, 0x72, 0x65, 0x73, 0x70,
578 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6d, 0x0a, 0x18, 0x50, 0x65, 0x72, 0x66, 0x6f, 0x72, 0x6d, 0x56,
579 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
580 0x12, 0x29, 0x0a, 0x05, 0x61, 0x75, 0x74, 0x68, 0x7a, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
581 0x13, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61,
582 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x05, 0x61, 0x75, 0x74, 0x68, 0x7a, 0x12, 0x26, 0x0a, 0x0e, 0x63,
583 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20,
584 0x01, 0x28, 0x03, 0x52, 0x0e, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x49, 0x6e,
585 0x64, 0x65, 0x78, 0x22, 0x5c, 0x0a, 0x1c, 0x52, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x43, 0x65, 0x72,
586 0x74, 0x42, 0x79, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
587 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x65, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
588 0x0c, 0x52, 0x04, 0x63, 0x65, 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18,
589 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x72,
590 0x65, 0x67, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x72, 0x65, 0x67, 0x49,
591 0x44, 0x22, 0x32, 0x0a, 0x16, 0x52, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x43, 0x65, 0x72, 0x74, 0x42,
592 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63,
593 0x65, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x65, 0x72, 0x74, 0x4a,
594 0x04, 0x08, 0x02, 0x10, 0x03, 0x22, 0xac, 0x01, 0x0a, 0x28, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x69,
595 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x76, 0x65, 0x6c, 0x79, 0x52, 0x65, 0x76, 0x6f, 0x6b, 0x65,
596 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
597 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x65, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c,
598 0x52, 0x04, 0x63, 0x65, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c,
599 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x12, 0x12,
600 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x63, 0x6f,
601 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18,
602 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65,
603 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x6b, 0x69, 0x70, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4b, 0x65, 0x79,
604 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x73, 0x6b, 0x69, 0x70, 0x42, 0x6c, 0x6f, 0x63,
605 0x6b, 0x4b, 0x65, 0x79, 0x22, 0x4f, 0x0a, 0x0f, 0x4e, 0x65, 0x77, 0x4f, 0x72, 0x64, 0x65, 0x72,
606 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x72, 0x65, 0x67, 0x69, 0x73,
607 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
608 0x0e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x44, 0x12,
609 0x14, 0x0a, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05,
610 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x22, 0x4b, 0x0a, 0x14, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a,
611 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a,
612 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x63,
613 0x6f, 0x72, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72,
614 0x12, 0x10, 0x0a, 0x03, 0x63, 0x73, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x63,
615 0x73, 0x72, 0x32, 0xad, 0x06, 0x0a, 0x15, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74,
616 0x69, 0x6f, 0x6e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x3b, 0x0a, 0x0f,
617 0x4e, 0x65, 0x77, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
618 0x12, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74,
619 0x69, 0x6f, 0x6e, 0x1a, 0x12, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x73,
620 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x49, 0x0a, 0x12, 0x55, 0x70, 0x64,
621 0x61, 0x74, 0x65, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
622 0x1d, 0x2e, 0x72, 0x61, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x67, 0x69, 0x73,
623 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x12,
624 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69,
625 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x48, 0x0a, 0x11, 0x50, 0x65, 0x72, 0x66, 0x6f, 0x72, 0x6d, 0x56,
626 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x2e, 0x72, 0x61, 0x2e, 0x50,
627 0x65, 0x72, 0x66, 0x6f, 0x72, 0x6d, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e,
628 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x41,
629 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x46,
630 0x0a, 0x16, 0x44, 0x65, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x52, 0x65, 0x67, 0x69,
631 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
632 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x16, 0x2e, 0x67,
633 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
634 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x48, 0x0a, 0x17, 0x44, 0x65, 0x61, 0x63, 0x74, 0x69,
635 0x76, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
636 0x6e, 0x12, 0x13, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69,
637 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
638 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00,
639 0x12, 0x53, 0x0a, 0x15, 0x52, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x43, 0x65, 0x72, 0x74, 0x42, 0x79,
640 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x6e, 0x74, 0x12, 0x20, 0x2e, 0x72, 0x61, 0x2e, 0x52,
641 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x43, 0x65, 0x72, 0x74, 0x42, 0x79, 0x41, 0x70, 0x70, 0x6c, 0x69,
642 0x63, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
643 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
644 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x47, 0x0a, 0x0f, 0x52, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x43,
645 0x65, 0x72, 0x74, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x2e, 0x72, 0x61, 0x2e, 0x52, 0x65,
646 0x76, 0x6f, 0x6b, 0x65, 0x43, 0x65, 0x72, 0x74, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71,
647 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
648 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x6b,
649 0x0a, 0x21, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x76, 0x65,
650 0x6c, 0x79, 0x52, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63,
651 0x61, 0x74, 0x65, 0x12, 0x2c, 0x2e, 0x72, 0x61, 0x2e, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73,
652 0x74, 0x72, 0x61, 0x74, 0x69, 0x76, 0x65, 0x6c, 0x79, 0x52, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x43,
653 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
654 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
655 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x2e, 0x0a, 0x08, 0x4e,
656 0x65, 0x77, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x13, 0x2e, 0x72, 0x61, 0x2e, 0x4e, 0x65, 0x77,
657 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x0b, 0x2e, 0x63,
658 0x6f, 0x72, 0x65, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x00, 0x12, 0x38, 0x0a, 0x0d, 0x46,
659 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x18, 0x2e, 0x72,
660 0x61, 0x2e, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52,
661 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x0b, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x4f, 0x72,
662 0x64, 0x65, 0x72, 0x22, 0x00, 0x12, 0x3b, 0x0a, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74,
663 0x65, 0x4f, 0x43, 0x53, 0x50, 0x12, 0x17, 0x2e, 0x72, 0x61, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72,
664 0x61, 0x74, 0x65, 0x4f, 0x43, 0x53, 0x50, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x10,
665 0x2e, 0x63, 0x61, 0x2e, 0x4f, 0x43, 0x53, 0x50, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
666 0x22, 0x00, 0x42, 0x29, 0x5a, 0x27, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
667 0x2f, 0x6c, 0x65, 0x74, 0x73, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x2f, 0x62, 0x6f, 0x75,
668 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x72, 0x61, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70,
669 0x72, 0x6f, 0x74, 0x6f, 0x33,
670 }
671
672 var (
673 file_ra_proto_rawDescOnce sync.Once
674 file_ra_proto_rawDescData = file_ra_proto_rawDesc
675 )
676
677 func file_ra_proto_rawDescGZIP() []byte {
678 file_ra_proto_rawDescOnce.Do(func() {
679 file_ra_proto_rawDescData = protoimpl.X.CompressGZIP(file_ra_proto_rawDescData)
680 })
681 return file_ra_proto_rawDescData
682 }
683
684 var file_ra_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
685 var file_ra_proto_goTypes = []interface{}{
686 (*GenerateOCSPRequest)(nil),
687 (*UpdateRegistrationRequest)(nil),
688 (*UpdateAuthorizationRequest)(nil),
689 (*PerformValidationRequest)(nil),
690 (*RevokeCertByApplicantRequest)(nil),
691 (*RevokeCertByKeyRequest)(nil),
692 (*AdministrativelyRevokeCertificateRequest)(nil),
693 (*NewOrderRequest)(nil),
694 (*FinalizeOrderRequest)(nil),
695 (*proto.Registration)(nil),
696 (*proto.Authorization)(nil),
697 (*proto.Challenge)(nil),
698 (*proto.Order)(nil),
699 (*emptypb.Empty)(nil),
700 (*proto1.OCSPResponse)(nil),
701 }
702 var file_ra_proto_depIdxs = []int32{
703 9,
704 9,
705 10,
706 11,
707 10,
708 12,
709 9,
710 1,
711 3,
712 9,
713 10,
714 4,
715 5,
716 6,
717 7,
718 8,
719 0,
720 9,
721 9,
722 10,
723 13,
724 13,
725 13,
726 13,
727 13,
728 12,
729 12,
730 14,
731 17,
732 6,
733 6,
734 6,
735 0,
736 }
737
738 func init() { file_ra_proto_init() }
739 func file_ra_proto_init() {
740 if File_ra_proto != nil {
741 return
742 }
743 if !protoimpl.UnsafeEnabled {
744 file_ra_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
745 switch v := v.(*GenerateOCSPRequest); i {
746 case 0:
747 return &v.state
748 case 1:
749 return &v.sizeCache
750 case 2:
751 return &v.unknownFields
752 default:
753 return nil
754 }
755 }
756 file_ra_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
757 switch v := v.(*UpdateRegistrationRequest); i {
758 case 0:
759 return &v.state
760 case 1:
761 return &v.sizeCache
762 case 2:
763 return &v.unknownFields
764 default:
765 return nil
766 }
767 }
768 file_ra_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
769 switch v := v.(*UpdateAuthorizationRequest); i {
770 case 0:
771 return &v.state
772 case 1:
773 return &v.sizeCache
774 case 2:
775 return &v.unknownFields
776 default:
777 return nil
778 }
779 }
780 file_ra_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
781 switch v := v.(*PerformValidationRequest); i {
782 case 0:
783 return &v.state
784 case 1:
785 return &v.sizeCache
786 case 2:
787 return &v.unknownFields
788 default:
789 return nil
790 }
791 }
792 file_ra_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
793 switch v := v.(*RevokeCertByApplicantRequest); i {
794 case 0:
795 return &v.state
796 case 1:
797 return &v.sizeCache
798 case 2:
799 return &v.unknownFields
800 default:
801 return nil
802 }
803 }
804 file_ra_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
805 switch v := v.(*RevokeCertByKeyRequest); i {
806 case 0:
807 return &v.state
808 case 1:
809 return &v.sizeCache
810 case 2:
811 return &v.unknownFields
812 default:
813 return nil
814 }
815 }
816 file_ra_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
817 switch v := v.(*AdministrativelyRevokeCertificateRequest); i {
818 case 0:
819 return &v.state
820 case 1:
821 return &v.sizeCache
822 case 2:
823 return &v.unknownFields
824 default:
825 return nil
826 }
827 }
828 file_ra_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
829 switch v := v.(*NewOrderRequest); i {
830 case 0:
831 return &v.state
832 case 1:
833 return &v.sizeCache
834 case 2:
835 return &v.unknownFields
836 default:
837 return nil
838 }
839 }
840 file_ra_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
841 switch v := v.(*FinalizeOrderRequest); i {
842 case 0:
843 return &v.state
844 case 1:
845 return &v.sizeCache
846 case 2:
847 return &v.unknownFields
848 default:
849 return nil
850 }
851 }
852 }
853 type x struct{}
854 out := protoimpl.TypeBuilder{
855 File: protoimpl.DescBuilder{
856 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
857 RawDescriptor: file_ra_proto_rawDesc,
858 NumEnums: 0,
859 NumMessages: 9,
860 NumExtensions: 0,
861 NumServices: 1,
862 },
863 GoTypes: file_ra_proto_goTypes,
864 DependencyIndexes: file_ra_proto_depIdxs,
865 MessageInfos: file_ra_proto_msgTypes,
866 }.Build()
867 File_ra_proto = out.File
868 file_ra_proto_rawDesc = nil
869 file_ra_proto_goTypes = nil
870 file_ra_proto_depIdxs = nil
871 }
872
View as plain text