var File_core_proto protoreflect.FileDescriptor
type Authorization struct { // Next unused field number: 10 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Identifier string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"` RegistrationID int64 `protobuf:"varint,3,opt,name=registrationID,proto3" json:"registrationID,omitempty"` Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` ExpiresNS int64 `protobuf:"varint,5,opt,name=expiresNS,proto3" json:"expiresNS,omitempty"` // Unix timestamp (nanoseconds) Expires *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=expires,proto3" json:"expires,omitempty"` Challenges []*Challenge `protobuf:"bytes,6,rep,name=challenges,proto3" json:"challenges,omitempty"` // contains filtered or unexported fields }
func (*Authorization) Descriptor() ([]byte, []int)
Deprecated: Use Authorization.ProtoReflect.Descriptor instead.
func (x *Authorization) GetChallenges() []*Challenge
func (x *Authorization) GetExpires() *timestamppb.Timestamp
func (x *Authorization) GetExpiresNS() int64
func (x *Authorization) GetId() string
func (x *Authorization) GetIdentifier() string
func (x *Authorization) GetRegistrationID() int64
func (x *Authorization) GetStatus() string
func (*Authorization) ProtoMessage()
func (x *Authorization) ProtoReflect() protoreflect.Message
func (x *Authorization) Reset()
func (x *Authorization) String() string
type CRLEntry struct { // Next unused field number: 5 Serial string `protobuf:"bytes,1,opt,name=serial,proto3" json:"serial,omitempty"` Reason int32 `protobuf:"varint,2,opt,name=reason,proto3" json:"reason,omitempty"` RevokedAtNS int64 `protobuf:"varint,3,opt,name=revokedAtNS,proto3" json:"revokedAtNS,omitempty"` // Unix timestamp (nanoseconds) RevokedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=revokedAt,proto3" json:"revokedAt,omitempty"` // contains filtered or unexported fields }
func (*CRLEntry) Descriptor() ([]byte, []int)
Deprecated: Use CRLEntry.ProtoReflect.Descriptor instead.
func (x *CRLEntry) GetReason() int32
func (x *CRLEntry) GetRevokedAt() *timestamppb.Timestamp
func (x *CRLEntry) GetRevokedAtNS() int64
func (x *CRLEntry) GetSerial() string
func (*CRLEntry) ProtoMessage()
func (x *CRLEntry) ProtoReflect() protoreflect.Message
func (x *CRLEntry) Reset()
func (x *CRLEntry) String() string
type Certificate struct { // Next unused field number: 9 RegistrationID int64 `protobuf:"varint,1,opt,name=registrationID,proto3" json:"registrationID,omitempty"` Serial string `protobuf:"bytes,2,opt,name=serial,proto3" json:"serial,omitempty"` Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` Der []byte `protobuf:"bytes,4,opt,name=der,proto3" json:"der,omitempty"` IssuedNS int64 `protobuf:"varint,5,opt,name=issuedNS,proto3" json:"issuedNS,omitempty"` // Unix timestamp (nanoseconds) Issued *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=issued,proto3" json:"issued,omitempty"` ExpiresNS int64 `protobuf:"varint,6,opt,name=expiresNS,proto3" json:"expiresNS,omitempty"` // Unix timestamp (nanoseconds) Expires *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=expires,proto3" json:"expires,omitempty"` // contains filtered or unexported fields }
func (*Certificate) Descriptor() ([]byte, []int)
Deprecated: Use Certificate.ProtoReflect.Descriptor instead.
func (x *Certificate) GetDer() []byte
func (x *Certificate) GetDigest() string
func (x *Certificate) GetExpires() *timestamppb.Timestamp
func (x *Certificate) GetExpiresNS() int64
func (x *Certificate) GetIssued() *timestamppb.Timestamp
func (x *Certificate) GetIssuedNS() int64
func (x *Certificate) GetRegistrationID() int64
func (x *Certificate) GetSerial() string
func (*Certificate) ProtoMessage()
func (x *Certificate) ProtoReflect() protoreflect.Message
func (x *Certificate) Reset()
func (x *Certificate) String() string
type CertificateStatus struct { // Next unused field number: 16 Serial string `protobuf:"bytes,1,opt,name=serial,proto3" json:"serial,omitempty"` Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` OcspLastUpdatedNS int64 `protobuf:"varint,4,opt,name=ocspLastUpdatedNS,proto3" json:"ocspLastUpdatedNS,omitempty"` // Unix timestamp (nanoseconds) OcspLastUpdated *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=ocspLastUpdated,proto3" json:"ocspLastUpdated,omitempty"` RevokedDateNS int64 `protobuf:"varint,5,opt,name=revokedDateNS,proto3" json:"revokedDateNS,omitempty"` // Unix timestamp (nanoseconds) RevokedDate *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=revokedDate,proto3" json:"revokedDate,omitempty"` RevokedReason int64 `protobuf:"varint,6,opt,name=revokedReason,proto3" json:"revokedReason,omitempty"` LastExpirationNagSentNS int64 `protobuf:"varint,7,opt,name=lastExpirationNagSentNS,proto3" json:"lastExpirationNagSentNS,omitempty"` // Unix timestamp (nanoseconds) LastExpirationNagSent *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=lastExpirationNagSent,proto3" json:"lastExpirationNagSent,omitempty"` NotAfterNS int64 `protobuf:"varint,9,opt,name=notAfterNS,proto3" json:"notAfterNS,omitempty"` // Unix timestamp (nanoseconds) NotAfter *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=notAfter,proto3" json:"notAfter,omitempty"` IsExpired bool `protobuf:"varint,10,opt,name=isExpired,proto3" json:"isExpired,omitempty"` IssuerID int64 `protobuf:"varint,11,opt,name=issuerID,proto3" json:"issuerID,omitempty"` // contains filtered or unexported fields }
func (*CertificateStatus) Descriptor() ([]byte, []int)
Deprecated: Use CertificateStatus.ProtoReflect.Descriptor instead.
func (x *CertificateStatus) GetIsExpired() bool
func (x *CertificateStatus) GetIssuerID() int64
func (x *CertificateStatus) GetLastExpirationNagSent() *timestamppb.Timestamp
func (x *CertificateStatus) GetLastExpirationNagSentNS() int64
func (x *CertificateStatus) GetNotAfter() *timestamppb.Timestamp
func (x *CertificateStatus) GetNotAfterNS() int64
func (x *CertificateStatus) GetOcspLastUpdated() *timestamppb.Timestamp
func (x *CertificateStatus) GetOcspLastUpdatedNS() int64
func (x *CertificateStatus) GetRevokedDate() *timestamppb.Timestamp
func (x *CertificateStatus) GetRevokedDateNS() int64
func (x *CertificateStatus) GetRevokedReason() int64
func (x *CertificateStatus) GetSerial() string
func (x *CertificateStatus) GetStatus() string
func (*CertificateStatus) ProtoMessage()
func (x *CertificateStatus) ProtoReflect() protoreflect.Message
func (x *CertificateStatus) Reset()
func (x *CertificateStatus) String() string
type Challenge struct { // Next unused field number: 13 Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Status string `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"` Uri string `protobuf:"bytes,9,opt,name=uri,proto3" json:"uri,omitempty"` Token string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"` KeyAuthorization string `protobuf:"bytes,5,opt,name=keyAuthorization,proto3" json:"keyAuthorization,omitempty"` Validationrecords []*ValidationRecord `protobuf:"bytes,10,rep,name=validationrecords,proto3" json:"validationrecords,omitempty"` Error *ProblemDetails `protobuf:"bytes,7,opt,name=error,proto3" json:"error,omitempty"` ValidatedNS int64 `protobuf:"varint,11,opt,name=validatedNS,proto3" json:"validatedNS,omitempty"` Validated *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=validated,proto3" json:"validated,omitempty"` // contains filtered or unexported fields }
func (*Challenge) Descriptor() ([]byte, []int)
Deprecated: Use Challenge.ProtoReflect.Descriptor instead.
func (x *Challenge) GetError() *ProblemDetails
func (x *Challenge) GetId() int64
func (x *Challenge) GetKeyAuthorization() string
func (x *Challenge) GetStatus() string
func (x *Challenge) GetToken() string
func (x *Challenge) GetType() string
func (x *Challenge) GetUri() string
func (x *Challenge) GetValidated() *timestamppb.Timestamp
func (x *Challenge) GetValidatedNS() int64
func (x *Challenge) GetValidationrecords() []*ValidationRecord
func (*Challenge) ProtoMessage()
func (x *Challenge) ProtoReflect() protoreflect.Message
func (x *Challenge) Reset()
func (x *Challenge) String() string
type Order struct { // Next unused field number: 14 Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` RegistrationID int64 `protobuf:"varint,2,opt,name=registrationID,proto3" json:"registrationID,omitempty"` ExpiresNS int64 `protobuf:"varint,3,opt,name=expiresNS,proto3" json:"expiresNS,omitempty"` // Unix timestamp (nanoseconds) Expires *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=expires,proto3" json:"expires,omitempty"` Error *ProblemDetails `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"` CertificateSerial string `protobuf:"bytes,5,opt,name=certificateSerial,proto3" json:"certificateSerial,omitempty"` Status string `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"` Names []string `protobuf:"bytes,8,rep,name=names,proto3" json:"names,omitempty"` BeganProcessing bool `protobuf:"varint,9,opt,name=beganProcessing,proto3" json:"beganProcessing,omitempty"` CreatedNS int64 `protobuf:"varint,10,opt,name=createdNS,proto3" json:"createdNS,omitempty"` // Unix timestamp (nanoseconds) Created *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=created,proto3" json:"created,omitempty"` V2Authorizations []int64 `protobuf:"varint,11,rep,packed,name=v2Authorizations,proto3" json:"v2Authorizations,omitempty"` // contains filtered or unexported fields }
func (*Order) Descriptor() ([]byte, []int)
Deprecated: Use Order.ProtoReflect.Descriptor instead.
func (x *Order) GetBeganProcessing() bool
func (x *Order) GetCertificateSerial() string
func (x *Order) GetCreated() *timestamppb.Timestamp
func (x *Order) GetCreatedNS() int64
func (x *Order) GetError() *ProblemDetails
func (x *Order) GetExpires() *timestamppb.Timestamp
func (x *Order) GetExpiresNS() int64
func (x *Order) GetId() int64
func (x *Order) GetNames() []string
func (x *Order) GetRegistrationID() int64
func (x *Order) GetStatus() string
func (x *Order) GetV2Authorizations() []int64
func (*Order) ProtoMessage()
func (x *Order) ProtoReflect() protoreflect.Message
func (x *Order) Reset()
func (x *Order) String() string
type ProblemDetails struct { ProblemType string `protobuf:"bytes,1,opt,name=problemType,proto3" json:"problemType,omitempty"` Detail string `protobuf:"bytes,2,opt,name=detail,proto3" json:"detail,omitempty"` HttpStatus int32 `protobuf:"varint,3,opt,name=httpStatus,proto3" json:"httpStatus,omitempty"` // contains filtered or unexported fields }
func (*ProblemDetails) Descriptor() ([]byte, []int)
Deprecated: Use ProblemDetails.ProtoReflect.Descriptor instead.
func (x *ProblemDetails) GetDetail() string
func (x *ProblemDetails) GetHttpStatus() int32
func (x *ProblemDetails) GetProblemType() string
func (*ProblemDetails) ProtoMessage()
func (x *ProblemDetails) ProtoReflect() protoreflect.Message
func (x *ProblemDetails) Reset()
func (x *ProblemDetails) String() string
type Registration struct { // Next unused field number: 10 Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Contact []string `protobuf:"bytes,3,rep,name=contact,proto3" json:"contact,omitempty"` ContactsPresent bool `protobuf:"varint,4,opt,name=contactsPresent,proto3" json:"contactsPresent,omitempty"` Agreement string `protobuf:"bytes,5,opt,name=agreement,proto3" json:"agreement,omitempty"` InitialIP []byte `protobuf:"bytes,6,opt,name=initialIP,proto3" json:"initialIP,omitempty"` CreatedAtNS int64 `protobuf:"varint,7,opt,name=createdAtNS,proto3" json:"createdAtNS,omitempty"` // Unix timestamp (nanoseconds) CreatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=createdAt,proto3" json:"createdAt,omitempty"` Status string `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*Registration) Descriptor() ([]byte, []int)
Deprecated: Use Registration.ProtoReflect.Descriptor instead.
func (x *Registration) GetAgreement() string
func (x *Registration) GetContact() []string
func (x *Registration) GetContactsPresent() bool
func (x *Registration) GetCreatedAt() *timestamppb.Timestamp
func (x *Registration) GetCreatedAtNS() int64
func (x *Registration) GetId() int64
func (x *Registration) GetInitialIP() []byte
func (x *Registration) GetKey() []byte
func (x *Registration) GetStatus() string
func (*Registration) ProtoMessage()
func (x *Registration) ProtoReflect() protoreflect.Message
func (x *Registration) Reset()
func (x *Registration) String() string
type ValidationRecord struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` Port string `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty"` AddressesResolved [][]byte `protobuf:"bytes,3,rep,name=addressesResolved,proto3" json:"addressesResolved,omitempty"` // net.IP.MarshalText() AddressUsed []byte `protobuf:"bytes,4,opt,name=addressUsed,proto3" json:"addressUsed,omitempty"` // net.IP.MarshalText() Authorities []string `protobuf:"bytes,5,rep,name=authorities,proto3" json:"authorities,omitempty"` Url string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"` // A list of addresses tried before the address used (see // core/objects.go and the comment on the ValidationRecord structure // definition for more information. AddressesTried [][]byte `protobuf:"bytes,7,rep,name=addressesTried,proto3" json:"addressesTried,omitempty"` // net.IP.MarshalText() // contains filtered or unexported fields }
func (*ValidationRecord) Descriptor() ([]byte, []int)
Deprecated: Use ValidationRecord.ProtoReflect.Descriptor instead.
func (x *ValidationRecord) GetAddressUsed() []byte
func (x *ValidationRecord) GetAddressesResolved() [][]byte
func (x *ValidationRecord) GetAddressesTried() [][]byte
func (x *ValidationRecord) GetAuthorities() []string
func (x *ValidationRecord) GetHostname() string
func (x *ValidationRecord) GetPort() string
func (x *ValidationRecord) GetUrl() string
func (*ValidationRecord) ProtoMessage()
func (x *ValidationRecord) ProtoReflect() protoreflect.Message
func (x *ValidationRecord) Reset()
func (x *ValidationRecord) String() string