Documentation ¶
Overview ¶
Package proto is a generated protocol buffer package.
It is generated from these files:
core/proto/core.proto
It has these top-level messages:
Challenge ValidationRecord ProblemDetails Precertificate SCTFetchingConfig SCTFetchingLogSet Certificate Registration Authorization Order Empty
Index ¶
- type Authorization
- func (*Authorization) Descriptor() ([]byte, []int)
- func (m *Authorization) GetChallenges() []*Challenge
- func (m *Authorization) GetCombinations() []byte
- func (m *Authorization) GetExpires() int64
- func (m *Authorization) GetId() string
- func (m *Authorization) GetIdentifier() string
- func (m *Authorization) GetRegistrationID() int64
- func (m *Authorization) GetStatus() string
- func (*Authorization) ProtoMessage()
- func (m *Authorization) Reset()
- func (m *Authorization) String() string
- type Certificate
- func (*Certificate) Descriptor() ([]byte, []int)
- func (m *Certificate) GetDer() []byte
- func (m *Certificate) GetDigest() string
- func (m *Certificate) GetExpires() int64
- func (m *Certificate) GetIssued() int64
- func (m *Certificate) GetRegistrationID() int64
- func (m *Certificate) GetSerial() string
- func (*Certificate) ProtoMessage()
- func (m *Certificate) Reset()
- func (m *Certificate) String() string
- type Challenge
- func (*Challenge) Descriptor() ([]byte, []int)
- func (m *Challenge) GetError() *ProblemDetails
- func (m *Challenge) GetId() int64
- func (m *Challenge) GetKeyAuthorization() string
- func (m *Challenge) GetStatus() string
- func (m *Challenge) GetToken() string
- func (m *Challenge) GetType() string
- func (m *Challenge) GetUri() string
- func (m *Challenge) GetValidationrecords() []*ValidationRecord
- func (*Challenge) ProtoMessage()
- func (m *Challenge) Reset()
- func (m *Challenge) String() string
- type Empty
- type Order
- func (*Order) Descriptor() ([]byte, []int)
- func (m *Order) GetAuthorizations() []string
- func (m *Order) GetBeganProcessing() bool
- func (m *Order) GetCertificateSerial() string
- func (m *Order) GetCreated() int64
- func (m *Order) GetError() *ProblemDetails
- func (m *Order) GetExpires() int64
- func (m *Order) GetId() int64
- func (m *Order) GetNames() []string
- func (m *Order) GetRegistrationID() int64
- func (m *Order) GetStatus() string
- func (*Order) ProtoMessage()
- func (m *Order) Reset()
- func (m *Order) String() string
- type Precertificate
- type ProblemDetails
- func (*ProblemDetails) Descriptor() ([]byte, []int)
- func (m *ProblemDetails) GetDetail() string
- func (m *ProblemDetails) GetHttpStatus() int32
- func (m *ProblemDetails) GetProblemType() string
- func (*ProblemDetails) ProtoMessage()
- func (m *ProblemDetails) Reset()
- func (m *ProblemDetails) String() string
- type Registration
- func (*Registration) Descriptor() ([]byte, []int)
- func (m *Registration) GetAgreement() string
- func (m *Registration) GetContact() []string
- func (m *Registration) GetContactsPresent() bool
- func (m *Registration) GetCreatedAt() int64
- func (m *Registration) GetId() int64
- func (m *Registration) GetInitialIP() []byte
- func (m *Registration) GetKey() []byte
- func (m *Registration) GetStatus() string
- func (*Registration) ProtoMessage()
- func (m *Registration) Reset()
- func (m *Registration) String() string
- type SCTFetchingConfig
- type SCTFetchingLogSet
- type ValidationRecord
- func (*ValidationRecord) Descriptor() ([]byte, []int)
- func (m *ValidationRecord) GetAddressUsed() []byte
- func (m *ValidationRecord) GetAddressesResolved() [][]byte
- func (m *ValidationRecord) GetAddressesTried() [][]byte
- func (m *ValidationRecord) GetAuthorities() []string
- func (m *ValidationRecord) GetHostname() string
- func (m *ValidationRecord) GetPort() string
- func (m *ValidationRecord) GetUrl() string
- func (*ValidationRecord) ProtoMessage()
- func (m *ValidationRecord) Reset()
- func (m *ValidationRecord) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorization ¶
type Authorization struct { Id *string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"` Identifier *string `protobuf:"bytes,2,opt,name=identifier" json:"identifier,omitempty"` RegistrationID *int64 `protobuf:"varint,3,opt,name=registrationID" json:"registrationID,omitempty"` Status *string `protobuf:"bytes,4,opt,name=status" json:"status,omitempty"` Expires *int64 `protobuf:"varint,5,opt,name=expires" json:"expires,omitempty"` Challenges []*Challenge `protobuf:"bytes,6,rep,name=challenges" json:"challenges,omitempty"` Combinations []byte `protobuf:"bytes,7,opt,name=combinations" json:"combinations,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Authorization) Descriptor ¶
func (*Authorization) Descriptor() ([]byte, []int)
func (*Authorization) GetChallenges ¶
func (m *Authorization) GetChallenges() []*Challenge
func (*Authorization) GetCombinations ¶
func (m *Authorization) GetCombinations() []byte
func (*Authorization) GetExpires ¶
func (m *Authorization) GetExpires() int64
func (*Authorization) GetId ¶
func (m *Authorization) GetId() string
func (*Authorization) GetIdentifier ¶
func (m *Authorization) GetIdentifier() string
func (*Authorization) GetRegistrationID ¶
func (m *Authorization) GetRegistrationID() int64
func (*Authorization) GetStatus ¶
func (m *Authorization) GetStatus() string
func (*Authorization) ProtoMessage ¶
func (*Authorization) ProtoMessage()
func (*Authorization) Reset ¶
func (m *Authorization) Reset()
func (*Authorization) String ¶
func (m *Authorization) String() string
type Certificate ¶
type Certificate struct { RegistrationID *int64 `protobuf:"varint,1,opt,name=registrationID" json:"registrationID,omitempty"` Serial *string `protobuf:"bytes,2,opt,name=serial" json:"serial,omitempty"` Digest *string `protobuf:"bytes,3,opt,name=digest" json:"digest,omitempty"` Der []byte `protobuf:"bytes,4,opt,name=der" json:"der,omitempty"` Issued *int64 `protobuf:"varint,5,opt,name=issued" json:"issued,omitempty"` Expires *int64 `protobuf:"varint,6,opt,name=expires" json:"expires,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Certificate) Descriptor ¶
func (*Certificate) Descriptor() ([]byte, []int)
func (*Certificate) GetDer ¶
func (m *Certificate) GetDer() []byte
func (*Certificate) GetDigest ¶
func (m *Certificate) GetDigest() string
func (*Certificate) GetExpires ¶
func (m *Certificate) GetExpires() int64
func (*Certificate) GetIssued ¶
func (m *Certificate) GetIssued() int64
func (*Certificate) GetRegistrationID ¶
func (m *Certificate) GetRegistrationID() int64
func (*Certificate) GetSerial ¶
func (m *Certificate) GetSerial() string
func (*Certificate) ProtoMessage ¶
func (*Certificate) ProtoMessage()
func (*Certificate) Reset ¶
func (m *Certificate) Reset()
func (*Certificate) String ¶
func (m *Certificate) String() string
type Challenge ¶
type Challenge struct { Id *int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` Type *string `protobuf:"bytes,2,opt,name=type" json:"type,omitempty"` Status *string `protobuf:"bytes,6,opt,name=status" json:"status,omitempty"` Uri *string `protobuf:"bytes,9,opt,name=uri" json:"uri,omitempty"` Token *string `protobuf:"bytes,3,opt,name=token" json:"token,omitempty"` KeyAuthorization *string `protobuf:"bytes,5,opt,name=keyAuthorization" json:"keyAuthorization,omitempty"` Validationrecords []*ValidationRecord `protobuf:"bytes,10,rep,name=validationrecords" json:"validationrecords,omitempty"` Error *ProblemDetails `protobuf:"bytes,7,opt,name=error" json:"error,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Challenge) Descriptor ¶
func (*Challenge) GetError ¶
func (m *Challenge) GetError() *ProblemDetails
func (*Challenge) GetKeyAuthorization ¶
func (*Challenge) GetValidationrecords ¶
func (m *Challenge) GetValidationrecords() []*ValidationRecord
func (*Challenge) ProtoMessage ¶
func (*Challenge) ProtoMessage()
type Empty ¶
type Empty struct {
XXX_unrecognized []byte `json:"-"`
}
func (*Empty) Descriptor ¶
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
type Order ¶
type Order struct { Id *int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` RegistrationID *int64 `protobuf:"varint,2,opt,name=registrationID" json:"registrationID,omitempty"` Expires *int64 `protobuf:"varint,3,opt,name=expires" json:"expires,omitempty"` Error *ProblemDetails `protobuf:"bytes,4,opt,name=error" json:"error,omitempty"` CertificateSerial *string `protobuf:"bytes,5,opt,name=certificateSerial" json:"certificateSerial,omitempty"` Authorizations []string `protobuf:"bytes,6,rep,name=authorizations" json:"authorizations,omitempty"` Status *string `protobuf:"bytes,7,opt,name=status" json:"status,omitempty"` Names []string `protobuf:"bytes,8,rep,name=names" json:"names,omitempty"` BeganProcessing *bool `protobuf:"varint,9,opt,name=beganProcessing" json:"beganProcessing,omitempty"` Created *int64 `protobuf:"varint,10,opt,name=created" json:"created,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Order) Descriptor ¶
func (*Order) GetAuthorizations ¶
func (*Order) GetBeganProcessing ¶
func (*Order) GetCertificateSerial ¶
func (*Order) GetCreated ¶
func (*Order) GetError ¶
func (m *Order) GetError() *ProblemDetails
func (*Order) GetExpires ¶
func (*Order) GetRegistrationID ¶
func (*Order) ProtoMessage ¶
func (*Order) ProtoMessage()
type Precertificate ¶
type Precertificate struct { Der []byte `protobuf:"bytes,1,opt,name=der" json:"der,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Precertificate) Descriptor ¶
func (*Precertificate) Descriptor() ([]byte, []int)
func (*Precertificate) GetDer ¶
func (m *Precertificate) GetDer() []byte
func (*Precertificate) ProtoMessage ¶
func (*Precertificate) ProtoMessage()
func (*Precertificate) Reset ¶
func (m *Precertificate) Reset()
func (*Precertificate) String ¶
func (m *Precertificate) String() string
type ProblemDetails ¶
type ProblemDetails struct { ProblemType *string `protobuf:"bytes,1,opt,name=problemType" json:"problemType,omitempty"` Detail *string `protobuf:"bytes,2,opt,name=detail" json:"detail,omitempty"` HttpStatus *int32 `protobuf:"varint,3,opt,name=httpStatus" json:"httpStatus,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*ProblemDetails) Descriptor ¶
func (*ProblemDetails) Descriptor() ([]byte, []int)
func (*ProblemDetails) GetDetail ¶
func (m *ProblemDetails) GetDetail() string
func (*ProblemDetails) GetHttpStatus ¶
func (m *ProblemDetails) GetHttpStatus() int32
func (*ProblemDetails) GetProblemType ¶
func (m *ProblemDetails) GetProblemType() string
func (*ProblemDetails) ProtoMessage ¶
func (*ProblemDetails) ProtoMessage()
func (*ProblemDetails) Reset ¶
func (m *ProblemDetails) Reset()
func (*ProblemDetails) String ¶
func (m *ProblemDetails) String() string
type Registration ¶
type Registration struct { Id *int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` Key []byte `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"` Contact []string `protobuf:"bytes,3,rep,name=contact" json:"contact,omitempty"` ContactsPresent *bool `protobuf:"varint,4,opt,name=contactsPresent" json:"contactsPresent,omitempty"` Agreement *string `protobuf:"bytes,5,opt,name=agreement" json:"agreement,omitempty"` InitialIP []byte `protobuf:"bytes,6,opt,name=initialIP" json:"initialIP,omitempty"` CreatedAt *int64 `protobuf:"varint,7,opt,name=createdAt" json:"createdAt,omitempty"` Status *string `protobuf:"bytes,8,opt,name=status" json:"status,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Registration) Descriptor ¶
func (*Registration) Descriptor() ([]byte, []int)
func (*Registration) GetAgreement ¶
func (m *Registration) GetAgreement() string
func (*Registration) GetContact ¶
func (m *Registration) GetContact() []string
func (*Registration) GetContactsPresent ¶
func (m *Registration) GetContactsPresent() bool
func (*Registration) GetCreatedAt ¶
func (m *Registration) GetCreatedAt() int64
func (*Registration) GetId ¶
func (m *Registration) GetId() int64
func (*Registration) GetInitialIP ¶
func (m *Registration) GetInitialIP() []byte
func (*Registration) GetKey ¶
func (m *Registration) GetKey() []byte
func (*Registration) GetStatus ¶
func (m *Registration) GetStatus() string
func (*Registration) ProtoMessage ¶
func (*Registration) ProtoMessage()
func (*Registration) Reset ¶
func (m *Registration) Reset()
func (*Registration) String ¶
func (m *Registration) String() string
type SCTFetchingConfig ¶
type SCTFetchingConfig struct { LogSets []*SCTFetchingLogSet `protobuf:"bytes,1,rep,name=logSets" json:"logSets,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*SCTFetchingConfig) Descriptor ¶
func (*SCTFetchingConfig) Descriptor() ([]byte, []int)
func (*SCTFetchingConfig) GetLogSets ¶
func (m *SCTFetchingConfig) GetLogSets() []*SCTFetchingLogSet
func (*SCTFetchingConfig) ProtoMessage ¶
func (*SCTFetchingConfig) ProtoMessage()
func (*SCTFetchingConfig) Reset ¶
func (m *SCTFetchingConfig) Reset()
func (*SCTFetchingConfig) String ¶
func (m *SCTFetchingConfig) String() string
type SCTFetchingLogSet ¶
type SCTFetchingLogSet struct { LogURLs []string `protobuf:"bytes,1,rep,name=logURLs" json:"logURLs,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*SCTFetchingLogSet) Descriptor ¶
func (*SCTFetchingLogSet) Descriptor() ([]byte, []int)
func (*SCTFetchingLogSet) GetLogURLs ¶
func (m *SCTFetchingLogSet) GetLogURLs() []string
func (*SCTFetchingLogSet) ProtoMessage ¶
func (*SCTFetchingLogSet) ProtoMessage()
func (*SCTFetchingLogSet) Reset ¶
func (m *SCTFetchingLogSet) Reset()
func (*SCTFetchingLogSet) String ¶
func (m *SCTFetchingLogSet) String() string
type ValidationRecord ¶
type ValidationRecord struct { Hostname *string `protobuf:"bytes,1,opt,name=hostname" json:"hostname,omitempty"` Port *string `protobuf:"bytes,2,opt,name=port" json:"port,omitempty"` AddressesResolved [][]byte `protobuf:"bytes,3,rep,name=addressesResolved" json:"addressesResolved,omitempty"` AddressUsed []byte `protobuf:"bytes,4,opt,name=addressUsed" json:"addressUsed,omitempty"` Authorities []string `protobuf:"bytes,5,rep,name=authorities" json:"authorities,omitempty"` Url *string `protobuf:"bytes,6,opt,name=url" 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" json:"addressesTried,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*ValidationRecord) Descriptor ¶
func (*ValidationRecord) Descriptor() ([]byte, []int)
func (*ValidationRecord) GetAddressUsed ¶
func (m *ValidationRecord) GetAddressUsed() []byte
func (*ValidationRecord) GetAddressesResolved ¶
func (m *ValidationRecord) GetAddressesResolved() [][]byte
func (*ValidationRecord) GetAddressesTried ¶
func (m *ValidationRecord) GetAddressesTried() [][]byte
func (*ValidationRecord) GetAuthorities ¶
func (m *ValidationRecord) GetAuthorities() []string
func (*ValidationRecord) GetHostname ¶
func (m *ValidationRecord) GetHostname() string
func (*ValidationRecord) GetPort ¶
func (m *ValidationRecord) GetPort() string
func (*ValidationRecord) GetUrl ¶
func (m *ValidationRecord) GetUrl() string
func (*ValidationRecord) ProtoMessage ¶
func (*ValidationRecord) ProtoMessage()
func (*ValidationRecord) Reset ¶
func (m *ValidationRecord) Reset()
func (*ValidationRecord) String ¶
func (m *ValidationRecord) String() string
Click to show internal directories.
Click to hide internal directories.