proto

package
v0.0.0-...-c0ecabd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: MPL-2.0 Imports: 5 Imported by: 29

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Authorization

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"`
	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 deprecated

func (*Authorization) Descriptor() ([]byte, []int)

Deprecated: Use Authorization.ProtoReflect.Descriptor instead.

func (*Authorization) GetChallenges

func (x *Authorization) GetChallenges() []*Challenge

func (*Authorization) GetExpires

func (x *Authorization) GetExpires() *timestamppb.Timestamp

func (*Authorization) GetId

func (x *Authorization) GetId() string

func (*Authorization) GetIdentifier

func (x *Authorization) GetIdentifier() string

func (*Authorization) GetRegistrationID

func (x *Authorization) GetRegistrationID() int64

func (*Authorization) GetStatus

func (x *Authorization) GetStatus() string

func (*Authorization) ProtoMessage

func (*Authorization) ProtoMessage()

func (*Authorization) ProtoReflect

func (x *Authorization) ProtoReflect() protoreflect.Message

func (*Authorization) Reset

func (x *Authorization) Reset()

func (*Authorization) String

func (x *Authorization) String() string

type CRLEntry

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"`
	RevokedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=revokedAt,proto3" json:"revokedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*CRLEntry) Descriptor deprecated

func (*CRLEntry) Descriptor() ([]byte, []int)

Deprecated: Use CRLEntry.ProtoReflect.Descriptor instead.

func (*CRLEntry) GetReason

func (x *CRLEntry) GetReason() int32

func (*CRLEntry) GetRevokedAt

func (x *CRLEntry) GetRevokedAt() *timestamppb.Timestamp

func (*CRLEntry) GetSerial

func (x *CRLEntry) GetSerial() string

func (*CRLEntry) ProtoMessage

func (*CRLEntry) ProtoMessage()

func (*CRLEntry) ProtoReflect

func (x *CRLEntry) ProtoReflect() protoreflect.Message

func (*CRLEntry) Reset

func (x *CRLEntry) Reset()

func (*CRLEntry) String

func (x *CRLEntry) String() string

type Certificate

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"`
	Issued         *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=issued,proto3" json:"issued,omitempty"`
	Expires        *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=expires,proto3" json:"expires,omitempty"`
	// contains filtered or unexported fields
}

func (*Certificate) Descriptor deprecated

func (*Certificate) Descriptor() ([]byte, []int)

Deprecated: Use Certificate.ProtoReflect.Descriptor instead.

func (*Certificate) GetDer

func (x *Certificate) GetDer() []byte

func (*Certificate) GetDigest

func (x *Certificate) GetDigest() string

func (*Certificate) GetExpires

func (x *Certificate) GetExpires() *timestamppb.Timestamp

func (*Certificate) GetIssued

func (x *Certificate) GetIssued() *timestamppb.Timestamp

func (*Certificate) GetRegistrationID

func (x *Certificate) GetRegistrationID() int64

func (*Certificate) GetSerial

func (x *Certificate) GetSerial() string

func (*Certificate) ProtoMessage

func (*Certificate) ProtoMessage()

func (*Certificate) ProtoReflect

func (x *Certificate) ProtoReflect() protoreflect.Message

func (*Certificate) Reset

func (x *Certificate) Reset()

func (*Certificate) String

func (x *Certificate) String() string

type CertificateStatus

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"`
	OcspLastUpdated       *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=ocspLastUpdated,proto3" json:"ocspLastUpdated,omitempty"`
	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"`
	LastExpirationNagSent *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=lastExpirationNagSent,proto3" json:"lastExpirationNagSent,omitempty"`
	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 deprecated

func (*CertificateStatus) Descriptor() ([]byte, []int)

Deprecated: Use CertificateStatus.ProtoReflect.Descriptor instead.

func (*CertificateStatus) GetIsExpired

func (x *CertificateStatus) GetIsExpired() bool

func (*CertificateStatus) GetIssuerID

func (x *CertificateStatus) GetIssuerID() int64

func (*CertificateStatus) GetLastExpirationNagSent

func (x *CertificateStatus) GetLastExpirationNagSent() *timestamppb.Timestamp

func (*CertificateStatus) GetNotAfter

func (x *CertificateStatus) GetNotAfter() *timestamppb.Timestamp

func (*CertificateStatus) GetOcspLastUpdated

func (x *CertificateStatus) GetOcspLastUpdated() *timestamppb.Timestamp

func (*CertificateStatus) GetRevokedDate

func (x *CertificateStatus) GetRevokedDate() *timestamppb.Timestamp

func (*CertificateStatus) GetRevokedReason

func (x *CertificateStatus) GetRevokedReason() int64

func (*CertificateStatus) GetSerial

func (x *CertificateStatus) GetSerial() string

func (*CertificateStatus) GetStatus

func (x *CertificateStatus) GetStatus() string

func (*CertificateStatus) ProtoMessage

func (*CertificateStatus) ProtoMessage()

func (*CertificateStatus) ProtoReflect

func (x *CertificateStatus) ProtoReflect() protoreflect.Message

func (*CertificateStatus) Reset

func (x *CertificateStatus) Reset()

func (*CertificateStatus) String

func (x *CertificateStatus) String() string

type Challenge

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"`
	Validated         *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=validated,proto3" json:"validated,omitempty"`
	// contains filtered or unexported fields
}

func (*Challenge) Descriptor deprecated

func (*Challenge) Descriptor() ([]byte, []int)

Deprecated: Use Challenge.ProtoReflect.Descriptor instead.

func (*Challenge) GetError

func (x *Challenge) GetError() *ProblemDetails

func (*Challenge) GetId

func (x *Challenge) GetId() int64

func (*Challenge) GetKeyAuthorization

func (x *Challenge) GetKeyAuthorization() string

func (*Challenge) GetStatus

func (x *Challenge) GetStatus() string

func (*Challenge) GetToken

func (x *Challenge) GetToken() string

func (*Challenge) GetType

func (x *Challenge) GetType() string

func (*Challenge) GetUri

func (x *Challenge) GetUri() string

func (*Challenge) GetValidated

func (x *Challenge) GetValidated() *timestamppb.Timestamp

func (*Challenge) GetValidationrecords

func (x *Challenge) GetValidationrecords() []*ValidationRecord

func (*Challenge) ProtoMessage

func (*Challenge) ProtoMessage()

func (*Challenge) ProtoReflect

func (x *Challenge) ProtoReflect() protoreflect.Message

func (*Challenge) Reset

func (x *Challenge) Reset()

func (*Challenge) String

func (x *Challenge) String() string

type Order

type Order struct {

	// Next unused field number: 15
	Id                     int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	RegistrationID         int64                  `protobuf:"varint,2,opt,name=registrationID,proto3" json:"registrationID,omitempty"`
	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"`
	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"`
	CertificateProfileName string                 `protobuf:"bytes,14,opt,name=certificateProfileName,proto3" json:"certificateProfileName,omitempty"`
	// contains filtered or unexported fields
}

func (*Order) Descriptor deprecated

func (*Order) Descriptor() ([]byte, []int)

Deprecated: Use Order.ProtoReflect.Descriptor instead.

func (*Order) GetBeganProcessing

func (x *Order) GetBeganProcessing() bool

func (*Order) GetCertificateProfileName

func (x *Order) GetCertificateProfileName() string

func (*Order) GetCertificateSerial

func (x *Order) GetCertificateSerial() string

func (*Order) GetCreated

func (x *Order) GetCreated() *timestamppb.Timestamp

func (*Order) GetError

func (x *Order) GetError() *ProblemDetails

func (*Order) GetExpires

func (x *Order) GetExpires() *timestamppb.Timestamp

func (*Order) GetId

func (x *Order) GetId() int64

func (*Order) GetNames

func (x *Order) GetNames() []string

func (*Order) GetRegistrationID

func (x *Order) GetRegistrationID() int64

func (*Order) GetStatus

func (x *Order) GetStatus() string

func (*Order) GetV2Authorizations

func (x *Order) GetV2Authorizations() []int64

func (*Order) ProtoMessage

func (*Order) ProtoMessage()

func (*Order) ProtoReflect

func (x *Order) ProtoReflect() protoreflect.Message

func (*Order) Reset

func (x *Order) Reset()

func (*Order) String

func (x *Order) String() string

type ProblemDetails

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 deprecated

func (*ProblemDetails) Descriptor() ([]byte, []int)

Deprecated: Use ProblemDetails.ProtoReflect.Descriptor instead.

func (*ProblemDetails) GetDetail

func (x *ProblemDetails) GetDetail() string

func (*ProblemDetails) GetHttpStatus

func (x *ProblemDetails) GetHttpStatus() int32

func (*ProblemDetails) GetProblemType

func (x *ProblemDetails) GetProblemType() string

func (*ProblemDetails) ProtoMessage

func (*ProblemDetails) ProtoMessage()

func (*ProblemDetails) ProtoReflect

func (x *ProblemDetails) ProtoReflect() protoreflect.Message

func (*ProblemDetails) Reset

func (x *ProblemDetails) Reset()

func (*ProblemDetails) String

func (x *ProblemDetails) String() string

type Registration

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"`
	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 deprecated

func (*Registration) Descriptor() ([]byte, []int)

Deprecated: Use Registration.ProtoReflect.Descriptor instead.

func (*Registration) GetAgreement

func (x *Registration) GetAgreement() string

func (*Registration) GetContact

func (x *Registration) GetContact() []string

func (*Registration) GetContactsPresent

func (x *Registration) GetContactsPresent() bool

func (*Registration) GetCreatedAt

func (x *Registration) GetCreatedAt() *timestamppb.Timestamp

func (*Registration) GetId

func (x *Registration) GetId() int64

func (*Registration) GetInitialIP

func (x *Registration) GetInitialIP() []byte

func (*Registration) GetKey

func (x *Registration) GetKey() []byte

func (*Registration) GetStatus

func (x *Registration) GetStatus() string

func (*Registration) ProtoMessage

func (*Registration) ProtoMessage()

func (*Registration) ProtoReflect

func (x *Registration) ProtoReflect() protoreflect.Message

func (*Registration) Reset

func (x *Registration) Reset()

func (*Registration) String

func (x *Registration) String() string

type ValidationRecord

type ValidationRecord struct {

	// Next unused field number: 9
	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()
	ResolverAddrs  []string `protobuf:"bytes,8,rep,name=resolverAddrs,proto3" json:"resolverAddrs,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidationRecord) Descriptor deprecated

func (*ValidationRecord) Descriptor() ([]byte, []int)

Deprecated: Use ValidationRecord.ProtoReflect.Descriptor instead.

func (*ValidationRecord) GetAddressUsed

func (x *ValidationRecord) GetAddressUsed() []byte

func (*ValidationRecord) GetAddressesResolved

func (x *ValidationRecord) GetAddressesResolved() [][]byte

func (*ValidationRecord) GetAddressesTried

func (x *ValidationRecord) GetAddressesTried() [][]byte

func (*ValidationRecord) GetAuthorities

func (x *ValidationRecord) GetAuthorities() []string

func (*ValidationRecord) GetHostname

func (x *ValidationRecord) GetHostname() string

func (*ValidationRecord) GetPort

func (x *ValidationRecord) GetPort() string

func (*ValidationRecord) GetResolverAddrs

func (x *ValidationRecord) GetResolverAddrs() []string

func (*ValidationRecord) GetUrl

func (x *ValidationRecord) GetUrl() string

func (*ValidationRecord) ProtoMessage

func (*ValidationRecord) ProtoMessage()

func (*ValidationRecord) ProtoReflect

func (x *ValidationRecord) ProtoReflect() protoreflect.Message

func (*ValidationRecord) Reset

func (x *ValidationRecord) Reset()

func (*ValidationRecord) String

func (x *ValidationRecord) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL