...

Package proto

import "github.com/letsencrypt/boulder/sa/proto"
Overview
Index

Overview ▾

Index ▾

Variables
func RegisterStorageAuthorityReadOnlyServer(s grpc.ServiceRegistrar, srv StorageAuthorityReadOnlyServer)
func RegisterStorageAuthorityServer(s grpc.ServiceRegistrar, srv StorageAuthorityServer)
type AddBlockedKeyRequest
    func (*AddBlockedKeyRequest) Descriptor() ([]byte, []int)
    func (x *AddBlockedKeyRequest) GetAdded() *timestamppb.Timestamp
    func (x *AddBlockedKeyRequest) GetAddedNS() int64
    func (x *AddBlockedKeyRequest) GetComment() string
    func (x *AddBlockedKeyRequest) GetKeyHash() []byte
    func (x *AddBlockedKeyRequest) GetRevokedBy() int64
    func (x *AddBlockedKeyRequest) GetSource() string
    func (*AddBlockedKeyRequest) ProtoMessage()
    func (x *AddBlockedKeyRequest) ProtoReflect() protoreflect.Message
    func (x *AddBlockedKeyRequest) Reset()
    func (x *AddBlockedKeyRequest) String() string
type AddCertificateRequest
    func (*AddCertificateRequest) Descriptor() ([]byte, []int)
    func (x *AddCertificateRequest) GetDer() []byte
    func (x *AddCertificateRequest) GetIssued() *timestamppb.Timestamp
    func (x *AddCertificateRequest) GetIssuedNS() int64
    func (x *AddCertificateRequest) GetIssuerNameID() int64
    func (x *AddCertificateRequest) GetOcspNotReady() bool
    func (x *AddCertificateRequest) GetRegID() int64
    func (*AddCertificateRequest) ProtoMessage()
    func (x *AddCertificateRequest) ProtoReflect() protoreflect.Message
    func (x *AddCertificateRequest) Reset()
    func (x *AddCertificateRequest) String() string
type AddSerialRequest
    func (*AddSerialRequest) Descriptor() ([]byte, []int)
    func (x *AddSerialRequest) GetCreated() *timestamppb.Timestamp
    func (x *AddSerialRequest) GetCreatedNS() int64
    func (x *AddSerialRequest) GetExpires() *timestamppb.Timestamp
    func (x *AddSerialRequest) GetExpiresNS() int64
    func (x *AddSerialRequest) GetRegID() int64
    func (x *AddSerialRequest) GetSerial() string
    func (*AddSerialRequest) ProtoMessage()
    func (x *AddSerialRequest) ProtoReflect() protoreflect.Message
    func (x *AddSerialRequest) Reset()
    func (x *AddSerialRequest) String() string
type AuthorizationID
    func (*AuthorizationID) Descriptor() ([]byte, []int)
    func (x *AuthorizationID) GetId() string
    func (*AuthorizationID) ProtoMessage()
    func (x *AuthorizationID) ProtoReflect() protoreflect.Message
    func (x *AuthorizationID) Reset()
    func (x *AuthorizationID) String() string
type AuthorizationID2
    func (*AuthorizationID2) Descriptor() ([]byte, []int)
    func (x *AuthorizationID2) GetId() int64
    func (*AuthorizationID2) ProtoMessage()
    func (x *AuthorizationID2) ProtoReflect() protoreflect.Message
    func (x *AuthorizationID2) Reset()
    func (x *AuthorizationID2) String() string
type AuthorizationIDs
    func (*AuthorizationIDs) Descriptor() ([]byte, []int)
    func (x *AuthorizationIDs) GetIds() []string
    func (*AuthorizationIDs) ProtoMessage()
    func (x *AuthorizationIDs) ProtoReflect() protoreflect.Message
    func (x *AuthorizationIDs) Reset()
    func (x *AuthorizationIDs) String() string
type Authorizations
    func (*Authorizations) Descriptor() ([]byte, []int)
    func (x *Authorizations) GetAuthz() []*Authorizations_MapElement
    func (*Authorizations) ProtoMessage()
    func (x *Authorizations) ProtoReflect() protoreflect.Message
    func (x *Authorizations) Reset()
    func (x *Authorizations) String() string
type Authorizations_MapElement
    func (*Authorizations_MapElement) Descriptor() ([]byte, []int)
    func (x *Authorizations_MapElement) GetAuthz() *proto.Authorization
    func (x *Authorizations_MapElement) GetDomain() string
    func (*Authorizations_MapElement) ProtoMessage()
    func (x *Authorizations_MapElement) ProtoReflect() protoreflect.Message
    func (x *Authorizations_MapElement) Reset()
    func (x *Authorizations_MapElement) String() string
type Count
    func (*Count) Descriptor() ([]byte, []int)
    func (x *Count) GetCount() int64
    func (*Count) ProtoMessage()
    func (x *Count) ProtoReflect() protoreflect.Message
    func (x *Count) Reset()
    func (x *Count) String() string
type CountByNames
    func (*CountByNames) Descriptor() ([]byte, []int)
    func (x *CountByNames) GetCounts() map[string]int64
    func (x *CountByNames) GetEarliest() *timestamppb.Timestamp
    func (*CountByNames) ProtoMessage()
    func (x *CountByNames) ProtoReflect() protoreflect.Message
    func (x *CountByNames) Reset()
    func (x *CountByNames) String() string
type CountCertificatesByNamesRequest
    func (*CountCertificatesByNamesRequest) Descriptor() ([]byte, []int)
    func (x *CountCertificatesByNamesRequest) GetNames() []string
    func (x *CountCertificatesByNamesRequest) GetRange() *Range
    func (*CountCertificatesByNamesRequest) ProtoMessage()
    func (x *CountCertificatesByNamesRequest) ProtoReflect() protoreflect.Message
    func (x *CountCertificatesByNamesRequest) Reset()
    func (x *CountCertificatesByNamesRequest) String() string
type CountFQDNSetsRequest
    func (*CountFQDNSetsRequest) Descriptor() ([]byte, []int)
    func (x *CountFQDNSetsRequest) GetDomains() []string
    func (x *CountFQDNSetsRequest) GetWindow() *durationpb.Duration
    func (x *CountFQDNSetsRequest) GetWindowNS() int64
    func (*CountFQDNSetsRequest) ProtoMessage()
    func (x *CountFQDNSetsRequest) ProtoReflect() protoreflect.Message
    func (x *CountFQDNSetsRequest) Reset()
    func (x *CountFQDNSetsRequest) String() string
type CountInvalidAuthorizationsRequest
    func (*CountInvalidAuthorizationsRequest) Descriptor() ([]byte, []int)
    func (x *CountInvalidAuthorizationsRequest) GetHostname() string
    func (x *CountInvalidAuthorizationsRequest) GetRange() *Range
    func (x *CountInvalidAuthorizationsRequest) GetRegistrationID() int64
    func (*CountInvalidAuthorizationsRequest) ProtoMessage()
    func (x *CountInvalidAuthorizationsRequest) ProtoReflect() protoreflect.Message
    func (x *CountInvalidAuthorizationsRequest) Reset()
    func (x *CountInvalidAuthorizationsRequest) String() string
type CountOrdersRequest
    func (*CountOrdersRequest) Descriptor() ([]byte, []int)
    func (x *CountOrdersRequest) GetAccountID() int64
    func (x *CountOrdersRequest) GetRange() *Range
    func (*CountOrdersRequest) ProtoMessage()
    func (x *CountOrdersRequest) ProtoReflect() protoreflect.Message
    func (x *CountOrdersRequest) Reset()
    func (x *CountOrdersRequest) String() string
type CountRegistrationsByIPRequest
    func (*CountRegistrationsByIPRequest) Descriptor() ([]byte, []int)
    func (x *CountRegistrationsByIPRequest) GetIp() []byte
    func (x *CountRegistrationsByIPRequest) GetRange() *Range
    func (*CountRegistrationsByIPRequest) ProtoMessage()
    func (x *CountRegistrationsByIPRequest) ProtoReflect() protoreflect.Message
    func (x *CountRegistrationsByIPRequest) Reset()
    func (x *CountRegistrationsByIPRequest) String() string
type Exists
    func (*Exists) Descriptor() ([]byte, []int)
    func (x *Exists) GetExists() bool
    func (*Exists) ProtoMessage()
    func (x *Exists) ProtoReflect() protoreflect.Message
    func (x *Exists) Reset()
    func (x *Exists) String() string
type FQDNSetExistsRequest
    func (*FQDNSetExistsRequest) Descriptor() ([]byte, []int)
    func (x *FQDNSetExistsRequest) GetDomains() []string
    func (*FQDNSetExistsRequest) ProtoMessage()
    func (x *FQDNSetExistsRequest) ProtoReflect() protoreflect.Message
    func (x *FQDNSetExistsRequest) Reset()
    func (x *FQDNSetExistsRequest) String() string
type FinalizeAuthorizationRequest
    func (*FinalizeAuthorizationRequest) Descriptor() ([]byte, []int)
    func (x *FinalizeAuthorizationRequest) GetAttempted() string
    func (x *FinalizeAuthorizationRequest) GetAttemptedAt() *timestamppb.Timestamp
    func (x *FinalizeAuthorizationRequest) GetAttemptedAtNS() int64
    func (x *FinalizeAuthorizationRequest) GetExpires() *timestamppb.Timestamp
    func (x *FinalizeAuthorizationRequest) GetExpiresNS() int64
    func (x *FinalizeAuthorizationRequest) GetId() int64
    func (x *FinalizeAuthorizationRequest) GetStatus() string
    func (x *FinalizeAuthorizationRequest) GetValidationError() *proto.ProblemDetails
    func (x *FinalizeAuthorizationRequest) GetValidationRecords() []*proto.ValidationRecord
    func (*FinalizeAuthorizationRequest) ProtoMessage()
    func (x *FinalizeAuthorizationRequest) ProtoReflect() protoreflect.Message
    func (x *FinalizeAuthorizationRequest) Reset()
    func (x *FinalizeAuthorizationRequest) String() string
type FinalizeOrderRequest
    func (*FinalizeOrderRequest) Descriptor() ([]byte, []int)
    func (x *FinalizeOrderRequest) GetCertificateSerial() string
    func (x *FinalizeOrderRequest) GetId() int64
    func (*FinalizeOrderRequest) ProtoMessage()
    func (x *FinalizeOrderRequest) ProtoReflect() protoreflect.Message
    func (x *FinalizeOrderRequest) Reset()
    func (x *FinalizeOrderRequest) String() string
type GetAuthorizationsRequest
    func (*GetAuthorizationsRequest) Descriptor() ([]byte, []int)
    func (x *GetAuthorizationsRequest) GetDomains() []string
    func (x *GetAuthorizationsRequest) GetNow() *timestamppb.Timestamp
    func (x *GetAuthorizationsRequest) GetNowNS() int64
    func (x *GetAuthorizationsRequest) GetRegistrationID() int64
    func (*GetAuthorizationsRequest) ProtoMessage()
    func (x *GetAuthorizationsRequest) ProtoReflect() protoreflect.Message
    func (x *GetAuthorizationsRequest) Reset()
    func (x *GetAuthorizationsRequest) String() string
type GetOrderForNamesRequest
    func (*GetOrderForNamesRequest) Descriptor() ([]byte, []int)
    func (x *GetOrderForNamesRequest) GetAcctID() int64
    func (x *GetOrderForNamesRequest) GetNames() []string
    func (*GetOrderForNamesRequest) ProtoMessage()
    func (x *GetOrderForNamesRequest) ProtoReflect() protoreflect.Message
    func (x *GetOrderForNamesRequest) Reset()
    func (x *GetOrderForNamesRequest) String() string
type GetPendingAuthorizationRequest
    func (*GetPendingAuthorizationRequest) Descriptor() ([]byte, []int)
    func (x *GetPendingAuthorizationRequest) GetIdentifierType() string
    func (x *GetPendingAuthorizationRequest) GetIdentifierValue() string
    func (x *GetPendingAuthorizationRequest) GetRegistrationID() int64
    func (x *GetPendingAuthorizationRequest) GetValidUntil() *timestamppb.Timestamp
    func (x *GetPendingAuthorizationRequest) GetValidUntilNS() int64
    func (*GetPendingAuthorizationRequest) ProtoMessage()
    func (x *GetPendingAuthorizationRequest) ProtoReflect() protoreflect.Message
    func (x *GetPendingAuthorizationRequest) Reset()
    func (x *GetPendingAuthorizationRequest) String() string
type GetRevokedCertsRequest
    func (*GetRevokedCertsRequest) Descriptor() ([]byte, []int)
    func (x *GetRevokedCertsRequest) GetExpiresAfter() *timestamppb.Timestamp
    func (x *GetRevokedCertsRequest) GetExpiresAfterNS() int64
    func (x *GetRevokedCertsRequest) GetExpiresBefore() *timestamppb.Timestamp
    func (x *GetRevokedCertsRequest) GetExpiresBeforeNS() int64
    func (x *GetRevokedCertsRequest) GetIssuerNameID() int64
    func (x *GetRevokedCertsRequest) GetRevokedBefore() *timestamppb.Timestamp
    func (x *GetRevokedCertsRequest) GetRevokedBeforeNS() int64
    func (x *GetRevokedCertsRequest) GetShardIdx() int64
    func (*GetRevokedCertsRequest) ProtoMessage()
    func (x *GetRevokedCertsRequest) ProtoReflect() protoreflect.Message
    func (x *GetRevokedCertsRequest) Reset()
    func (x *GetRevokedCertsRequest) String() string
type GetValidAuthorizationsRequest
    func (*GetValidAuthorizationsRequest) Descriptor() ([]byte, []int)
    func (x *GetValidAuthorizationsRequest) GetDomains() []string
    func (x *GetValidAuthorizationsRequest) GetNow() *timestamppb.Timestamp
    func (x *GetValidAuthorizationsRequest) GetNowNS() int64
    func (x *GetValidAuthorizationsRequest) GetRegistrationID() int64
    func (*GetValidAuthorizationsRequest) ProtoMessage()
    func (x *GetValidAuthorizationsRequest) ProtoReflect() protoreflect.Message
    func (x *GetValidAuthorizationsRequest) Reset()
    func (x *GetValidAuthorizationsRequest) String() string
type GetValidOrderAuthorizationsRequest
    func (*GetValidOrderAuthorizationsRequest) Descriptor() ([]byte, []int)
    func (x *GetValidOrderAuthorizationsRequest) GetAcctID() int64
    func (x *GetValidOrderAuthorizationsRequest) GetId() int64
    func (*GetValidOrderAuthorizationsRequest) ProtoMessage()
    func (x *GetValidOrderAuthorizationsRequest) ProtoReflect() protoreflect.Message
    func (x *GetValidOrderAuthorizationsRequest) Reset()
    func (x *GetValidOrderAuthorizationsRequest) String() string
type Incident
    func (*Incident) Descriptor() ([]byte, []int)
    func (x *Incident) GetEnabled() bool
    func (x *Incident) GetId() int64
    func (x *Incident) GetRenewBy() *timestamppb.Timestamp
    func (x *Incident) GetRenewByNS() int64
    func (x *Incident) GetSerialTable() string
    func (x *Incident) GetUrl() string
    func (*Incident) ProtoMessage()
    func (x *Incident) ProtoReflect() protoreflect.Message
    func (x *Incident) Reset()
    func (x *Incident) String() string
type IncidentSerial
    func (*IncidentSerial) Descriptor() ([]byte, []int)
    func (x *IncidentSerial) GetLastNoticeSent() *timestamppb.Timestamp
    func (x *IncidentSerial) GetLastNoticeSentNS() int64
    func (x *IncidentSerial) GetOrderID() int64
    func (x *IncidentSerial) GetRegistrationID() int64
    func (x *IncidentSerial) GetSerial() string
    func (*IncidentSerial) ProtoMessage()
    func (x *IncidentSerial) ProtoReflect() protoreflect.Message
    func (x *IncidentSerial) Reset()
    func (x *IncidentSerial) String() string
type Incidents
    func (*Incidents) Descriptor() ([]byte, []int)
    func (x *Incidents) GetIncidents() []*Incident
    func (*Incidents) ProtoMessage()
    func (x *Incidents) ProtoReflect() protoreflect.Message
    func (x *Incidents) Reset()
    func (x *Incidents) String() string
type JSONWebKey
    func (*JSONWebKey) Descriptor() ([]byte, []int)
    func (x *JSONWebKey) GetJwk() []byte
    func (*JSONWebKey) ProtoMessage()
    func (x *JSONWebKey) ProtoReflect() protoreflect.Message
    func (x *JSONWebKey) Reset()
    func (x *JSONWebKey) String() string
type KeyBlockedRequest
    func (*KeyBlockedRequest) Descriptor() ([]byte, []int)
    func (x *KeyBlockedRequest) GetKeyHash() []byte
    func (*KeyBlockedRequest) ProtoMessage()
    func (x *KeyBlockedRequest) ProtoReflect() protoreflect.Message
    func (x *KeyBlockedRequest) Reset()
    func (x *KeyBlockedRequest) String() string
type LeaseCRLShardRequest
    func (*LeaseCRLShardRequest) Descriptor() ([]byte, []int)
    func (x *LeaseCRLShardRequest) GetIssuerNameID() int64
    func (x *LeaseCRLShardRequest) GetMaxShardIdx() int64
    func (x *LeaseCRLShardRequest) GetMinShardIdx() int64
    func (x *LeaseCRLShardRequest) GetUntil() *timestamppb.Timestamp
    func (*LeaseCRLShardRequest) ProtoMessage()
    func (x *LeaseCRLShardRequest) ProtoReflect() protoreflect.Message
    func (x *LeaseCRLShardRequest) Reset()
    func (x *LeaseCRLShardRequest) String() string
type LeaseCRLShardResponse
    func (*LeaseCRLShardResponse) Descriptor() ([]byte, []int)
    func (x *LeaseCRLShardResponse) GetIssuerNameID() int64
    func (x *LeaseCRLShardResponse) GetShardIdx() int64
    func (*LeaseCRLShardResponse) ProtoMessage()
    func (x *LeaseCRLShardResponse) ProtoReflect() protoreflect.Message
    func (x *LeaseCRLShardResponse) Reset()
    func (x *LeaseCRLShardResponse) String() string
type NewOrderAndAuthzsRequest
    func (*NewOrderAndAuthzsRequest) Descriptor() ([]byte, []int)
    func (x *NewOrderAndAuthzsRequest) GetNewAuthzs() []*proto.Authorization
    func (x *NewOrderAndAuthzsRequest) GetNewOrder() *NewOrderRequest
    func (*NewOrderAndAuthzsRequest) ProtoMessage()
    func (x *NewOrderAndAuthzsRequest) ProtoReflect() protoreflect.Message
    func (x *NewOrderAndAuthzsRequest) Reset()
    func (x *NewOrderAndAuthzsRequest) String() string
type NewOrderRequest
    func (*NewOrderRequest) Descriptor() ([]byte, []int)
    func (x *NewOrderRequest) GetExpires() *timestamppb.Timestamp
    func (x *NewOrderRequest) GetExpiresNS() int64
    func (x *NewOrderRequest) GetNames() []string
    func (x *NewOrderRequest) GetRegistrationID() int64
    func (x *NewOrderRequest) GetV2Authorizations() []int64
    func (*NewOrderRequest) ProtoMessage()
    func (x *NewOrderRequest) ProtoReflect() protoreflect.Message
    func (x *NewOrderRequest) Reset()
    func (x *NewOrderRequest) String() string
type OrderRequest
    func (*OrderRequest) Descriptor() ([]byte, []int)
    func (x *OrderRequest) GetId() int64
    func (*OrderRequest) ProtoMessage()
    func (x *OrderRequest) ProtoReflect() protoreflect.Message
    func (x *OrderRequest) Reset()
    func (x *OrderRequest) String() string
type PreviousCertificateExistsRequest
    func (*PreviousCertificateExistsRequest) Descriptor() ([]byte, []int)
    func (x *PreviousCertificateExistsRequest) GetDomain() string
    func (x *PreviousCertificateExistsRequest) GetRegID() int64
    func (*PreviousCertificateExistsRequest) ProtoMessage()
    func (x *PreviousCertificateExistsRequest) ProtoReflect() protoreflect.Message
    func (x *PreviousCertificateExistsRequest) Reset()
    func (x *PreviousCertificateExistsRequest) String() string
type Range
    func (*Range) Descriptor() ([]byte, []int)
    func (x *Range) GetEarliest() *timestamppb.Timestamp
    func (x *Range) GetEarliestNS() int64
    func (x *Range) GetLatest() *timestamppb.Timestamp
    func (x *Range) GetLatestNS() int64
    func (*Range) ProtoMessage()
    func (x *Range) ProtoReflect() protoreflect.Message
    func (x *Range) Reset()
    func (x *Range) String() string
type RegistrationID
    func (*RegistrationID) Descriptor() ([]byte, []int)
    func (x *RegistrationID) GetId() int64
    func (*RegistrationID) ProtoMessage()
    func (x *RegistrationID) ProtoReflect() protoreflect.Message
    func (x *RegistrationID) Reset()
    func (x *RegistrationID) String() string
type RevocationStatus
    func (*RevocationStatus) Descriptor() ([]byte, []int)
    func (x *RevocationStatus) GetRevokedDate() *timestamppb.Timestamp
    func (x *RevocationStatus) GetRevokedReason() int64
    func (x *RevocationStatus) GetStatus() int64
    func (*RevocationStatus) ProtoMessage()
    func (x *RevocationStatus) ProtoReflect() protoreflect.Message
    func (x *RevocationStatus) Reset()
    func (x *RevocationStatus) String() string
type RevokeCertificateRequest
    func (*RevokeCertificateRequest) Descriptor() ([]byte, []int)
    func (x *RevokeCertificateRequest) GetBackdate() *timestamppb.Timestamp
    func (x *RevokeCertificateRequest) GetBackdateNS() int64
    func (x *RevokeCertificateRequest) GetDate() *timestamppb.Timestamp
    func (x *RevokeCertificateRequest) GetDateNS() int64
    func (x *RevokeCertificateRequest) GetIssuerID() int64
    func (x *RevokeCertificateRequest) GetReason() int64
    func (x *RevokeCertificateRequest) GetResponse() []byte
    func (x *RevokeCertificateRequest) GetSerial() string
    func (x *RevokeCertificateRequest) GetShardIdx() int64
    func (*RevokeCertificateRequest) ProtoMessage()
    func (x *RevokeCertificateRequest) ProtoReflect() protoreflect.Message
    func (x *RevokeCertificateRequest) Reset()
    func (x *RevokeCertificateRequest) String() string
type Serial
    func (*Serial) Descriptor() ([]byte, []int)
    func (x *Serial) GetSerial() string
    func (*Serial) ProtoMessage()
    func (x *Serial) ProtoReflect() protoreflect.Message
    func (x *Serial) Reset()
    func (x *Serial) String() string
type SerialMetadata
    func (*SerialMetadata) Descriptor() ([]byte, []int)
    func (x *SerialMetadata) GetCreated() *timestamppb.Timestamp
    func (x *SerialMetadata) GetCreatedNS() int64
    func (x *SerialMetadata) GetExpires() *timestamppb.Timestamp
    func (x *SerialMetadata) GetExpiresNS() int64
    func (x *SerialMetadata) GetRegistrationID() int64
    func (x *SerialMetadata) GetSerial() string
    func (*SerialMetadata) ProtoMessage()
    func (x *SerialMetadata) ProtoReflect() protoreflect.Message
    func (x *SerialMetadata) Reset()
    func (x *SerialMetadata) String() string
type SerialsForIncidentRequest
    func (*SerialsForIncidentRequest) Descriptor() ([]byte, []int)
    func (x *SerialsForIncidentRequest) GetIncidentTable() string
    func (*SerialsForIncidentRequest) ProtoMessage()
    func (x *SerialsForIncidentRequest) ProtoReflect() protoreflect.Message
    func (x *SerialsForIncidentRequest) Reset()
    func (x *SerialsForIncidentRequest) String() string
type SetOrderErrorRequest
    func (*SetOrderErrorRequest) Descriptor() ([]byte, []int)
    func (x *SetOrderErrorRequest) GetError() *proto.ProblemDetails
    func (x *SetOrderErrorRequest) GetId() int64
    func (*SetOrderErrorRequest) ProtoMessage()
    func (x *SetOrderErrorRequest) ProtoReflect() protoreflect.Message
    func (x *SetOrderErrorRequest) Reset()
    func (x *SetOrderErrorRequest) String() string
type StorageAuthorityCertificateClient
type StorageAuthorityClient
    func NewStorageAuthorityClient(cc grpc.ClientConnInterface) StorageAuthorityClient
type StorageAuthorityReadOnlyClient
    func NewStorageAuthorityReadOnlyClient(cc grpc.ClientConnInterface) StorageAuthorityReadOnlyClient
type StorageAuthorityReadOnlyServer
type StorageAuthorityReadOnly_GetRevokedCertsClient
type StorageAuthorityReadOnly_GetRevokedCertsServer
type StorageAuthorityReadOnly_SerialsForIncidentClient
type StorageAuthorityReadOnly_SerialsForIncidentServer
type StorageAuthorityServer
type StorageAuthority_GetRevokedCertsClient
type StorageAuthority_GetRevokedCertsServer
type StorageAuthority_SerialsForIncidentClient
type StorageAuthority_SerialsForIncidentServer
type Timestamps
    func (*Timestamps) Descriptor() ([]byte, []int)
    func (x *Timestamps) GetTimestamps() []*timestamppb.Timestamp
    func (x *Timestamps) GetTimestampsNS() []int64
    func (*Timestamps) ProtoMessage()
    func (x *Timestamps) ProtoReflect() protoreflect.Message
    func (x *Timestamps) Reset()
    func (x *Timestamps) String() string
type UnimplementedStorageAuthorityReadOnlyServer
    func (UnimplementedStorageAuthorityReadOnlyServer) CountCertificatesByNames(context.Context, *CountCertificatesByNamesRequest) (*CountByNames, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) CountFQDNSets(context.Context, *CountFQDNSetsRequest) (*Count, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) CountInvalidAuthorizations2(context.Context, *CountInvalidAuthorizationsRequest) (*Count, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) CountOrders(context.Context, *CountOrdersRequest) (*Count, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) CountPendingAuthorizations2(context.Context, *RegistrationID) (*Count, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) CountRegistrationsByIP(context.Context, *CountRegistrationsByIPRequest) (*Count, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) CountRegistrationsByIPRange(context.Context, *CountRegistrationsByIPRequest) (*Count, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) FQDNSetExists(context.Context, *FQDNSetExistsRequest) (*Exists, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) FQDNSetTimestampsForWindow(context.Context, *CountFQDNSetsRequest) (*Timestamps, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetAuthorization2(context.Context, *AuthorizationID2) (*proto.Authorization, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetAuthorizations2(context.Context, *GetAuthorizationsRequest) (*Authorizations, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetCertificate(context.Context, *Serial) (*proto.Certificate, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetCertificateStatus(context.Context, *Serial) (*proto.CertificateStatus, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetMaxExpiration(context.Context, *emptypb.Empty) (*timestamppb.Timestamp, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetOrder(context.Context, *OrderRequest) (*proto.Order, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetOrderForNames(context.Context, *GetOrderForNamesRequest) (*proto.Order, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetPendingAuthorization2(context.Context, *GetPendingAuthorizationRequest) (*proto.Authorization, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetRegistration(context.Context, *RegistrationID) (*proto.Registration, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetRegistrationByKey(context.Context, *JSONWebKey) (*proto.Registration, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetRevocationStatus(context.Context, *Serial) (*RevocationStatus, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetRevokedCerts(*GetRevokedCertsRequest, StorageAuthorityReadOnly_GetRevokedCertsServer) error
    func (UnimplementedStorageAuthorityReadOnlyServer) GetSerialMetadata(context.Context, *Serial) (*SerialMetadata, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetValidAuthorizations2(context.Context, *GetValidAuthorizationsRequest) (*Authorizations, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) GetValidOrderAuthorizations2(context.Context, *GetValidOrderAuthorizationsRequest) (*Authorizations, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) IncidentsForSerial(context.Context, *Serial) (*Incidents, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) KeyBlocked(context.Context, *KeyBlockedRequest) (*Exists, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) PreviousCertificateExists(context.Context, *PreviousCertificateExistsRequest) (*Exists, error)
    func (UnimplementedStorageAuthorityReadOnlyServer) SerialsForIncident(*SerialsForIncidentRequest, StorageAuthorityReadOnly_SerialsForIncidentServer) error
type UnimplementedStorageAuthorityServer
    func (UnimplementedStorageAuthorityServer) AddBlockedKey(context.Context, *AddBlockedKeyRequest) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) AddCertificate(context.Context, *AddCertificateRequest) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) AddPrecertificate(context.Context, *AddCertificateRequest) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) AddSerial(context.Context, *AddSerialRequest) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) CountCertificatesByNames(context.Context, *CountCertificatesByNamesRequest) (*CountByNames, error)
    func (UnimplementedStorageAuthorityServer) CountFQDNSets(context.Context, *CountFQDNSetsRequest) (*Count, error)
    func (UnimplementedStorageAuthorityServer) CountInvalidAuthorizations2(context.Context, *CountInvalidAuthorizationsRequest) (*Count, error)
    func (UnimplementedStorageAuthorityServer) CountOrders(context.Context, *CountOrdersRequest) (*Count, error)
    func (UnimplementedStorageAuthorityServer) CountPendingAuthorizations2(context.Context, *RegistrationID) (*Count, error)
    func (UnimplementedStorageAuthorityServer) CountRegistrationsByIP(context.Context, *CountRegistrationsByIPRequest) (*Count, error)
    func (UnimplementedStorageAuthorityServer) CountRegistrationsByIPRange(context.Context, *CountRegistrationsByIPRequest) (*Count, error)
    func (UnimplementedStorageAuthorityServer) DeactivateAuthorization2(context.Context, *AuthorizationID2) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) DeactivateRegistration(context.Context, *RegistrationID) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) FQDNSetExists(context.Context, *FQDNSetExistsRequest) (*Exists, error)
    func (UnimplementedStorageAuthorityServer) FQDNSetTimestampsForWindow(context.Context, *CountFQDNSetsRequest) (*Timestamps, error)
    func (UnimplementedStorageAuthorityServer) FinalizeAuthorization2(context.Context, *FinalizeAuthorizationRequest) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) FinalizeOrder(context.Context, *FinalizeOrderRequest) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) GetAuthorization2(context.Context, *AuthorizationID2) (*proto.Authorization, error)
    func (UnimplementedStorageAuthorityServer) GetAuthorizations2(context.Context, *GetAuthorizationsRequest) (*Authorizations, error)
    func (UnimplementedStorageAuthorityServer) GetCertificate(context.Context, *Serial) (*proto.Certificate, error)
    func (UnimplementedStorageAuthorityServer) GetCertificateStatus(context.Context, *Serial) (*proto.CertificateStatus, error)
    func (UnimplementedStorageAuthorityServer) GetMaxExpiration(context.Context, *emptypb.Empty) (*timestamppb.Timestamp, error)
    func (UnimplementedStorageAuthorityServer) GetOrder(context.Context, *OrderRequest) (*proto.Order, error)
    func (UnimplementedStorageAuthorityServer) GetOrderForNames(context.Context, *GetOrderForNamesRequest) (*proto.Order, error)
    func (UnimplementedStorageAuthorityServer) GetPendingAuthorization2(context.Context, *GetPendingAuthorizationRequest) (*proto.Authorization, error)
    func (UnimplementedStorageAuthorityServer) GetRegistration(context.Context, *RegistrationID) (*proto.Registration, error)
    func (UnimplementedStorageAuthorityServer) GetRegistrationByKey(context.Context, *JSONWebKey) (*proto.Registration, error)
    func (UnimplementedStorageAuthorityServer) GetRevocationStatus(context.Context, *Serial) (*RevocationStatus, error)
    func (UnimplementedStorageAuthorityServer) GetRevokedCerts(*GetRevokedCertsRequest, StorageAuthority_GetRevokedCertsServer) error
    func (UnimplementedStorageAuthorityServer) GetSerialMetadata(context.Context, *Serial) (*SerialMetadata, error)
    func (UnimplementedStorageAuthorityServer) GetValidAuthorizations2(context.Context, *GetValidAuthorizationsRequest) (*Authorizations, error)
    func (UnimplementedStorageAuthorityServer) GetValidOrderAuthorizations2(context.Context, *GetValidOrderAuthorizationsRequest) (*Authorizations, error)
    func (UnimplementedStorageAuthorityServer) IncidentsForSerial(context.Context, *Serial) (*Incidents, error)
    func (UnimplementedStorageAuthorityServer) KeyBlocked(context.Context, *KeyBlockedRequest) (*Exists, error)
    func (UnimplementedStorageAuthorityServer) LeaseCRLShard(context.Context, *LeaseCRLShardRequest) (*LeaseCRLShardResponse, error)
    func (UnimplementedStorageAuthorityServer) NewOrderAndAuthzs(context.Context, *NewOrderAndAuthzsRequest) (*proto.Order, error)
    func (UnimplementedStorageAuthorityServer) NewRegistration(context.Context, *proto.Registration) (*proto.Registration, error)
    func (UnimplementedStorageAuthorityServer) PreviousCertificateExists(context.Context, *PreviousCertificateExistsRequest) (*Exists, error)
    func (UnimplementedStorageAuthorityServer) RevokeCertificate(context.Context, *RevokeCertificateRequest) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) SerialsForIncident(*SerialsForIncidentRequest, StorageAuthority_SerialsForIncidentServer) error
    func (UnimplementedStorageAuthorityServer) SetCertificateStatusReady(context.Context, *Serial) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) SetOrderError(context.Context, *SetOrderErrorRequest) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) SetOrderProcessing(context.Context, *OrderRequest) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) UpdateCRLShard(context.Context, *UpdateCRLShardRequest) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) UpdateRegistration(context.Context, *proto.Registration) (*emptypb.Empty, error)
    func (UnimplementedStorageAuthorityServer) UpdateRevokedCertificate(context.Context, *RevokeCertificateRequest) (*emptypb.Empty, error)
type UnsafeStorageAuthorityReadOnlyServer
type UnsafeStorageAuthorityServer
type UpdateCRLShardRequest
    func (*UpdateCRLShardRequest) Descriptor() ([]byte, []int)
    func (x *UpdateCRLShardRequest) GetIssuerNameID() int64
    func (x *UpdateCRLShardRequest) GetNextUpdate() *timestamppb.Timestamp
    func (x *UpdateCRLShardRequest) GetShardIdx() int64
    func (x *UpdateCRLShardRequest) GetThisUpdate() *timestamppb.Timestamp
    func (*UpdateCRLShardRequest) ProtoMessage()
    func (x *UpdateCRLShardRequest) ProtoReflect() protoreflect.Message
    func (x *UpdateCRLShardRequest) Reset()
    func (x *UpdateCRLShardRequest) String() string
type ValidAuthorizations
    func (*ValidAuthorizations) Descriptor() ([]byte, []int)
    func (x *ValidAuthorizations) GetValid() []*ValidAuthorizations_MapElement
    func (*ValidAuthorizations) ProtoMessage()
    func (x *ValidAuthorizations) ProtoReflect() protoreflect.Message
    func (x *ValidAuthorizations) Reset()
    func (x *ValidAuthorizations) String() string
type ValidAuthorizations_MapElement
    func (*ValidAuthorizations_MapElement) Descriptor() ([]byte, []int)
    func (x *ValidAuthorizations_MapElement) GetAuthz() *proto.Authorization
    func (x *ValidAuthorizations_MapElement) GetDomain() string
    func (*ValidAuthorizations_MapElement) ProtoMessage()
    func (x *ValidAuthorizations_MapElement) ProtoReflect() protoreflect.Message
    func (x *ValidAuthorizations_MapElement) Reset()
    func (x *ValidAuthorizations_MapElement) String() string

Package files

sa.pb.go sa_grpc.pb.go subsets.go

Variables

var File_sa_proto protoreflect.FileDescriptor

StorageAuthorityReadOnly_ServiceDesc is the grpc.ServiceDesc for StorageAuthorityReadOnly service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

var StorageAuthorityReadOnly_ServiceDesc = grpc.ServiceDesc{
    ServiceName: "sa.StorageAuthorityReadOnly",
    HandlerType: (*StorageAuthorityReadOnlyServer)(nil),
    Methods: []grpc.MethodDesc{
        {
            MethodName: "CountCertificatesByNames",
            Handler:    _StorageAuthorityReadOnly_CountCertificatesByNames_Handler,
        },
        {
            MethodName: "CountFQDNSets",
            Handler:    _StorageAuthorityReadOnly_CountFQDNSets_Handler,
        },
        {
            MethodName: "CountInvalidAuthorizations2",
            Handler:    _StorageAuthorityReadOnly_CountInvalidAuthorizations2_Handler,
        },
        {
            MethodName: "CountOrders",
            Handler:    _StorageAuthorityReadOnly_CountOrders_Handler,
        },
        {
            MethodName: "CountPendingAuthorizations2",
            Handler:    _StorageAuthorityReadOnly_CountPendingAuthorizations2_Handler,
        },
        {
            MethodName: "CountRegistrationsByIP",
            Handler:    _StorageAuthorityReadOnly_CountRegistrationsByIP_Handler,
        },
        {
            MethodName: "CountRegistrationsByIPRange",
            Handler:    _StorageAuthorityReadOnly_CountRegistrationsByIPRange_Handler,
        },
        {
            MethodName: "FQDNSetExists",
            Handler:    _StorageAuthorityReadOnly_FQDNSetExists_Handler,
        },
        {
            MethodName: "FQDNSetTimestampsForWindow",
            Handler:    _StorageAuthorityReadOnly_FQDNSetTimestampsForWindow_Handler,
        },
        {
            MethodName: "GetAuthorization2",
            Handler:    _StorageAuthorityReadOnly_GetAuthorization2_Handler,
        },
        {
            MethodName: "GetAuthorizations2",
            Handler:    _StorageAuthorityReadOnly_GetAuthorizations2_Handler,
        },
        {
            MethodName: "GetCertificate",
            Handler:    _StorageAuthorityReadOnly_GetCertificate_Handler,
        },
        {
            MethodName: "GetCertificateStatus",
            Handler:    _StorageAuthorityReadOnly_GetCertificateStatus_Handler,
        },
        {
            MethodName: "GetMaxExpiration",
            Handler:    _StorageAuthorityReadOnly_GetMaxExpiration_Handler,
        },
        {
            MethodName: "GetOrder",
            Handler:    _StorageAuthorityReadOnly_GetOrder_Handler,
        },
        {
            MethodName: "GetOrderForNames",
            Handler:    _StorageAuthorityReadOnly_GetOrderForNames_Handler,
        },
        {
            MethodName: "GetPendingAuthorization2",
            Handler:    _StorageAuthorityReadOnly_GetPendingAuthorization2_Handler,
        },
        {
            MethodName: "GetRegistration",
            Handler:    _StorageAuthorityReadOnly_GetRegistration_Handler,
        },
        {
            MethodName: "GetRegistrationByKey",
            Handler:    _StorageAuthorityReadOnly_GetRegistrationByKey_Handler,
        },
        {
            MethodName: "GetRevocationStatus",
            Handler:    _StorageAuthorityReadOnly_GetRevocationStatus_Handler,
        },
        {
            MethodName: "GetSerialMetadata",
            Handler:    _StorageAuthorityReadOnly_GetSerialMetadata_Handler,
        },
        {
            MethodName: "GetValidAuthorizations2",
            Handler:    _StorageAuthorityReadOnly_GetValidAuthorizations2_Handler,
        },
        {
            MethodName: "GetValidOrderAuthorizations2",
            Handler:    _StorageAuthorityReadOnly_GetValidOrderAuthorizations2_Handler,
        },
        {
            MethodName: "IncidentsForSerial",
            Handler:    _StorageAuthorityReadOnly_IncidentsForSerial_Handler,
        },
        {
            MethodName: "KeyBlocked",
            Handler:    _StorageAuthorityReadOnly_KeyBlocked_Handler,
        },
        {
            MethodName: "PreviousCertificateExists",
            Handler:    _StorageAuthorityReadOnly_PreviousCertificateExists_Handler,
        },
    },
    Streams: []grpc.StreamDesc{
        {
            StreamName:    "GetRevokedCerts",
            Handler:       _StorageAuthorityReadOnly_GetRevokedCerts_Handler,
            ServerStreams: true,
        },
        {
            StreamName:    "SerialsForIncident",
            Handler:       _StorageAuthorityReadOnly_SerialsForIncident_Handler,
            ServerStreams: true,
        },
    },
    Metadata: "sa.proto",
}

StorageAuthority_ServiceDesc is the grpc.ServiceDesc for StorageAuthority service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

var StorageAuthority_ServiceDesc = grpc.ServiceDesc{
    ServiceName: "sa.StorageAuthority",
    HandlerType: (*StorageAuthorityServer)(nil),
    Methods: []grpc.MethodDesc{
        {
            MethodName: "CountCertificatesByNames",
            Handler:    _StorageAuthority_CountCertificatesByNames_Handler,
        },
        {
            MethodName: "CountFQDNSets",
            Handler:    _StorageAuthority_CountFQDNSets_Handler,
        },
        {
            MethodName: "CountInvalidAuthorizations2",
            Handler:    _StorageAuthority_CountInvalidAuthorizations2_Handler,
        },
        {
            MethodName: "CountOrders",
            Handler:    _StorageAuthority_CountOrders_Handler,
        },
        {
            MethodName: "CountPendingAuthorizations2",
            Handler:    _StorageAuthority_CountPendingAuthorizations2_Handler,
        },
        {
            MethodName: "CountRegistrationsByIP",
            Handler:    _StorageAuthority_CountRegistrationsByIP_Handler,
        },
        {
            MethodName: "CountRegistrationsByIPRange",
            Handler:    _StorageAuthority_CountRegistrationsByIPRange_Handler,
        },
        {
            MethodName: "FQDNSetExists",
            Handler:    _StorageAuthority_FQDNSetExists_Handler,
        },
        {
            MethodName: "FQDNSetTimestampsForWindow",
            Handler:    _StorageAuthority_FQDNSetTimestampsForWindow_Handler,
        },
        {
            MethodName: "GetAuthorization2",
            Handler:    _StorageAuthority_GetAuthorization2_Handler,
        },
        {
            MethodName: "GetAuthorizations2",
            Handler:    _StorageAuthority_GetAuthorizations2_Handler,
        },
        {
            MethodName: "GetCertificate",
            Handler:    _StorageAuthority_GetCertificate_Handler,
        },
        {
            MethodName: "GetCertificateStatus",
            Handler:    _StorageAuthority_GetCertificateStatus_Handler,
        },
        {
            MethodName: "GetMaxExpiration",
            Handler:    _StorageAuthority_GetMaxExpiration_Handler,
        },
        {
            MethodName: "GetOrder",
            Handler:    _StorageAuthority_GetOrder_Handler,
        },
        {
            MethodName: "GetOrderForNames",
            Handler:    _StorageAuthority_GetOrderForNames_Handler,
        },
        {
            MethodName: "GetPendingAuthorization2",
            Handler:    _StorageAuthority_GetPendingAuthorization2_Handler,
        },
        {
            MethodName: "GetRegistration",
            Handler:    _StorageAuthority_GetRegistration_Handler,
        },
        {
            MethodName: "GetRegistrationByKey",
            Handler:    _StorageAuthority_GetRegistrationByKey_Handler,
        },
        {
            MethodName: "GetRevocationStatus",
            Handler:    _StorageAuthority_GetRevocationStatus_Handler,
        },
        {
            MethodName: "GetSerialMetadata",
            Handler:    _StorageAuthority_GetSerialMetadata_Handler,
        },
        {
            MethodName: "GetValidAuthorizations2",
            Handler:    _StorageAuthority_GetValidAuthorizations2_Handler,
        },
        {
            MethodName: "GetValidOrderAuthorizations2",
            Handler:    _StorageAuthority_GetValidOrderAuthorizations2_Handler,
        },
        {
            MethodName: "IncidentsForSerial",
            Handler:    _StorageAuthority_IncidentsForSerial_Handler,
        },
        {
            MethodName: "KeyBlocked",
            Handler:    _StorageAuthority_KeyBlocked_Handler,
        },
        {
            MethodName: "PreviousCertificateExists",
            Handler:    _StorageAuthority_PreviousCertificateExists_Handler,
        },
        {
            MethodName: "AddBlockedKey",
            Handler:    _StorageAuthority_AddBlockedKey_Handler,
        },
        {
            MethodName: "AddCertificate",
            Handler:    _StorageAuthority_AddCertificate_Handler,
        },
        {
            MethodName: "AddPrecertificate",
            Handler:    _StorageAuthority_AddPrecertificate_Handler,
        },
        {
            MethodName: "SetCertificateStatusReady",
            Handler:    _StorageAuthority_SetCertificateStatusReady_Handler,
        },
        {
            MethodName: "AddSerial",
            Handler:    _StorageAuthority_AddSerial_Handler,
        },
        {
            MethodName: "DeactivateAuthorization2",
            Handler:    _StorageAuthority_DeactivateAuthorization2_Handler,
        },
        {
            MethodName: "DeactivateRegistration",
            Handler:    _StorageAuthority_DeactivateRegistration_Handler,
        },
        {
            MethodName: "FinalizeAuthorization2",
            Handler:    _StorageAuthority_FinalizeAuthorization2_Handler,
        },
        {
            MethodName: "FinalizeOrder",
            Handler:    _StorageAuthority_FinalizeOrder_Handler,
        },
        {
            MethodName: "NewOrderAndAuthzs",
            Handler:    _StorageAuthority_NewOrderAndAuthzs_Handler,
        },
        {
            MethodName: "NewRegistration",
            Handler:    _StorageAuthority_NewRegistration_Handler,
        },
        {
            MethodName: "RevokeCertificate",
            Handler:    _StorageAuthority_RevokeCertificate_Handler,
        },
        {
            MethodName: "SetOrderError",
            Handler:    _StorageAuthority_SetOrderError_Handler,
        },
        {
            MethodName: "SetOrderProcessing",
            Handler:    _StorageAuthority_SetOrderProcessing_Handler,
        },
        {
            MethodName: "UpdateRegistration",
            Handler:    _StorageAuthority_UpdateRegistration_Handler,
        },
        {
            MethodName: "UpdateRevokedCertificate",
            Handler:    _StorageAuthority_UpdateRevokedCertificate_Handler,
        },
        {
            MethodName: "LeaseCRLShard",
            Handler:    _StorageAuthority_LeaseCRLShard_Handler,
        },
        {
            MethodName: "UpdateCRLShard",
            Handler:    _StorageAuthority_UpdateCRLShard_Handler,
        },
    },
    Streams: []grpc.StreamDesc{
        {
            StreamName:    "GetRevokedCerts",
            Handler:       _StorageAuthority_GetRevokedCerts_Handler,
            ServerStreams: true,
        },
        {
            StreamName:    "SerialsForIncident",
            Handler:       _StorageAuthority_SerialsForIncident_Handler,
            ServerStreams: true,
        },
    },
    Metadata: "sa.proto",
}

func RegisterStorageAuthorityReadOnlyServer

func RegisterStorageAuthorityReadOnlyServer(s grpc.ServiceRegistrar, srv StorageAuthorityReadOnlyServer)

func RegisterStorageAuthorityServer

func RegisterStorageAuthorityServer(s grpc.ServiceRegistrar, srv StorageAuthorityServer)

type AddBlockedKeyRequest

type AddBlockedKeyRequest struct {

    // Next unused field number: 7
    KeyHash   []byte                 `protobuf:"bytes,1,opt,name=keyHash,proto3" json:"keyHash,omitempty"`
    AddedNS   int64                  `protobuf:"varint,2,opt,name=addedNS,proto3" json:"addedNS,omitempty"` // Unix timestamp (nanoseconds)
    Added     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=added,proto3" json:"added,omitempty"`
    Source    string                 `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
    Comment   string                 `protobuf:"bytes,4,opt,name=comment,proto3" json:"comment,omitempty"`
    RevokedBy int64                  `protobuf:"varint,5,opt,name=revokedBy,proto3" json:"revokedBy,omitempty"`
    // contains filtered or unexported fields
}

func (*AddBlockedKeyRequest) Descriptor

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

Deprecated: Use AddBlockedKeyRequest.ProtoReflect.Descriptor instead.

func (*AddBlockedKeyRequest) GetAdded

func (x *AddBlockedKeyRequest) GetAdded() *timestamppb.Timestamp

func (*AddBlockedKeyRequest) GetAddedNS

func (x *AddBlockedKeyRequest) GetAddedNS() int64

func (*AddBlockedKeyRequest) GetComment

func (x *AddBlockedKeyRequest) GetComment() string

func (*AddBlockedKeyRequest) GetKeyHash

func (x *AddBlockedKeyRequest) GetKeyHash() []byte

func (*AddBlockedKeyRequest) GetRevokedBy

func (x *AddBlockedKeyRequest) GetRevokedBy() int64

func (*AddBlockedKeyRequest) GetSource

func (x *AddBlockedKeyRequest) GetSource() string

func (*AddBlockedKeyRequest) ProtoMessage

func (*AddBlockedKeyRequest) ProtoMessage()

func (*AddBlockedKeyRequest) ProtoReflect

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

func (*AddBlockedKeyRequest) Reset

func (x *AddBlockedKeyRequest) Reset()

func (*AddBlockedKeyRequest) String

func (x *AddBlockedKeyRequest) String() string

type AddCertificateRequest

type AddCertificateRequest struct {

    // Next unused field number: 8
    Der   []byte `protobuf:"bytes,1,opt,name=der,proto3" json:"der,omitempty"`
    RegID int64  `protobuf:"varint,2,opt,name=regID,proto3" json:"regID,omitempty"`
    // An issued time. When not present the SA defaults to using
    // the current time.
    IssuedNS     int64                  `protobuf:"varint,4,opt,name=issuedNS,proto3" json:"issuedNS,omitempty"` // Unix timestamp (nanoseconds)
    Issued       *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=issued,proto3" json:"issued,omitempty"`
    IssuerNameID int64                  `protobuf:"varint,5,opt,name=issuerNameID,proto3" json:"issuerNameID,omitempty"` // https://pkg.go.dev/github.com/letsencrypt/boulder/issuance#IssuerNameID
    // If this is set to true, the certificateStatus.status column will be set to
    // "wait", which will cause us to serve internalError responses with OCSP is
    // queried. This allows us to meet the BRs requirement:
    //
    // If the OCSP responder receives a request for the status of a certificate
    // serial number that is “unused”, then ...
    // the responder MUST NOT respond with a “good” status for such requests.
    //
    // Paraphrasing, a certificate serial number is unused if neither a
    // Certificate nor a Precertificate has been issued with it. So when we write
    // a linting certificate to the precertificates table, we want to make sure
    // we never give a "good" response for that serial until the precertificate
    // is actually issued.
    OcspNotReady bool `protobuf:"varint,6,opt,name=ocspNotReady,proto3" json:"ocspNotReady,omitempty"`
    // contains filtered or unexported fields
}

func (*AddCertificateRequest) Descriptor

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

Deprecated: Use AddCertificateRequest.ProtoReflect.Descriptor instead.

func (*AddCertificateRequest) GetDer

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

func (*AddCertificateRequest) GetIssued

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

func (*AddCertificateRequest) GetIssuedNS

func (x *AddCertificateRequest) GetIssuedNS() int64

func (*AddCertificateRequest) GetIssuerNameID

func (x *AddCertificateRequest) GetIssuerNameID() int64

func (*AddCertificateRequest) GetOcspNotReady

func (x *AddCertificateRequest) GetOcspNotReady() bool

func (*AddCertificateRequest) GetRegID

func (x *AddCertificateRequest) GetRegID() int64

func (*AddCertificateRequest) ProtoMessage

func (*AddCertificateRequest) ProtoMessage()

func (*AddCertificateRequest) ProtoReflect

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

func (*AddCertificateRequest) Reset

func (x *AddCertificateRequest) Reset()

func (*AddCertificateRequest) String

func (x *AddCertificateRequest) String() string

type AddSerialRequest

type AddSerialRequest struct {

    // Next unused field number: 7
    RegID     int64                  `protobuf:"varint,1,opt,name=regID,proto3" json:"regID,omitempty"`
    Serial    string                 `protobuf:"bytes,2,opt,name=serial,proto3" json:"serial,omitempty"`
    CreatedNS int64                  `protobuf:"varint,3,opt,name=createdNS,proto3" json:"createdNS,omitempty"` // Unix timestamp (nanoseconds)
    Created   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created,proto3" json:"created,omitempty"`
    ExpiresNS int64                  `protobuf:"varint,4,opt,name=expiresNS,proto3" json:"expiresNS,omitempty"` // Unix timestamp (nanoseconds)
    Expires   *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=expires,proto3" json:"expires,omitempty"`
    // contains filtered or unexported fields
}

func (*AddSerialRequest) Descriptor

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

Deprecated: Use AddSerialRequest.ProtoReflect.Descriptor instead.

func (*AddSerialRequest) GetCreated

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

func (*AddSerialRequest) GetCreatedNS

func (x *AddSerialRequest) GetCreatedNS() int64

func (*AddSerialRequest) GetExpires

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

func (*AddSerialRequest) GetExpiresNS

func (x *AddSerialRequest) GetExpiresNS() int64

func (*AddSerialRequest) GetRegID

func (x *AddSerialRequest) GetRegID() int64

func (*AddSerialRequest) GetSerial

func (x *AddSerialRequest) GetSerial() string

func (*AddSerialRequest) ProtoMessage

func (*AddSerialRequest) ProtoMessage()

func (*AddSerialRequest) ProtoReflect

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

func (*AddSerialRequest) Reset

func (x *AddSerialRequest) Reset()

func (*AddSerialRequest) String

func (x *AddSerialRequest) String() string

type AuthorizationID

type AuthorizationID struct {
    Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
    // contains filtered or unexported fields
}

func (*AuthorizationID) Descriptor

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

Deprecated: Use AuthorizationID.ProtoReflect.Descriptor instead.

func (*AuthorizationID) GetId

func (x *AuthorizationID) GetId() string

func (*AuthorizationID) ProtoMessage

func (*AuthorizationID) ProtoMessage()

func (*AuthorizationID) ProtoReflect

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

func (*AuthorizationID) Reset

func (x *AuthorizationID) Reset()

func (*AuthorizationID) String

func (x *AuthorizationID) String() string

type AuthorizationID2

type AuthorizationID2 struct {
    Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
    // contains filtered or unexported fields
}

func (*AuthorizationID2) Descriptor

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

Deprecated: Use AuthorizationID2.ProtoReflect.Descriptor instead.

func (*AuthorizationID2) GetId

func (x *AuthorizationID2) GetId() int64

func (*AuthorizationID2) ProtoMessage

func (*AuthorizationID2) ProtoMessage()

func (*AuthorizationID2) ProtoReflect

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

func (*AuthorizationID2) Reset

func (x *AuthorizationID2) Reset()

func (*AuthorizationID2) String

func (x *AuthorizationID2) String() string

type AuthorizationIDs

type AuthorizationIDs struct {
    Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
    // contains filtered or unexported fields
}

func (*AuthorizationIDs) Descriptor

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

Deprecated: Use AuthorizationIDs.ProtoReflect.Descriptor instead.

func (*AuthorizationIDs) GetIds

func (x *AuthorizationIDs) GetIds() []string

func (*AuthorizationIDs) ProtoMessage

func (*AuthorizationIDs) ProtoMessage()

func (*AuthorizationIDs) ProtoReflect

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

func (*AuthorizationIDs) Reset

func (x *AuthorizationIDs) Reset()

func (*AuthorizationIDs) String

func (x *AuthorizationIDs) String() string

type Authorizations

type Authorizations struct {
    Authz []*Authorizations_MapElement `protobuf:"bytes,1,rep,name=authz,proto3" json:"authz,omitempty"`
    // contains filtered or unexported fields
}

func (*Authorizations) Descriptor

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

Deprecated: Use Authorizations.ProtoReflect.Descriptor instead.

func (*Authorizations) GetAuthz

func (x *Authorizations) GetAuthz() []*Authorizations_MapElement

func (*Authorizations) ProtoMessage

func (*Authorizations) ProtoMessage()

func (*Authorizations) ProtoReflect

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

func (*Authorizations) Reset

func (x *Authorizations) Reset()

func (*Authorizations) String

func (x *Authorizations) String() string

type Authorizations_MapElement

type Authorizations_MapElement struct {
    Domain string               `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
    Authz  *proto.Authorization `protobuf:"bytes,2,opt,name=authz,proto3" json:"authz,omitempty"`
    // contains filtered or unexported fields
}

func (*Authorizations_MapElement) Descriptor

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

Deprecated: Use Authorizations_MapElement.ProtoReflect.Descriptor instead.

func (*Authorizations_MapElement) GetAuthz

func (x *Authorizations_MapElement) GetAuthz() *proto.Authorization

func (*Authorizations_MapElement) GetDomain

func (x *Authorizations_MapElement) GetDomain() string

func (*Authorizations_MapElement) ProtoMessage

func (*Authorizations_MapElement) ProtoMessage()

func (*Authorizations_MapElement) ProtoReflect

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

func (*Authorizations_MapElement) Reset

func (x *Authorizations_MapElement) Reset()

func (*Authorizations_MapElement) String

func (x *Authorizations_MapElement) String() string

type Count

type Count struct {
    Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
    // contains filtered or unexported fields
}

func (*Count) Descriptor

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

Deprecated: Use Count.ProtoReflect.Descriptor instead.

func (*Count) GetCount

func (x *Count) GetCount() int64

func (*Count) ProtoMessage

func (*Count) ProtoMessage()

func (*Count) ProtoReflect

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

func (*Count) Reset

func (x *Count) Reset()

func (*Count) String

func (x *Count) String() string

type CountByNames

type CountByNames struct {
    Counts   map[string]int64       `protobuf:"bytes,1,rep,name=counts,proto3" json:"counts,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
    Earliest *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=earliest,proto3" json:"earliest,omitempty"` // Unix timestamp (nanoseconds)
    // contains filtered or unexported fields
}

func (*CountByNames) Descriptor

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

Deprecated: Use CountByNames.ProtoReflect.Descriptor instead.

func (*CountByNames) GetCounts

func (x *CountByNames) GetCounts() map[string]int64

func (*CountByNames) GetEarliest

func (x *CountByNames) GetEarliest() *timestamppb.Timestamp

func (*CountByNames) ProtoMessage

func (*CountByNames) ProtoMessage()

func (*CountByNames) ProtoReflect

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

func (*CountByNames) Reset

func (x *CountByNames) Reset()

func (*CountByNames) String

func (x *CountByNames) String() string

type CountCertificatesByNamesRequest

type CountCertificatesByNamesRequest struct {
    Range *Range   `protobuf:"bytes,1,opt,name=range,proto3" json:"range,omitempty"`
    Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
    // contains filtered or unexported fields
}

func (*CountCertificatesByNamesRequest) Descriptor

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

Deprecated: Use CountCertificatesByNamesRequest.ProtoReflect.Descriptor instead.

func (*CountCertificatesByNamesRequest) GetNames

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

func (*CountCertificatesByNamesRequest) GetRange

func (x *CountCertificatesByNamesRequest) GetRange() *Range

func (*CountCertificatesByNamesRequest) ProtoMessage

func (*CountCertificatesByNamesRequest) ProtoMessage()

func (*CountCertificatesByNamesRequest) ProtoReflect

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

func (*CountCertificatesByNamesRequest) Reset

func (x *CountCertificatesByNamesRequest) Reset()

func (*CountCertificatesByNamesRequest) String

func (x *CountCertificatesByNamesRequest) String() string

type CountFQDNSetsRequest

type CountFQDNSetsRequest struct {

    // Next unused field number: 4
    WindowNS int64                `protobuf:"varint,1,opt,name=windowNS,proto3" json:"windowNS,omitempty"`
    Domains  []string             `protobuf:"bytes,2,rep,name=domains,proto3" json:"domains,omitempty"`
    Window   *durationpb.Duration `protobuf:"bytes,3,opt,name=window,proto3" json:"window,omitempty"`
    // contains filtered or unexported fields
}

func (*CountFQDNSetsRequest) Descriptor

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

Deprecated: Use CountFQDNSetsRequest.ProtoReflect.Descriptor instead.

func (*CountFQDNSetsRequest) GetDomains

func (x *CountFQDNSetsRequest) GetDomains() []string

func (*CountFQDNSetsRequest) GetWindow

func (x *CountFQDNSetsRequest) GetWindow() *durationpb.Duration

func (*CountFQDNSetsRequest) GetWindowNS

func (x *CountFQDNSetsRequest) GetWindowNS() int64

func (*CountFQDNSetsRequest) ProtoMessage

func (*CountFQDNSetsRequest) ProtoMessage()

func (*CountFQDNSetsRequest) ProtoReflect

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

func (*CountFQDNSetsRequest) Reset

func (x *CountFQDNSetsRequest) Reset()

func (*CountFQDNSetsRequest) String

func (x *CountFQDNSetsRequest) String() string

type CountInvalidAuthorizationsRequest

type CountInvalidAuthorizationsRequest struct {
    RegistrationID int64  `protobuf:"varint,1,opt,name=registrationID,proto3" json:"registrationID,omitempty"`
    Hostname       string `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
    // Count authorizations that expire in this range.
    Range *Range `protobuf:"bytes,3,opt,name=range,proto3" json:"range,omitempty"`
    // contains filtered or unexported fields
}

func (*CountInvalidAuthorizationsRequest) Descriptor

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

Deprecated: Use CountInvalidAuthorizationsRequest.ProtoReflect.Descriptor instead.

func (*CountInvalidAuthorizationsRequest) GetHostname

func (x *CountInvalidAuthorizationsRequest) GetHostname() string

func (*CountInvalidAuthorizationsRequest) GetRange

func (x *CountInvalidAuthorizationsRequest) GetRange() *Range

func (*CountInvalidAuthorizationsRequest) GetRegistrationID

func (x *CountInvalidAuthorizationsRequest) GetRegistrationID() int64

func (*CountInvalidAuthorizationsRequest) ProtoMessage

func (*CountInvalidAuthorizationsRequest) ProtoMessage()

func (*CountInvalidAuthorizationsRequest) ProtoReflect

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

func (*CountInvalidAuthorizationsRequest) Reset

func (x *CountInvalidAuthorizationsRequest) Reset()

func (*CountInvalidAuthorizationsRequest) String

func (x *CountInvalidAuthorizationsRequest) String() string

type CountOrdersRequest

type CountOrdersRequest struct {
    AccountID int64  `protobuf:"varint,1,opt,name=accountID,proto3" json:"accountID,omitempty"`
    Range     *Range `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"`
    // contains filtered or unexported fields
}

func (*CountOrdersRequest) Descriptor

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

Deprecated: Use CountOrdersRequest.ProtoReflect.Descriptor instead.

func (*CountOrdersRequest) GetAccountID

func (x *CountOrdersRequest) GetAccountID() int64

func (*CountOrdersRequest) GetRange

func (x *CountOrdersRequest) GetRange() *Range

func (*CountOrdersRequest) ProtoMessage

func (*CountOrdersRequest) ProtoMessage()

func (*CountOrdersRequest) ProtoReflect

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

func (*CountOrdersRequest) Reset

func (x *CountOrdersRequest) Reset()

func (*CountOrdersRequest) String

func (x *CountOrdersRequest) String() string

type CountRegistrationsByIPRequest

type CountRegistrationsByIPRequest struct {
    Ip    []byte `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
    Range *Range `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"`
    // contains filtered or unexported fields
}

func (*CountRegistrationsByIPRequest) Descriptor

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

Deprecated: Use CountRegistrationsByIPRequest.ProtoReflect.Descriptor instead.

func (*CountRegistrationsByIPRequest) GetIp

func (x *CountRegistrationsByIPRequest) GetIp() []byte

func (*CountRegistrationsByIPRequest) GetRange

func (x *CountRegistrationsByIPRequest) GetRange() *Range

func (*CountRegistrationsByIPRequest) ProtoMessage

func (*CountRegistrationsByIPRequest) ProtoMessage()

func (*CountRegistrationsByIPRequest) ProtoReflect

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

func (*CountRegistrationsByIPRequest) Reset

func (x *CountRegistrationsByIPRequest) Reset()

func (*CountRegistrationsByIPRequest) String

func (x *CountRegistrationsByIPRequest) String() string

type Exists

type Exists struct {
    Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
    // contains filtered or unexported fields
}

func (*Exists) Descriptor

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

Deprecated: Use Exists.ProtoReflect.Descriptor instead.

func (*Exists) GetExists

func (x *Exists) GetExists() bool

func (*Exists) ProtoMessage

func (*Exists) ProtoMessage()

func (*Exists) ProtoReflect

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

func (*Exists) Reset

func (x *Exists) Reset()

func (*Exists) String

func (x *Exists) String() string

type FQDNSetExistsRequest

type FQDNSetExistsRequest struct {
    Domains []string `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains,omitempty"`
    // contains filtered or unexported fields
}

func (*FQDNSetExistsRequest) Descriptor

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

Deprecated: Use FQDNSetExistsRequest.ProtoReflect.Descriptor instead.

func (*FQDNSetExistsRequest) GetDomains

func (x *FQDNSetExistsRequest) GetDomains() []string

func (*FQDNSetExistsRequest) ProtoMessage

func (*FQDNSetExistsRequest) ProtoMessage()

func (*FQDNSetExistsRequest) ProtoReflect

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

func (*FQDNSetExistsRequest) Reset

func (x *FQDNSetExistsRequest) Reset()

func (*FQDNSetExistsRequest) String

func (x *FQDNSetExistsRequest) String() string

type FinalizeAuthorizationRequest

type FinalizeAuthorizationRequest struct {

    // Next unused field number: 10
    Id                int64                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
    Status            string                    `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
    ExpiresNS         int64                     `protobuf:"varint,3,opt,name=expiresNS,proto3" json:"expiresNS,omitempty"` // Unix timestamp (nanoseconds)
    Expires           *timestamppb.Timestamp    `protobuf:"bytes,8,opt,name=expires,proto3" json:"expires,omitempty"`
    Attempted         string                    `protobuf:"bytes,4,opt,name=attempted,proto3" json:"attempted,omitempty"`
    ValidationRecords []*proto.ValidationRecord `protobuf:"bytes,5,rep,name=validationRecords,proto3" json:"validationRecords,omitempty"`
    ValidationError   *proto.ProblemDetails     `protobuf:"bytes,6,opt,name=validationError,proto3" json:"validationError,omitempty"`
    AttemptedAtNS     int64                     `protobuf:"varint,7,opt,name=attemptedAtNS,proto3" json:"attemptedAtNS,omitempty"` // Unix timestamp (nanoseconds)
    AttemptedAt       *timestamppb.Timestamp    `protobuf:"bytes,9,opt,name=attemptedAt,proto3" json:"attemptedAt,omitempty"`
    // contains filtered or unexported fields
}

func (*FinalizeAuthorizationRequest) Descriptor

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

Deprecated: Use FinalizeAuthorizationRequest.ProtoReflect.Descriptor instead.

func (*FinalizeAuthorizationRequest) GetAttempted

func (x *FinalizeAuthorizationRequest) GetAttempted() string

func (*FinalizeAuthorizationRequest) GetAttemptedAt

func (x *FinalizeAuthorizationRequest) GetAttemptedAt() *timestamppb.Timestamp

func (*FinalizeAuthorizationRequest) GetAttemptedAtNS

func (x *FinalizeAuthorizationRequest) GetAttemptedAtNS() int64

func (*FinalizeAuthorizationRequest) GetExpires

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

func (*FinalizeAuthorizationRequest) GetExpiresNS

func (x *FinalizeAuthorizationRequest) GetExpiresNS() int64

func (*FinalizeAuthorizationRequest) GetId

func (x *FinalizeAuthorizationRequest) GetId() int64

func (*FinalizeAuthorizationRequest) GetStatus

func (x *FinalizeAuthorizationRequest) GetStatus() string

func (*FinalizeAuthorizationRequest) GetValidationError

func (x *FinalizeAuthorizationRequest) GetValidationError() *proto.ProblemDetails

func (*FinalizeAuthorizationRequest) GetValidationRecords

func (x *FinalizeAuthorizationRequest) GetValidationRecords() []*proto.ValidationRecord

func (*FinalizeAuthorizationRequest) ProtoMessage

func (*FinalizeAuthorizationRequest) ProtoMessage()

func (*FinalizeAuthorizationRequest) ProtoReflect

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

func (*FinalizeAuthorizationRequest) Reset

func (x *FinalizeAuthorizationRequest) Reset()

func (*FinalizeAuthorizationRequest) String

func (x *FinalizeAuthorizationRequest) String() string

type FinalizeOrderRequest

type FinalizeOrderRequest struct {
    Id                int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
    CertificateSerial string `protobuf:"bytes,2,opt,name=certificateSerial,proto3" json:"certificateSerial,omitempty"`
    // contains filtered or unexported fields
}

func (*FinalizeOrderRequest) Descriptor

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

Deprecated: Use FinalizeOrderRequest.ProtoReflect.Descriptor instead.

func (*FinalizeOrderRequest) GetCertificateSerial

func (x *FinalizeOrderRequest) GetCertificateSerial() string

func (*FinalizeOrderRequest) GetId

func (x *FinalizeOrderRequest) GetId() int64

func (*FinalizeOrderRequest) ProtoMessage

func (*FinalizeOrderRequest) ProtoMessage()

func (*FinalizeOrderRequest) ProtoReflect

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

func (*FinalizeOrderRequest) Reset

func (x *FinalizeOrderRequest) Reset()

func (*FinalizeOrderRequest) String

func (x *FinalizeOrderRequest) String() string

type GetAuthorizationsRequest

type GetAuthorizationsRequest struct {

    // Next unused field number: 5
    RegistrationID int64                  `protobuf:"varint,1,opt,name=registrationID,proto3" json:"registrationID,omitempty"`
    Domains        []string               `protobuf:"bytes,2,rep,name=domains,proto3" json:"domains,omitempty"`
    NowNS          int64                  `protobuf:"varint,3,opt,name=nowNS,proto3" json:"nowNS,omitempty"` // Unix timestamp (nanoseconds)
    Now            *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=now,proto3" json:"now,omitempty"`
    // contains filtered or unexported fields
}

func (*GetAuthorizationsRequest) Descriptor

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

Deprecated: Use GetAuthorizationsRequest.ProtoReflect.Descriptor instead.

func (*GetAuthorizationsRequest) GetDomains

func (x *GetAuthorizationsRequest) GetDomains() []string

func (*GetAuthorizationsRequest) GetNow

func (x *GetAuthorizationsRequest) GetNow() *timestamppb.Timestamp

func (*GetAuthorizationsRequest) GetNowNS

func (x *GetAuthorizationsRequest) GetNowNS() int64

func (*GetAuthorizationsRequest) GetRegistrationID

func (x *GetAuthorizationsRequest) GetRegistrationID() int64

func (*GetAuthorizationsRequest) ProtoMessage

func (*GetAuthorizationsRequest) ProtoMessage()

func (*GetAuthorizationsRequest) ProtoReflect

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

func (*GetAuthorizationsRequest) Reset

func (x *GetAuthorizationsRequest) Reset()

func (*GetAuthorizationsRequest) String

func (x *GetAuthorizationsRequest) String() string

type GetOrderForNamesRequest

type GetOrderForNamesRequest struct {
    AcctID int64    `protobuf:"varint,1,opt,name=acctID,proto3" json:"acctID,omitempty"`
    Names  []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
    // contains filtered or unexported fields
}

func (*GetOrderForNamesRequest) Descriptor

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

Deprecated: Use GetOrderForNamesRequest.ProtoReflect.Descriptor instead.

func (*GetOrderForNamesRequest) GetAcctID

func (x *GetOrderForNamesRequest) GetAcctID() int64

func (*GetOrderForNamesRequest) GetNames

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

func (*GetOrderForNamesRequest) ProtoMessage

func (*GetOrderForNamesRequest) ProtoMessage()

func (*GetOrderForNamesRequest) ProtoReflect

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

func (*GetOrderForNamesRequest) Reset

func (x *GetOrderForNamesRequest) Reset()

func (*GetOrderForNamesRequest) String

func (x *GetOrderForNamesRequest) String() string

type GetPendingAuthorizationRequest

type GetPendingAuthorizationRequest struct {

    // Next unused field number: 6
    RegistrationID  int64  `protobuf:"varint,1,opt,name=registrationID,proto3" json:"registrationID,omitempty"`
    IdentifierType  string `protobuf:"bytes,2,opt,name=identifierType,proto3" json:"identifierType,omitempty"`
    IdentifierValue string `protobuf:"bytes,3,opt,name=identifierValue,proto3" json:"identifierValue,omitempty"`
    // Result must be valid until at least this Unix timestamp (nanos)
    ValidUntilNS int64                  `protobuf:"varint,4,opt,name=validUntilNS,proto3" json:"validUntilNS,omitempty"`
    ValidUntil   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=validUntil,proto3" json:"validUntil,omitempty"` // Result must be valid until at least this timestamp
    // contains filtered or unexported fields
}

func (*GetPendingAuthorizationRequest) Descriptor

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

Deprecated: Use GetPendingAuthorizationRequest.ProtoReflect.Descriptor instead.

func (*GetPendingAuthorizationRequest) GetIdentifierType

func (x *GetPendingAuthorizationRequest) GetIdentifierType() string

func (*GetPendingAuthorizationRequest) GetIdentifierValue

func (x *GetPendingAuthorizationRequest) GetIdentifierValue() string

func (*GetPendingAuthorizationRequest) GetRegistrationID

func (x *GetPendingAuthorizationRequest) GetRegistrationID() int64

func (*GetPendingAuthorizationRequest) GetValidUntil

func (x *GetPendingAuthorizationRequest) GetValidUntil() *timestamppb.Timestamp

func (*GetPendingAuthorizationRequest) GetValidUntilNS

func (x *GetPendingAuthorizationRequest) GetValidUntilNS() int64

func (*GetPendingAuthorizationRequest) ProtoMessage

func (*GetPendingAuthorizationRequest) ProtoMessage()

func (*GetPendingAuthorizationRequest) ProtoReflect

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

func (*GetPendingAuthorizationRequest) Reset

func (x *GetPendingAuthorizationRequest) Reset()

func (*GetPendingAuthorizationRequest) String

func (x *GetPendingAuthorizationRequest) String() string

type GetRevokedCertsRequest

type GetRevokedCertsRequest struct {

    // Next unused field number: 9
    IssuerNameID    int64                  `protobuf:"varint,1,opt,name=issuerNameID,proto3" json:"issuerNameID,omitempty"`
    ExpiresAfterNS  int64                  `protobuf:"varint,2,opt,name=expiresAfterNS,proto3" json:"expiresAfterNS,omitempty"`   // Unix timestamp (nanoseconds), inclusive
    ExpiresAfter    *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=expiresAfter,proto3" json:"expiresAfter,omitempty"`        // inclusive
    ExpiresBeforeNS int64                  `protobuf:"varint,3,opt,name=expiresBeforeNS,proto3" json:"expiresBeforeNS,omitempty"` // Unix timestamp (nanoseconds), exclusive
    ExpiresBefore   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=expiresBefore,proto3" json:"expiresBefore,omitempty"`      // exclusive
    RevokedBeforeNS int64                  `protobuf:"varint,4,opt,name=revokedBeforeNS,proto3" json:"revokedBeforeNS,omitempty"` // Unix timestamp (nanoseconds)
    RevokedBefore   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=revokedBefore,proto3" json:"revokedBefore,omitempty"`
    ShardIdx        int64                  `protobuf:"varint,5,opt,name=shardIdx,proto3" json:"shardIdx,omitempty"` // Must not be set until the revokedCertificates table has 90+ days of entries.
    // contains filtered or unexported fields
}

func (*GetRevokedCertsRequest) Descriptor

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

Deprecated: Use GetRevokedCertsRequest.ProtoReflect.Descriptor instead.

func (*GetRevokedCertsRequest) GetExpiresAfter

func (x *GetRevokedCertsRequest) GetExpiresAfter() *timestamppb.Timestamp

func (*GetRevokedCertsRequest) GetExpiresAfterNS

func (x *GetRevokedCertsRequest) GetExpiresAfterNS() int64

func (*GetRevokedCertsRequest) GetExpiresBefore

func (x *GetRevokedCertsRequest) GetExpiresBefore() *timestamppb.Timestamp

func (*GetRevokedCertsRequest) GetExpiresBeforeNS

func (x *GetRevokedCertsRequest) GetExpiresBeforeNS() int64

func (*GetRevokedCertsRequest) GetIssuerNameID

func (x *GetRevokedCertsRequest) GetIssuerNameID() int64

func (*GetRevokedCertsRequest) GetRevokedBefore

func (x *GetRevokedCertsRequest) GetRevokedBefore() *timestamppb.Timestamp

func (*GetRevokedCertsRequest) GetRevokedBeforeNS

func (x *GetRevokedCertsRequest) GetRevokedBeforeNS() int64

func (*GetRevokedCertsRequest) GetShardIdx

func (x *GetRevokedCertsRequest) GetShardIdx() int64

func (*GetRevokedCertsRequest) ProtoMessage

func (*GetRevokedCertsRequest) ProtoMessage()

func (*GetRevokedCertsRequest) ProtoReflect

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

func (*GetRevokedCertsRequest) Reset

func (x *GetRevokedCertsRequest) Reset()

func (*GetRevokedCertsRequest) String

func (x *GetRevokedCertsRequest) String() string

type GetValidAuthorizationsRequest

type GetValidAuthorizationsRequest struct {

    // Next unused field number: 5
    RegistrationID int64                  `protobuf:"varint,1,opt,name=registrationID,proto3" json:"registrationID,omitempty"`
    Domains        []string               `protobuf:"bytes,2,rep,name=domains,proto3" json:"domains,omitempty"`
    NowNS          int64                  `protobuf:"varint,3,opt,name=nowNS,proto3" json:"nowNS,omitempty"` // Unix timestamp (nanoseconds)
    Now            *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=now,proto3" json:"now,omitempty"`
    // contains filtered or unexported fields
}

func (*GetValidAuthorizationsRequest) Descriptor

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

Deprecated: Use GetValidAuthorizationsRequest.ProtoReflect.Descriptor instead.

func (*GetValidAuthorizationsRequest) GetDomains

func (x *GetValidAuthorizationsRequest) GetDomains() []string

func (*GetValidAuthorizationsRequest) GetNow

func (x *GetValidAuthorizationsRequest) GetNow() *timestamppb.Timestamp

func (*GetValidAuthorizationsRequest) GetNowNS

func (x *GetValidAuthorizationsRequest) GetNowNS() int64

func (*GetValidAuthorizationsRequest) GetRegistrationID

func (x *GetValidAuthorizationsRequest) GetRegistrationID() int64

func (*GetValidAuthorizationsRequest) ProtoMessage

func (*GetValidAuthorizationsRequest) ProtoMessage()

func (*GetValidAuthorizationsRequest) ProtoReflect

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

func (*GetValidAuthorizationsRequest) Reset

func (x *GetValidAuthorizationsRequest) Reset()

func (*GetValidAuthorizationsRequest) String

func (x *GetValidAuthorizationsRequest) String() string

type GetValidOrderAuthorizationsRequest

type GetValidOrderAuthorizationsRequest struct {
    Id     int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
    AcctID int64 `protobuf:"varint,2,opt,name=acctID,proto3" json:"acctID,omitempty"`
    // contains filtered or unexported fields
}

func (*GetValidOrderAuthorizationsRequest) Descriptor

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

Deprecated: Use GetValidOrderAuthorizationsRequest.ProtoReflect.Descriptor instead.

func (*GetValidOrderAuthorizationsRequest) GetAcctID

func (x *GetValidOrderAuthorizationsRequest) GetAcctID() int64

func (*GetValidOrderAuthorizationsRequest) GetId

func (x *GetValidOrderAuthorizationsRequest) GetId() int64

func (*GetValidOrderAuthorizationsRequest) ProtoMessage

func (*GetValidOrderAuthorizationsRequest) ProtoMessage()

func (*GetValidOrderAuthorizationsRequest) ProtoReflect

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

func (*GetValidOrderAuthorizationsRequest) Reset

func (x *GetValidOrderAuthorizationsRequest) Reset()

func (*GetValidOrderAuthorizationsRequest) String

func (x *GetValidOrderAuthorizationsRequest) String() string

type Incident

type Incident struct {

    // Next unused field number: 7
    Id          int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
    SerialTable string                 `protobuf:"bytes,2,opt,name=serialTable,proto3" json:"serialTable,omitempty"`
    Url         string                 `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
    RenewByNS   int64                  `protobuf:"varint,4,opt,name=renewByNS,proto3" json:"renewByNS,omitempty"` // Unix timestamp (nanoseconds)
    RenewBy     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=renewBy,proto3" json:"renewBy,omitempty"`
    Enabled     bool                   `protobuf:"varint,5,opt,name=enabled,proto3" json:"enabled,omitempty"`
    // contains filtered or unexported fields
}

func (*Incident) Descriptor

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

Deprecated: Use Incident.ProtoReflect.Descriptor instead.

func (*Incident) GetEnabled

func (x *Incident) GetEnabled() bool

func (*Incident) GetId

func (x *Incident) GetId() int64

func (*Incident) GetRenewBy

func (x *Incident) GetRenewBy() *timestamppb.Timestamp

func (*Incident) GetRenewByNS

func (x *Incident) GetRenewByNS() int64

func (*Incident) GetSerialTable

func (x *Incident) GetSerialTable() string

func (*Incident) GetUrl

func (x *Incident) GetUrl() string

func (*Incident) ProtoMessage

func (*Incident) ProtoMessage()

func (*Incident) ProtoReflect

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

func (*Incident) Reset

func (x *Incident) Reset()

func (*Incident) String

func (x *Incident) String() string

type IncidentSerial

type IncidentSerial struct {

    // Next unused field number: 6
    Serial           string                 `protobuf:"bytes,1,opt,name=serial,proto3" json:"serial,omitempty"`
    RegistrationID   int64                  `protobuf:"varint,2,opt,name=registrationID,proto3" json:"registrationID,omitempty"`     // May be 0 (NULL)
    OrderID          int64                  `protobuf:"varint,3,opt,name=orderID,proto3" json:"orderID,omitempty"`                   // May be 0 (NULL)
    LastNoticeSentNS int64                  `protobuf:"varint,4,opt,name=lastNoticeSentNS,proto3" json:"lastNoticeSentNS,omitempty"` // Unix timestamp (nanoseconds), may be 0 (NULL)
    LastNoticeSent   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=lastNoticeSent,proto3" json:"lastNoticeSent,omitempty"`
    // contains filtered or unexported fields
}

func (*IncidentSerial) Descriptor

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

Deprecated: Use IncidentSerial.ProtoReflect.Descriptor instead.

func (*IncidentSerial) GetLastNoticeSent

func (x *IncidentSerial) GetLastNoticeSent() *timestamppb.Timestamp

func (*IncidentSerial) GetLastNoticeSentNS

func (x *IncidentSerial) GetLastNoticeSentNS() int64

func (*IncidentSerial) GetOrderID

func (x *IncidentSerial) GetOrderID() int64

func (*IncidentSerial) GetRegistrationID

func (x *IncidentSerial) GetRegistrationID() int64

func (*IncidentSerial) GetSerial

func (x *IncidentSerial) GetSerial() string

func (*IncidentSerial) ProtoMessage

func (*IncidentSerial) ProtoMessage()

func (*IncidentSerial) ProtoReflect

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

func (*IncidentSerial) Reset

func (x *IncidentSerial) Reset()

func (*IncidentSerial) String

func (x *IncidentSerial) String() string

type Incidents

type Incidents struct {
    Incidents []*Incident `protobuf:"bytes,1,rep,name=incidents,proto3" json:"incidents,omitempty"`
    // contains filtered or unexported fields
}

func (*Incidents) Descriptor

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

Deprecated: Use Incidents.ProtoReflect.Descriptor instead.

func (*Incidents) GetIncidents

func (x *Incidents) GetIncidents() []*Incident

func (*Incidents) ProtoMessage

func (*Incidents) ProtoMessage()

func (*Incidents) ProtoReflect

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

func (*Incidents) Reset

func (x *Incidents) Reset()

func (*Incidents) String

func (x *Incidents) String() string

type JSONWebKey

type JSONWebKey struct {
    Jwk []byte `protobuf:"bytes,1,opt,name=jwk,proto3" json:"jwk,omitempty"`
    // contains filtered or unexported fields
}

func (*JSONWebKey) Descriptor

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

Deprecated: Use JSONWebKey.ProtoReflect.Descriptor instead.

func (*JSONWebKey) GetJwk

func (x *JSONWebKey) GetJwk() []byte

func (*JSONWebKey) ProtoMessage

func (*JSONWebKey) ProtoMessage()

func (*JSONWebKey) ProtoReflect

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

func (*JSONWebKey) Reset

func (x *JSONWebKey) Reset()

func (*JSONWebKey) String

func (x *JSONWebKey) String() string

type KeyBlockedRequest

type KeyBlockedRequest struct {
    KeyHash []byte `protobuf:"bytes,1,opt,name=keyHash,proto3" json:"keyHash,omitempty"`
    // contains filtered or unexported fields
}

func (*KeyBlockedRequest) Descriptor

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

Deprecated: Use KeyBlockedRequest.ProtoReflect.Descriptor instead.

func (*KeyBlockedRequest) GetKeyHash

func (x *KeyBlockedRequest) GetKeyHash() []byte

func (*KeyBlockedRequest) ProtoMessage

func (*KeyBlockedRequest) ProtoMessage()

func (*KeyBlockedRequest) ProtoReflect

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

func (*KeyBlockedRequest) Reset

func (x *KeyBlockedRequest) Reset()

func (*KeyBlockedRequest) String

func (x *KeyBlockedRequest) String() string

type LeaseCRLShardRequest

type LeaseCRLShardRequest struct {
    IssuerNameID int64                  `protobuf:"varint,1,opt,name=issuerNameID,proto3" json:"issuerNameID,omitempty"`
    MinShardIdx  int64                  `protobuf:"varint,2,opt,name=minShardIdx,proto3" json:"minShardIdx,omitempty"`
    MaxShardIdx  int64                  `protobuf:"varint,3,opt,name=maxShardIdx,proto3" json:"maxShardIdx,omitempty"`
    Until        *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=until,proto3" json:"until,omitempty"`
    // contains filtered or unexported fields
}

func (*LeaseCRLShardRequest) Descriptor

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

Deprecated: Use LeaseCRLShardRequest.ProtoReflect.Descriptor instead.

func (*LeaseCRLShardRequest) GetIssuerNameID

func (x *LeaseCRLShardRequest) GetIssuerNameID() int64

func (*LeaseCRLShardRequest) GetMaxShardIdx

func (x *LeaseCRLShardRequest) GetMaxShardIdx() int64

func (*LeaseCRLShardRequest) GetMinShardIdx

func (x *LeaseCRLShardRequest) GetMinShardIdx() int64

func (*LeaseCRLShardRequest) GetUntil

func (x *LeaseCRLShardRequest) GetUntil() *timestamppb.Timestamp

func (*LeaseCRLShardRequest) ProtoMessage

func (*LeaseCRLShardRequest) ProtoMessage()

func (*LeaseCRLShardRequest) ProtoReflect

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

func (*LeaseCRLShardRequest) Reset

func (x *LeaseCRLShardRequest) Reset()

func (*LeaseCRLShardRequest) String

func (x *LeaseCRLShardRequest) String() string

type LeaseCRLShardResponse

type LeaseCRLShardResponse struct {
    IssuerNameID int64 `protobuf:"varint,1,opt,name=issuerNameID,proto3" json:"issuerNameID,omitempty"`
    ShardIdx     int64 `protobuf:"varint,2,opt,name=shardIdx,proto3" json:"shardIdx,omitempty"`
    // contains filtered or unexported fields
}

func (*LeaseCRLShardResponse) Descriptor

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

Deprecated: Use LeaseCRLShardResponse.ProtoReflect.Descriptor instead.

func (*LeaseCRLShardResponse) GetIssuerNameID

func (x *LeaseCRLShardResponse) GetIssuerNameID() int64

func (*LeaseCRLShardResponse) GetShardIdx

func (x *LeaseCRLShardResponse) GetShardIdx() int64

func (*LeaseCRLShardResponse) ProtoMessage

func (*LeaseCRLShardResponse) ProtoMessage()

func (*LeaseCRLShardResponse) ProtoReflect

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

func (*LeaseCRLShardResponse) Reset

func (x *LeaseCRLShardResponse) Reset()

func (*LeaseCRLShardResponse) String

func (x *LeaseCRLShardResponse) String() string

type NewOrderAndAuthzsRequest

type NewOrderAndAuthzsRequest struct {
    NewOrder  *NewOrderRequest       `protobuf:"bytes,1,opt,name=newOrder,proto3" json:"newOrder,omitempty"`
    NewAuthzs []*proto.Authorization `protobuf:"bytes,2,rep,name=newAuthzs,proto3" json:"newAuthzs,omitempty"`
    // contains filtered or unexported fields
}

func (*NewOrderAndAuthzsRequest) Descriptor

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

Deprecated: Use NewOrderAndAuthzsRequest.ProtoReflect.Descriptor instead.

func (*NewOrderAndAuthzsRequest) GetNewAuthzs

func (x *NewOrderAndAuthzsRequest) GetNewAuthzs() []*proto.Authorization

func (*NewOrderAndAuthzsRequest) GetNewOrder

func (x *NewOrderAndAuthzsRequest) GetNewOrder() *NewOrderRequest

func (*NewOrderAndAuthzsRequest) ProtoMessage

func (*NewOrderAndAuthzsRequest) ProtoMessage()

func (*NewOrderAndAuthzsRequest) ProtoReflect

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

func (*NewOrderAndAuthzsRequest) Reset

func (x *NewOrderAndAuthzsRequest) Reset()

func (*NewOrderAndAuthzsRequest) String

func (x *NewOrderAndAuthzsRequest) String() string

type NewOrderRequest

type NewOrderRequest struct {

    // Next unused field number: 6
    RegistrationID   int64                  `protobuf:"varint,1,opt,name=registrationID,proto3" json:"registrationID,omitempty"`
    ExpiresNS        int64                  `protobuf:"varint,2,opt,name=expiresNS,proto3" json:"expiresNS,omitempty"` // Unix timestamp (nanoseconds)
    Expires          *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=expires,proto3" json:"expires,omitempty"`
    Names            []string               `protobuf:"bytes,3,rep,name=names,proto3" json:"names,omitempty"`
    V2Authorizations []int64                `protobuf:"varint,4,rep,packed,name=v2Authorizations,proto3" json:"v2Authorizations,omitempty"`
    // contains filtered or unexported fields
}

func (*NewOrderRequest) Descriptor

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

Deprecated: Use NewOrderRequest.ProtoReflect.Descriptor instead.

func (*NewOrderRequest) GetExpires

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

func (*NewOrderRequest) GetExpiresNS

func (x *NewOrderRequest) GetExpiresNS() int64

func (*NewOrderRequest) GetNames

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

func (*NewOrderRequest) GetRegistrationID

func (x *NewOrderRequest) GetRegistrationID() int64

func (*NewOrderRequest) GetV2Authorizations

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

func (*NewOrderRequest) ProtoMessage

func (*NewOrderRequest) ProtoMessage()

func (*NewOrderRequest) ProtoReflect

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

func (*NewOrderRequest) Reset

func (x *NewOrderRequest) Reset()

func (*NewOrderRequest) String

func (x *NewOrderRequest) String() string

type OrderRequest

type OrderRequest struct {
    Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
    // contains filtered or unexported fields
}

func (*OrderRequest) Descriptor

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

Deprecated: Use OrderRequest.ProtoReflect.Descriptor instead.

func (*OrderRequest) GetId

func (x *OrderRequest) GetId() int64

func (*OrderRequest) ProtoMessage

func (*OrderRequest) ProtoMessage()

func (*OrderRequest) ProtoReflect

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

func (*OrderRequest) Reset

func (x *OrderRequest) Reset()

func (*OrderRequest) String

func (x *OrderRequest) String() string

type PreviousCertificateExistsRequest

type PreviousCertificateExistsRequest struct {
    Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
    RegID  int64  `protobuf:"varint,2,opt,name=regID,proto3" json:"regID,omitempty"`
    // contains filtered or unexported fields
}

func (*PreviousCertificateExistsRequest) Descriptor

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

Deprecated: Use PreviousCertificateExistsRequest.ProtoReflect.Descriptor instead.

func (*PreviousCertificateExistsRequest) GetDomain

func (x *PreviousCertificateExistsRequest) GetDomain() string

func (*PreviousCertificateExistsRequest) GetRegID

func (x *PreviousCertificateExistsRequest) GetRegID() int64

func (*PreviousCertificateExistsRequest) ProtoMessage

func (*PreviousCertificateExistsRequest) ProtoMessage()

func (*PreviousCertificateExistsRequest) ProtoReflect

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

func (*PreviousCertificateExistsRequest) Reset

func (x *PreviousCertificateExistsRequest) Reset()

func (*PreviousCertificateExistsRequest) String

func (x *PreviousCertificateExistsRequest) String() string

type Range

type Range struct {

    // Next unused field number: 5
    EarliestNS int64                  `protobuf:"varint,1,opt,name=earliestNS,proto3" json:"earliestNS,omitempty"` // Unix timestamp (nanoseconds)
    Earliest   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=earliest,proto3" json:"earliest,omitempty"`
    LatestNS   int64                  `protobuf:"varint,2,opt,name=latestNS,proto3" json:"latestNS,omitempty"` // Unix timestamp (nanoseconds)
    Latest     *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=latest,proto3" json:"latest,omitempty"`
    // contains filtered or unexported fields
}

func (*Range) Descriptor

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

Deprecated: Use Range.ProtoReflect.Descriptor instead.

func (*Range) GetEarliest

func (x *Range) GetEarliest() *timestamppb.Timestamp

func (*Range) GetEarliestNS

func (x *Range) GetEarliestNS() int64

func (*Range) GetLatest

func (x *Range) GetLatest() *timestamppb.Timestamp

func (*Range) GetLatestNS

func (x *Range) GetLatestNS() int64

func (*Range) ProtoMessage

func (*Range) ProtoMessage()

func (*Range) ProtoReflect

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

func (*Range) Reset

func (x *Range) Reset()

func (*Range) String

func (x *Range) String() string

type RegistrationID

type RegistrationID struct {
    Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
    // contains filtered or unexported fields
}

func (*RegistrationID) Descriptor

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

Deprecated: Use RegistrationID.ProtoReflect.Descriptor instead.

func (*RegistrationID) GetId

func (x *RegistrationID) GetId() int64

func (*RegistrationID) ProtoMessage

func (*RegistrationID) ProtoMessage()

func (*RegistrationID) ProtoReflect

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

func (*RegistrationID) Reset

func (x *RegistrationID) Reset()

func (*RegistrationID) String

func (x *RegistrationID) String() string

type RevocationStatus

type RevocationStatus struct {
    Status        int64                  `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
    RevokedReason int64                  `protobuf:"varint,2,opt,name=revokedReason,proto3" json:"revokedReason,omitempty"`
    RevokedDate   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=revokedDate,proto3" json:"revokedDate,omitempty"` // Unix timestamp (nanoseconds)
    // contains filtered or unexported fields
}

func (*RevocationStatus) Descriptor

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

Deprecated: Use RevocationStatus.ProtoReflect.Descriptor instead.

func (*RevocationStatus) GetRevokedDate

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

func (*RevocationStatus) GetRevokedReason

func (x *RevocationStatus) GetRevokedReason() int64

func (*RevocationStatus) GetStatus

func (x *RevocationStatus) GetStatus() int64

func (*RevocationStatus) ProtoMessage

func (*RevocationStatus) ProtoMessage()

func (*RevocationStatus) ProtoReflect

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

func (*RevocationStatus) Reset

func (x *RevocationStatus) Reset()

func (*RevocationStatus) String

func (x *RevocationStatus) String() string

type RevokeCertificateRequest

type RevokeCertificateRequest struct {

    // Next unused field number: 10
    Serial     string                 `protobuf:"bytes,1,opt,name=serial,proto3" json:"serial,omitempty"`
    Reason     int64                  `protobuf:"varint,2,opt,name=reason,proto3" json:"reason,omitempty"`
    DateNS     int64                  `protobuf:"varint,3,opt,name=dateNS,proto3" json:"dateNS,omitempty"` // Unix timestamp (nanoseconds)
    Date       *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=date,proto3" json:"date,omitempty"`
    BackdateNS int64                  `protobuf:"varint,5,opt,name=backdateNS,proto3" json:"backdateNS,omitempty"` // Unix timestamp (nanoseconds)
    Backdate   *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=backdate,proto3" json:"backdate,omitempty"`
    Response   []byte                 `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"`
    IssuerID   int64                  `protobuf:"varint,6,opt,name=issuerID,proto3" json:"issuerID,omitempty"`
    ShardIdx   int64                  `protobuf:"varint,7,opt,name=shardIdx,proto3" json:"shardIdx,omitempty"`
    // contains filtered or unexported fields
}

func (*RevokeCertificateRequest) Descriptor

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

Deprecated: Use RevokeCertificateRequest.ProtoReflect.Descriptor instead.

func (*RevokeCertificateRequest) GetBackdate

func (x *RevokeCertificateRequest) GetBackdate() *timestamppb.Timestamp

func (*RevokeCertificateRequest) GetBackdateNS

func (x *RevokeCertificateRequest) GetBackdateNS() int64

func (*RevokeCertificateRequest) GetDate

func (x *RevokeCertificateRequest) GetDate() *timestamppb.Timestamp

func (*RevokeCertificateRequest) GetDateNS

func (x *RevokeCertificateRequest) GetDateNS() int64

func (*RevokeCertificateRequest) GetIssuerID

func (x *RevokeCertificateRequest) GetIssuerID() int64

func (*RevokeCertificateRequest) GetReason

func (x *RevokeCertificateRequest) GetReason() int64

func (*RevokeCertificateRequest) GetResponse

func (x *RevokeCertificateRequest) GetResponse() []byte

func (*RevokeCertificateRequest) GetSerial

func (x *RevokeCertificateRequest) GetSerial() string

func (*RevokeCertificateRequest) GetShardIdx

func (x *RevokeCertificateRequest) GetShardIdx() int64

func (*RevokeCertificateRequest) ProtoMessage

func (*RevokeCertificateRequest) ProtoMessage()

func (*RevokeCertificateRequest) ProtoReflect

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

func (*RevokeCertificateRequest) Reset

func (x *RevokeCertificateRequest) Reset()

func (*RevokeCertificateRequest) String

func (x *RevokeCertificateRequest) String() string

type Serial

type Serial struct {
    Serial string `protobuf:"bytes,1,opt,name=serial,proto3" json:"serial,omitempty"`
    // contains filtered or unexported fields
}

func (*Serial) Descriptor

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

Deprecated: Use Serial.ProtoReflect.Descriptor instead.

func (*Serial) GetSerial

func (x *Serial) GetSerial() string

func (*Serial) ProtoMessage

func (*Serial) ProtoMessage()

func (*Serial) ProtoReflect

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

func (*Serial) Reset

func (x *Serial) Reset()

func (*Serial) String

func (x *Serial) String() string

type SerialMetadata

type SerialMetadata struct {

    // Next unused field number: 7
    Serial         string                 `protobuf:"bytes,1,opt,name=serial,proto3" json:"serial,omitempty"`
    RegistrationID int64                  `protobuf:"varint,2,opt,name=registrationID,proto3" json:"registrationID,omitempty"`
    CreatedNS      int64                  `protobuf:"varint,3,opt,name=createdNS,proto3" json:"createdNS,omitempty"` // Unix timestamp (nanoseconds)
    Created        *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created,proto3" json:"created,omitempty"`
    ExpiresNS      int64                  `protobuf:"varint,4,opt,name=expiresNS,proto3" json:"expiresNS,omitempty"` // Unix timestamp (nanoseconds)
    Expires        *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=expires,proto3" json:"expires,omitempty"`
    // contains filtered or unexported fields
}

func (*SerialMetadata) Descriptor

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

Deprecated: Use SerialMetadata.ProtoReflect.Descriptor instead.

func (*SerialMetadata) GetCreated

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

func (*SerialMetadata) GetCreatedNS

func (x *SerialMetadata) GetCreatedNS() int64

func (*SerialMetadata) GetExpires

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

func (*SerialMetadata) GetExpiresNS

func (x *SerialMetadata) GetExpiresNS() int64

func (*SerialMetadata) GetRegistrationID

func (x *SerialMetadata) GetRegistrationID() int64

func (*SerialMetadata) GetSerial

func (x *SerialMetadata) GetSerial() string

func (*SerialMetadata) ProtoMessage

func (*SerialMetadata) ProtoMessage()

func (*SerialMetadata) ProtoReflect

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

func (*SerialMetadata) Reset

func (x *SerialMetadata) Reset()

func (*SerialMetadata) String

func (x *SerialMetadata) String() string

type SerialsForIncidentRequest

type SerialsForIncidentRequest struct {
    IncidentTable string `protobuf:"bytes,1,opt,name=incidentTable,proto3" json:"incidentTable,omitempty"`
    // contains filtered or unexported fields
}

func (*SerialsForIncidentRequest) Descriptor

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

Deprecated: Use SerialsForIncidentRequest.ProtoReflect.Descriptor instead.

func (*SerialsForIncidentRequest) GetIncidentTable

func (x *SerialsForIncidentRequest) GetIncidentTable() string

func (*SerialsForIncidentRequest) ProtoMessage

func (*SerialsForIncidentRequest) ProtoMessage()

func (*SerialsForIncidentRequest) ProtoReflect

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

func (*SerialsForIncidentRequest) Reset

func (x *SerialsForIncidentRequest) Reset()

func (*SerialsForIncidentRequest) String

func (x *SerialsForIncidentRequest) String() string

type SetOrderErrorRequest

type SetOrderErrorRequest struct {
    Id    int64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
    Error *proto.ProblemDetails `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
    // contains filtered or unexported fields
}

func (*SetOrderErrorRequest) Descriptor

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

Deprecated: Use SetOrderErrorRequest.ProtoReflect.Descriptor instead.

func (*SetOrderErrorRequest) GetError

func (x *SetOrderErrorRequest) GetError() *proto.ProblemDetails

func (*SetOrderErrorRequest) GetId

func (x *SetOrderErrorRequest) GetId() int64

func (*SetOrderErrorRequest) ProtoMessage

func (*SetOrderErrorRequest) ProtoMessage()

func (*SetOrderErrorRequest) ProtoReflect

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

func (*SetOrderErrorRequest) Reset

func (x *SetOrderErrorRequest) Reset()

func (*SetOrderErrorRequest) String

func (x *SetOrderErrorRequest) String() string

type StorageAuthorityCertificateClient

StorageAuthorityCertificateClient is a subset of the sapb.StorageAuthorityClient interface that only reads and writes certificates

type StorageAuthorityCertificateClient interface {
    AddSerial(ctx context.Context, in *AddSerialRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    AddPrecertificate(ctx context.Context, in *AddCertificateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    AddCertificate(ctx context.Context, in *AddCertificateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    GetCertificate(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*proto.Certificate, error)
    SetCertificateStatusReady(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

type StorageAuthorityClient

StorageAuthorityClient is the client API for StorageAuthority service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type StorageAuthorityClient interface {
    // Getters: this list must be identical to the StorageAuthorityReadOnly rpcs.
    CountCertificatesByNames(ctx context.Context, in *CountCertificatesByNamesRequest, opts ...grpc.CallOption) (*CountByNames, error)
    CountFQDNSets(ctx context.Context, in *CountFQDNSetsRequest, opts ...grpc.CallOption) (*Count, error)
    CountInvalidAuthorizations2(ctx context.Context, in *CountInvalidAuthorizationsRequest, opts ...grpc.CallOption) (*Count, error)
    CountOrders(ctx context.Context, in *CountOrdersRequest, opts ...grpc.CallOption) (*Count, error)
    CountPendingAuthorizations2(ctx context.Context, in *RegistrationID, opts ...grpc.CallOption) (*Count, error)
    CountRegistrationsByIP(ctx context.Context, in *CountRegistrationsByIPRequest, opts ...grpc.CallOption) (*Count, error)
    CountRegistrationsByIPRange(ctx context.Context, in *CountRegistrationsByIPRequest, opts ...grpc.CallOption) (*Count, error)
    FQDNSetExists(ctx context.Context, in *FQDNSetExistsRequest, opts ...grpc.CallOption) (*Exists, error)
    FQDNSetTimestampsForWindow(ctx context.Context, in *CountFQDNSetsRequest, opts ...grpc.CallOption) (*Timestamps, error)
    GetAuthorization2(ctx context.Context, in *AuthorizationID2, opts ...grpc.CallOption) (*proto.Authorization, error)
    GetAuthorizations2(ctx context.Context, in *GetAuthorizationsRequest, opts ...grpc.CallOption) (*Authorizations, error)
    GetCertificate(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*proto.Certificate, error)
    GetCertificateStatus(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*proto.CertificateStatus, error)
    GetMaxExpiration(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*timestamppb.Timestamp, error)
    GetOrder(ctx context.Context, in *OrderRequest, opts ...grpc.CallOption) (*proto.Order, error)
    GetOrderForNames(ctx context.Context, in *GetOrderForNamesRequest, opts ...grpc.CallOption) (*proto.Order, error)
    GetPendingAuthorization2(ctx context.Context, in *GetPendingAuthorizationRequest, opts ...grpc.CallOption) (*proto.Authorization, error)
    GetRegistration(ctx context.Context, in *RegistrationID, opts ...grpc.CallOption) (*proto.Registration, error)
    GetRegistrationByKey(ctx context.Context, in *JSONWebKey, opts ...grpc.CallOption) (*proto.Registration, error)
    GetRevocationStatus(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*RevocationStatus, error)
    GetRevokedCerts(ctx context.Context, in *GetRevokedCertsRequest, opts ...grpc.CallOption) (StorageAuthority_GetRevokedCertsClient, error)
    GetSerialMetadata(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*SerialMetadata, error)
    GetValidAuthorizations2(ctx context.Context, in *GetValidAuthorizationsRequest, opts ...grpc.CallOption) (*Authorizations, error)
    GetValidOrderAuthorizations2(ctx context.Context, in *GetValidOrderAuthorizationsRequest, opts ...grpc.CallOption) (*Authorizations, error)
    IncidentsForSerial(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*Incidents, error)
    KeyBlocked(ctx context.Context, in *KeyBlockedRequest, opts ...grpc.CallOption) (*Exists, error)
    PreviousCertificateExists(ctx context.Context, in *PreviousCertificateExistsRequest, opts ...grpc.CallOption) (*Exists, error)
    SerialsForIncident(ctx context.Context, in *SerialsForIncidentRequest, opts ...grpc.CallOption) (StorageAuthority_SerialsForIncidentClient, error)
    // Adders
    AddBlockedKey(ctx context.Context, in *AddBlockedKeyRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    AddCertificate(ctx context.Context, in *AddCertificateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    AddPrecertificate(ctx context.Context, in *AddCertificateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    SetCertificateStatusReady(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*emptypb.Empty, error)
    AddSerial(ctx context.Context, in *AddSerialRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    DeactivateAuthorization2(ctx context.Context, in *AuthorizationID2, opts ...grpc.CallOption) (*emptypb.Empty, error)
    DeactivateRegistration(ctx context.Context, in *RegistrationID, opts ...grpc.CallOption) (*emptypb.Empty, error)
    FinalizeAuthorization2(ctx context.Context, in *FinalizeAuthorizationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    FinalizeOrder(ctx context.Context, in *FinalizeOrderRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    NewOrderAndAuthzs(ctx context.Context, in *NewOrderAndAuthzsRequest, opts ...grpc.CallOption) (*proto.Order, error)
    NewRegistration(ctx context.Context, in *proto.Registration, opts ...grpc.CallOption) (*proto.Registration, error)
    RevokeCertificate(ctx context.Context, in *RevokeCertificateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    SetOrderError(ctx context.Context, in *SetOrderErrorRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    SetOrderProcessing(ctx context.Context, in *OrderRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    UpdateRegistration(ctx context.Context, in *proto.Registration, opts ...grpc.CallOption) (*emptypb.Empty, error)
    UpdateRevokedCertificate(ctx context.Context, in *RevokeCertificateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
    LeaseCRLShard(ctx context.Context, in *LeaseCRLShardRequest, opts ...grpc.CallOption) (*LeaseCRLShardResponse, error)
    UpdateCRLShard(ctx context.Context, in *UpdateCRLShardRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

func NewStorageAuthorityClient

func NewStorageAuthorityClient(cc grpc.ClientConnInterface) StorageAuthorityClient

type StorageAuthorityReadOnlyClient

StorageAuthorityReadOnlyClient is the client API for StorageAuthorityReadOnly service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type StorageAuthorityReadOnlyClient interface {
    CountCertificatesByNames(ctx context.Context, in *CountCertificatesByNamesRequest, opts ...grpc.CallOption) (*CountByNames, error)
    CountFQDNSets(ctx context.Context, in *CountFQDNSetsRequest, opts ...grpc.CallOption) (*Count, error)
    CountInvalidAuthorizations2(ctx context.Context, in *CountInvalidAuthorizationsRequest, opts ...grpc.CallOption) (*Count, error)
    CountOrders(ctx context.Context, in *CountOrdersRequest, opts ...grpc.CallOption) (*Count, error)
    CountPendingAuthorizations2(ctx context.Context, in *RegistrationID, opts ...grpc.CallOption) (*Count, error)
    CountRegistrationsByIP(ctx context.Context, in *CountRegistrationsByIPRequest, opts ...grpc.CallOption) (*Count, error)
    CountRegistrationsByIPRange(ctx context.Context, in *CountRegistrationsByIPRequest, opts ...grpc.CallOption) (*Count, error)
    FQDNSetExists(ctx context.Context, in *FQDNSetExistsRequest, opts ...grpc.CallOption) (*Exists, error)
    FQDNSetTimestampsForWindow(ctx context.Context, in *CountFQDNSetsRequest, opts ...grpc.CallOption) (*Timestamps, error)
    GetAuthorization2(ctx context.Context, in *AuthorizationID2, opts ...grpc.CallOption) (*proto.Authorization, error)
    GetAuthorizations2(ctx context.Context, in *GetAuthorizationsRequest, opts ...grpc.CallOption) (*Authorizations, error)
    GetCertificate(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*proto.Certificate, error)
    GetCertificateStatus(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*proto.CertificateStatus, error)
    GetMaxExpiration(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*timestamppb.Timestamp, error)
    GetOrder(ctx context.Context, in *OrderRequest, opts ...grpc.CallOption) (*proto.Order, error)
    GetOrderForNames(ctx context.Context, in *GetOrderForNamesRequest, opts ...grpc.CallOption) (*proto.Order, error)
    GetPendingAuthorization2(ctx context.Context, in *GetPendingAuthorizationRequest, opts ...grpc.CallOption) (*proto.Authorization, error)
    GetRegistration(ctx context.Context, in *RegistrationID, opts ...grpc.CallOption) (*proto.Registration, error)
    GetRegistrationByKey(ctx context.Context, in *JSONWebKey, opts ...grpc.CallOption) (*proto.Registration, error)
    GetRevocationStatus(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*RevocationStatus, error)
    GetRevokedCerts(ctx context.Context, in *GetRevokedCertsRequest, opts ...grpc.CallOption) (StorageAuthorityReadOnly_GetRevokedCertsClient, error)
    GetSerialMetadata(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*SerialMetadata, error)
    GetValidAuthorizations2(ctx context.Context, in *GetValidAuthorizationsRequest, opts ...grpc.CallOption) (*Authorizations, error)
    GetValidOrderAuthorizations2(ctx context.Context, in *GetValidOrderAuthorizationsRequest, opts ...grpc.CallOption) (*Authorizations, error)
    IncidentsForSerial(ctx context.Context, in *Serial, opts ...grpc.CallOption) (*Incidents, error)
    KeyBlocked(ctx context.Context, in *KeyBlockedRequest, opts ...grpc.CallOption) (*Exists, error)
    PreviousCertificateExists(ctx context.Context, in *PreviousCertificateExistsRequest, opts ...grpc.CallOption) (*Exists, error)
    SerialsForIncident(ctx context.Context, in *SerialsForIncidentRequest, opts ...grpc.CallOption) (StorageAuthorityReadOnly_SerialsForIncidentClient, error)
}

func NewStorageAuthorityReadOnlyClient

func NewStorageAuthorityReadOnlyClient(cc grpc.ClientConnInterface) StorageAuthorityReadOnlyClient

type StorageAuthorityReadOnlyServer

StorageAuthorityReadOnlyServer is the server API for StorageAuthorityReadOnly service. All implementations must embed UnimplementedStorageAuthorityReadOnlyServer for forward compatibility

type StorageAuthorityReadOnlyServer interface {
    CountCertificatesByNames(context.Context, *CountCertificatesByNamesRequest) (*CountByNames, error)
    CountFQDNSets(context.Context, *CountFQDNSetsRequest) (*Count, error)
    CountInvalidAuthorizations2(context.Context, *CountInvalidAuthorizationsRequest) (*Count, error)
    CountOrders(context.Context, *CountOrdersRequest) (*Count, error)
    CountPendingAuthorizations2(context.Context, *RegistrationID) (*Count, error)
    CountRegistrationsByIP(context.Context, *CountRegistrationsByIPRequest) (*Count, error)
    CountRegistrationsByIPRange(context.Context, *CountRegistrationsByIPRequest) (*Count, error)
    FQDNSetExists(context.Context, *FQDNSetExistsRequest) (*Exists, error)
    FQDNSetTimestampsForWindow(context.Context, *CountFQDNSetsRequest) (*Timestamps, error)
    GetAuthorization2(context.Context, *AuthorizationID2) (*proto.Authorization, error)
    GetAuthorizations2(context.Context, *GetAuthorizationsRequest) (*Authorizations, error)
    GetCertificate(context.Context, *Serial) (*proto.Certificate, error)
    GetCertificateStatus(context.Context, *Serial) (*proto.CertificateStatus, error)
    GetMaxExpiration(context.Context, *emptypb.Empty) (*timestamppb.Timestamp, error)
    GetOrder(context.Context, *OrderRequest) (*proto.Order, error)
    GetOrderForNames(context.Context, *GetOrderForNamesRequest) (*proto.Order, error)
    GetPendingAuthorization2(context.Context, *GetPendingAuthorizationRequest) (*proto.Authorization, error)
    GetRegistration(context.Context, *RegistrationID) (*proto.Registration, error)
    GetRegistrationByKey(context.Context, *JSONWebKey) (*proto.Registration, error)
    GetRevocationStatus(context.Context, *Serial) (*RevocationStatus, error)
    GetRevokedCerts(*GetRevokedCertsRequest, StorageAuthorityReadOnly_GetRevokedCertsServer) error
    GetSerialMetadata(context.Context, *Serial) (*SerialMetadata, error)
    GetValidAuthorizations2(context.Context, *GetValidAuthorizationsRequest) (*Authorizations, error)
    GetValidOrderAuthorizations2(context.Context, *GetValidOrderAuthorizationsRequest) (*Authorizations, error)
    IncidentsForSerial(context.Context, *Serial) (*Incidents, error)
    KeyBlocked(context.Context, *KeyBlockedRequest) (*Exists, error)
    PreviousCertificateExists(context.Context, *PreviousCertificateExistsRequest) (*Exists, error)
    SerialsForIncident(*SerialsForIncidentRequest, StorageAuthorityReadOnly_SerialsForIncidentServer) error
    // contains filtered or unexported methods
}

type StorageAuthorityReadOnly_GetRevokedCertsClient

type StorageAuthorityReadOnly_GetRevokedCertsClient interface {
    Recv() (*proto.CRLEntry, error)
    grpc.ClientStream
}

type StorageAuthorityReadOnly_GetRevokedCertsServer

type StorageAuthorityReadOnly_GetRevokedCertsServer interface {
    Send(*proto.CRLEntry) error
    grpc.ServerStream
}

type StorageAuthorityReadOnly_SerialsForIncidentClient

type StorageAuthorityReadOnly_SerialsForIncidentClient interface {
    Recv() (*IncidentSerial, error)
    grpc.ClientStream
}

type StorageAuthorityReadOnly_SerialsForIncidentServer

type StorageAuthorityReadOnly_SerialsForIncidentServer interface {
    Send(*IncidentSerial) error
    grpc.ServerStream
}

type StorageAuthorityServer

StorageAuthorityServer is the server API for StorageAuthority service. All implementations must embed UnimplementedStorageAuthorityServer for forward compatibility

type StorageAuthorityServer interface {
    // Getters: this list must be identical to the StorageAuthorityReadOnly rpcs.
    CountCertificatesByNames(context.Context, *CountCertificatesByNamesRequest) (*CountByNames, error)
    CountFQDNSets(context.Context, *CountFQDNSetsRequest) (*Count, error)
    CountInvalidAuthorizations2(context.Context, *CountInvalidAuthorizationsRequest) (*Count, error)
    CountOrders(context.Context, *CountOrdersRequest) (*Count, error)
    CountPendingAuthorizations2(context.Context, *RegistrationID) (*Count, error)
    CountRegistrationsByIP(context.Context, *CountRegistrationsByIPRequest) (*Count, error)
    CountRegistrationsByIPRange(context.Context, *CountRegistrationsByIPRequest) (*Count, error)
    FQDNSetExists(context.Context, *FQDNSetExistsRequest) (*Exists, error)
    FQDNSetTimestampsForWindow(context.Context, *CountFQDNSetsRequest) (*Timestamps, error)
    GetAuthorization2(context.Context, *AuthorizationID2) (*proto.Authorization, error)
    GetAuthorizations2(context.Context, *GetAuthorizationsRequest) (*Authorizations, error)
    GetCertificate(context.Context, *Serial) (*proto.Certificate, error)
    GetCertificateStatus(context.Context, *Serial) (*proto.CertificateStatus, error)
    GetMaxExpiration(context.Context, *emptypb.Empty) (*timestamppb.Timestamp, error)
    GetOrder(context.Context, *OrderRequest) (*proto.Order, error)
    GetOrderForNames(context.Context, *GetOrderForNamesRequest) (*proto.Order, error)
    GetPendingAuthorization2(context.Context, *GetPendingAuthorizationRequest) (*proto.Authorization, error)
    GetRegistration(context.Context, *RegistrationID) (*proto.Registration, error)
    GetRegistrationByKey(context.Context, *JSONWebKey) (*proto.Registration, error)
    GetRevocationStatus(context.Context, *Serial) (*RevocationStatus, error)
    GetRevokedCerts(*GetRevokedCertsRequest, StorageAuthority_GetRevokedCertsServer) error
    GetSerialMetadata(context.Context, *Serial) (*SerialMetadata, error)
    GetValidAuthorizations2(context.Context, *GetValidAuthorizationsRequest) (*Authorizations, error)
    GetValidOrderAuthorizations2(context.Context, *GetValidOrderAuthorizationsRequest) (*Authorizations, error)
    IncidentsForSerial(context.Context, *Serial) (*Incidents, error)
    KeyBlocked(context.Context, *KeyBlockedRequest) (*Exists, error)
    PreviousCertificateExists(context.Context, *PreviousCertificateExistsRequest) (*Exists, error)
    SerialsForIncident(*SerialsForIncidentRequest, StorageAuthority_SerialsForIncidentServer) error
    // Adders
    AddBlockedKey(context.Context, *AddBlockedKeyRequest) (*emptypb.Empty, error)
    AddCertificate(context.Context, *AddCertificateRequest) (*emptypb.Empty, error)
    AddPrecertificate(context.Context, *AddCertificateRequest) (*emptypb.Empty, error)
    SetCertificateStatusReady(context.Context, *Serial) (*emptypb.Empty, error)
    AddSerial(context.Context, *AddSerialRequest) (*emptypb.Empty, error)
    DeactivateAuthorization2(context.Context, *AuthorizationID2) (*emptypb.Empty, error)
    DeactivateRegistration(context.Context, *RegistrationID) (*emptypb.Empty, error)
    FinalizeAuthorization2(context.Context, *FinalizeAuthorizationRequest) (*emptypb.Empty, error)
    FinalizeOrder(context.Context, *FinalizeOrderRequest) (*emptypb.Empty, error)
    NewOrderAndAuthzs(context.Context, *NewOrderAndAuthzsRequest) (*proto.Order, error)
    NewRegistration(context.Context, *proto.Registration) (*proto.Registration, error)
    RevokeCertificate(context.Context, *RevokeCertificateRequest) (*emptypb.Empty, error)
    SetOrderError(context.Context, *SetOrderErrorRequest) (*emptypb.Empty, error)
    SetOrderProcessing(context.Context, *OrderRequest) (*emptypb.Empty, error)
    UpdateRegistration(context.Context, *proto.Registration) (*emptypb.Empty, error)
    UpdateRevokedCertificate(context.Context, *RevokeCertificateRequest) (*emptypb.Empty, error)
    LeaseCRLShard(context.Context, *LeaseCRLShardRequest) (*LeaseCRLShardResponse, error)
    UpdateCRLShard(context.Context, *UpdateCRLShardRequest) (*emptypb.Empty, error)
    // contains filtered or unexported methods
}

type StorageAuthority_GetRevokedCertsClient

type StorageAuthority_GetRevokedCertsClient interface {
    Recv() (*proto.CRLEntry, error)
    grpc.ClientStream
}

type StorageAuthority_GetRevokedCertsServer

type StorageAuthority_GetRevokedCertsServer interface {
    Send(*proto.CRLEntry) error
    grpc.ServerStream
}

type StorageAuthority_SerialsForIncidentClient

type StorageAuthority_SerialsForIncidentClient interface {
    Recv() (*IncidentSerial, error)
    grpc.ClientStream
}

type StorageAuthority_SerialsForIncidentServer

type StorageAuthority_SerialsForIncidentServer interface {
    Send(*IncidentSerial) error
    grpc.ServerStream
}

type Timestamps

type Timestamps struct {

    // Next unused field number: 3
    TimestampsNS []int64                  `protobuf:"varint,1,rep,packed,name=timestampsNS,proto3" json:"timestampsNS,omitempty"` // Unix timestamp (nanoseconds)
    Timestamps   []*timestamppb.Timestamp `protobuf:"bytes,2,rep,name=timestamps,proto3" json:"timestamps,omitempty"`
    // contains filtered or unexported fields
}

func (*Timestamps) Descriptor

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

Deprecated: Use Timestamps.ProtoReflect.Descriptor instead.

func (*Timestamps) GetTimestamps

func (x *Timestamps) GetTimestamps() []*timestamppb.Timestamp

func (*Timestamps) GetTimestampsNS

func (x *Timestamps) GetTimestampsNS() []int64

func (*Timestamps) ProtoMessage

func (*Timestamps) ProtoMessage()

func (*Timestamps) ProtoReflect

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

func (*Timestamps) Reset

func (x *Timestamps) Reset()

func (*Timestamps) String

func (x *Timestamps) String() string

type UnimplementedStorageAuthorityReadOnlyServer

UnimplementedStorageAuthorityReadOnlyServer must be embedded to have forward compatible implementations.

type UnimplementedStorageAuthorityReadOnlyServer struct {
}

func (UnimplementedStorageAuthorityReadOnlyServer) CountCertificatesByNames

func (UnimplementedStorageAuthorityReadOnlyServer) CountCertificatesByNames(context.Context, *CountCertificatesByNamesRequest) (*CountByNames, error)

func (UnimplementedStorageAuthorityReadOnlyServer) CountFQDNSets

func (UnimplementedStorageAuthorityReadOnlyServer) CountFQDNSets(context.Context, *CountFQDNSetsRequest) (*Count, error)

func (UnimplementedStorageAuthorityReadOnlyServer) CountInvalidAuthorizations2

func (UnimplementedStorageAuthorityReadOnlyServer) CountInvalidAuthorizations2(context.Context, *CountInvalidAuthorizationsRequest) (*Count, error)

func (UnimplementedStorageAuthorityReadOnlyServer) CountOrders

func (UnimplementedStorageAuthorityReadOnlyServer) CountOrders(context.Context, *CountOrdersRequest) (*Count, error)

func (UnimplementedStorageAuthorityReadOnlyServer) CountPendingAuthorizations2

func (UnimplementedStorageAuthorityReadOnlyServer) CountPendingAuthorizations2(context.Context, *RegistrationID) (*Count, error)

func (UnimplementedStorageAuthorityReadOnlyServer) CountRegistrationsByIP

func (UnimplementedStorageAuthorityReadOnlyServer) CountRegistrationsByIP(context.Context, *CountRegistrationsByIPRequest) (*Count, error)

func (UnimplementedStorageAuthorityReadOnlyServer) CountRegistrationsByIPRange

func (UnimplementedStorageAuthorityReadOnlyServer) CountRegistrationsByIPRange(context.Context, *CountRegistrationsByIPRequest) (*Count, error)

func (UnimplementedStorageAuthorityReadOnlyServer) FQDNSetExists

func (UnimplementedStorageAuthorityReadOnlyServer) FQDNSetExists(context.Context, *FQDNSetExistsRequest) (*Exists, error)

func (UnimplementedStorageAuthorityReadOnlyServer) FQDNSetTimestampsForWindow

func (UnimplementedStorageAuthorityReadOnlyServer) FQDNSetTimestampsForWindow(context.Context, *CountFQDNSetsRequest) (*Timestamps, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetAuthorization2

func (UnimplementedStorageAuthorityReadOnlyServer) GetAuthorization2(context.Context, *AuthorizationID2) (*proto.Authorization, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetAuthorizations2

func (UnimplementedStorageAuthorityReadOnlyServer) GetAuthorizations2(context.Context, *GetAuthorizationsRequest) (*Authorizations, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetCertificate

func (UnimplementedStorageAuthorityReadOnlyServer) GetCertificate(context.Context, *Serial) (*proto.Certificate, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetCertificateStatus

func (UnimplementedStorageAuthorityReadOnlyServer) GetCertificateStatus(context.Context, *Serial) (*proto.CertificateStatus, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetMaxExpiration

func (UnimplementedStorageAuthorityReadOnlyServer) GetMaxExpiration(context.Context, *emptypb.Empty) (*timestamppb.Timestamp, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetOrder

func (UnimplementedStorageAuthorityReadOnlyServer) GetOrder(context.Context, *OrderRequest) (*proto.Order, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetOrderForNames

func (UnimplementedStorageAuthorityReadOnlyServer) GetOrderForNames(context.Context, *GetOrderForNamesRequest) (*proto.Order, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetPendingAuthorization2

func (UnimplementedStorageAuthorityReadOnlyServer) GetPendingAuthorization2(context.Context, *GetPendingAuthorizationRequest) (*proto.Authorization, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetRegistration

func (UnimplementedStorageAuthorityReadOnlyServer) GetRegistration(context.Context, *RegistrationID) (*proto.Registration, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetRegistrationByKey

func (UnimplementedStorageAuthorityReadOnlyServer) GetRegistrationByKey(context.Context, *JSONWebKey) (*proto.Registration, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetRevocationStatus

func (UnimplementedStorageAuthorityReadOnlyServer) GetRevocationStatus(context.Context, *Serial) (*RevocationStatus, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetRevokedCerts

func (UnimplementedStorageAuthorityReadOnlyServer) GetRevokedCerts(*GetRevokedCertsRequest, StorageAuthorityReadOnly_GetRevokedCertsServer) error

func (UnimplementedStorageAuthorityReadOnlyServer) GetSerialMetadata

func (UnimplementedStorageAuthorityReadOnlyServer) GetSerialMetadata(context.Context, *Serial) (*SerialMetadata, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetValidAuthorizations2

func (UnimplementedStorageAuthorityReadOnlyServer) GetValidAuthorizations2(context.Context, *GetValidAuthorizationsRequest) (*Authorizations, error)

func (UnimplementedStorageAuthorityReadOnlyServer) GetValidOrderAuthorizations2

func (UnimplementedStorageAuthorityReadOnlyServer) GetValidOrderAuthorizations2(context.Context, *GetValidOrderAuthorizationsRequest) (*Authorizations, error)

func (UnimplementedStorageAuthorityReadOnlyServer) IncidentsForSerial

func (UnimplementedStorageAuthorityReadOnlyServer) IncidentsForSerial(context.Context, *Serial) (*Incidents, error)

func (UnimplementedStorageAuthorityReadOnlyServer) KeyBlocked

func (UnimplementedStorageAuthorityReadOnlyServer) KeyBlocked(context.Context, *KeyBlockedRequest) (*Exists, error)

func (UnimplementedStorageAuthorityReadOnlyServer) PreviousCertificateExists

func (UnimplementedStorageAuthorityReadOnlyServer) PreviousCertificateExists(context.Context, *PreviousCertificateExistsRequest) (*Exists, error)

func (UnimplementedStorageAuthorityReadOnlyServer) SerialsForIncident

func (UnimplementedStorageAuthorityReadOnlyServer) SerialsForIncident(*SerialsForIncidentRequest, StorageAuthorityReadOnly_SerialsForIncidentServer) error

type UnimplementedStorageAuthorityServer

UnimplementedStorageAuthorityServer must be embedded to have forward compatible implementations.

type UnimplementedStorageAuthorityServer struct {
}

func (UnimplementedStorageAuthorityServer) AddBlockedKey

func (UnimplementedStorageAuthorityServer) AddBlockedKey(context.Context, *AddBlockedKeyRequest) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) AddCertificate

func (UnimplementedStorageAuthorityServer) AddCertificate(context.Context, *AddCertificateRequest) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) AddPrecertificate

func (UnimplementedStorageAuthorityServer) AddPrecertificate(context.Context, *AddCertificateRequest) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) AddSerial

func (UnimplementedStorageAuthorityServer) AddSerial(context.Context, *AddSerialRequest) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) CountCertificatesByNames

func (UnimplementedStorageAuthorityServer) CountCertificatesByNames(context.Context, *CountCertificatesByNamesRequest) (*CountByNames, error)

func (UnimplementedStorageAuthorityServer) CountFQDNSets

func (UnimplementedStorageAuthorityServer) CountFQDNSets(context.Context, *CountFQDNSetsRequest) (*Count, error)

func (UnimplementedStorageAuthorityServer) CountInvalidAuthorizations2

func (UnimplementedStorageAuthorityServer) CountInvalidAuthorizations2(context.Context, *CountInvalidAuthorizationsRequest) (*Count, error)

func (UnimplementedStorageAuthorityServer) CountOrders

func (UnimplementedStorageAuthorityServer) CountOrders(context.Context, *CountOrdersRequest) (*Count, error)

func (UnimplementedStorageAuthorityServer) CountPendingAuthorizations2

func (UnimplementedStorageAuthorityServer) CountPendingAuthorizations2(context.Context, *RegistrationID) (*Count, error)

func (UnimplementedStorageAuthorityServer) CountRegistrationsByIP

func (UnimplementedStorageAuthorityServer) CountRegistrationsByIP(context.Context, *CountRegistrationsByIPRequest) (*Count, error)

func (UnimplementedStorageAuthorityServer) CountRegistrationsByIPRange

func (UnimplementedStorageAuthorityServer) CountRegistrationsByIPRange(context.Context, *CountRegistrationsByIPRequest) (*Count, error)

func (UnimplementedStorageAuthorityServer) DeactivateAuthorization2

func (UnimplementedStorageAuthorityServer) DeactivateAuthorization2(context.Context, *AuthorizationID2) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) DeactivateRegistration

func (UnimplementedStorageAuthorityServer) DeactivateRegistration(context.Context, *RegistrationID) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) FQDNSetExists

func (UnimplementedStorageAuthorityServer) FQDNSetExists(context.Context, *FQDNSetExistsRequest) (*Exists, error)

func (UnimplementedStorageAuthorityServer) FQDNSetTimestampsForWindow

func (UnimplementedStorageAuthorityServer) FQDNSetTimestampsForWindow(context.Context, *CountFQDNSetsRequest) (*Timestamps, error)

func (UnimplementedStorageAuthorityServer) FinalizeAuthorization2

func (UnimplementedStorageAuthorityServer) FinalizeAuthorization2(context.Context, *FinalizeAuthorizationRequest) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) FinalizeOrder

func (UnimplementedStorageAuthorityServer) FinalizeOrder(context.Context, *FinalizeOrderRequest) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) GetAuthorization2

func (UnimplementedStorageAuthorityServer) GetAuthorization2(context.Context, *AuthorizationID2) (*proto.Authorization, error)

func (UnimplementedStorageAuthorityServer) GetAuthorizations2

func (UnimplementedStorageAuthorityServer) GetAuthorizations2(context.Context, *GetAuthorizationsRequest) (*Authorizations, error)

func (UnimplementedStorageAuthorityServer) GetCertificate

func (UnimplementedStorageAuthorityServer) GetCertificate(context.Context, *Serial) (*proto.Certificate, error)

func (UnimplementedStorageAuthorityServer) GetCertificateStatus

func (UnimplementedStorageAuthorityServer) GetCertificateStatus(context.Context, *Serial) (*proto.CertificateStatus, error)

func (UnimplementedStorageAuthorityServer) GetMaxExpiration

func (UnimplementedStorageAuthorityServer) GetMaxExpiration(context.Context, *emptypb.Empty) (*timestamppb.Timestamp, error)

func (UnimplementedStorageAuthorityServer) GetOrder

func (UnimplementedStorageAuthorityServer) GetOrder(context.Context, *OrderRequest) (*proto.Order, error)

func (UnimplementedStorageAuthorityServer) GetOrderForNames

func (UnimplementedStorageAuthorityServer) GetOrderForNames(context.Context, *GetOrderForNamesRequest) (*proto.Order, error)

func (UnimplementedStorageAuthorityServer) GetPendingAuthorization2

func (UnimplementedStorageAuthorityServer) GetPendingAuthorization2(context.Context, *GetPendingAuthorizationRequest) (*proto.Authorization, error)

func (UnimplementedStorageAuthorityServer) GetRegistration

func (UnimplementedStorageAuthorityServer) GetRegistration(context.Context, *RegistrationID) (*proto.Registration, error)

func (UnimplementedStorageAuthorityServer) GetRegistrationByKey

func (UnimplementedStorageAuthorityServer) GetRegistrationByKey(context.Context, *JSONWebKey) (*proto.Registration, error)

func (UnimplementedStorageAuthorityServer) GetRevocationStatus

func (UnimplementedStorageAuthorityServer) GetRevocationStatus(context.Context, *Serial) (*RevocationStatus, error)

func (UnimplementedStorageAuthorityServer) GetRevokedCerts

func (UnimplementedStorageAuthorityServer) GetRevokedCerts(*GetRevokedCertsRequest, StorageAuthority_GetRevokedCertsServer) error

func (UnimplementedStorageAuthorityServer) GetSerialMetadata

func (UnimplementedStorageAuthorityServer) GetSerialMetadata(context.Context, *Serial) (*SerialMetadata, error)

func (UnimplementedStorageAuthorityServer) GetValidAuthorizations2

func (UnimplementedStorageAuthorityServer) GetValidAuthorizations2(context.Context, *GetValidAuthorizationsRequest) (*Authorizations, error)

func (UnimplementedStorageAuthorityServer) GetValidOrderAuthorizations2

func (UnimplementedStorageAuthorityServer) GetValidOrderAuthorizations2(context.Context, *GetValidOrderAuthorizationsRequest) (*Authorizations, error)

func (UnimplementedStorageAuthorityServer) IncidentsForSerial

func (UnimplementedStorageAuthorityServer) IncidentsForSerial(context.Context, *Serial) (*Incidents, error)

func (UnimplementedStorageAuthorityServer) KeyBlocked

func (UnimplementedStorageAuthorityServer) KeyBlocked(context.Context, *KeyBlockedRequest) (*Exists, error)

func (UnimplementedStorageAuthorityServer) LeaseCRLShard

func (UnimplementedStorageAuthorityServer) LeaseCRLShard(context.Context, *LeaseCRLShardRequest) (*LeaseCRLShardResponse, error)

func (UnimplementedStorageAuthorityServer) NewOrderAndAuthzs

func (UnimplementedStorageAuthorityServer) NewOrderAndAuthzs(context.Context, *NewOrderAndAuthzsRequest) (*proto.Order, error)

func (UnimplementedStorageAuthorityServer) NewRegistration

func (UnimplementedStorageAuthorityServer) NewRegistration(context.Context, *proto.Registration) (*proto.Registration, error)

func (UnimplementedStorageAuthorityServer) PreviousCertificateExists

func (UnimplementedStorageAuthorityServer) PreviousCertificateExists(context.Context, *PreviousCertificateExistsRequest) (*Exists, error)

func (UnimplementedStorageAuthorityServer) RevokeCertificate

func (UnimplementedStorageAuthorityServer) RevokeCertificate(context.Context, *RevokeCertificateRequest) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) SerialsForIncident

func (UnimplementedStorageAuthorityServer) SerialsForIncident(*SerialsForIncidentRequest, StorageAuthority_SerialsForIncidentServer) error

func (UnimplementedStorageAuthorityServer) SetCertificateStatusReady

func (UnimplementedStorageAuthorityServer) SetCertificateStatusReady(context.Context, *Serial) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) SetOrderError

func (UnimplementedStorageAuthorityServer) SetOrderError(context.Context, *SetOrderErrorRequest) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) SetOrderProcessing

func (UnimplementedStorageAuthorityServer) SetOrderProcessing(context.Context, *OrderRequest) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) UpdateCRLShard

func (UnimplementedStorageAuthorityServer) UpdateCRLShard(context.Context, *UpdateCRLShardRequest) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) UpdateRegistration

func (UnimplementedStorageAuthorityServer) UpdateRegistration(context.Context, *proto.Registration) (*emptypb.Empty, error)

func (UnimplementedStorageAuthorityServer) UpdateRevokedCertificate

func (UnimplementedStorageAuthorityServer) UpdateRevokedCertificate(context.Context, *RevokeCertificateRequest) (*emptypb.Empty, error)

type UnsafeStorageAuthorityReadOnlyServer

UnsafeStorageAuthorityReadOnlyServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to StorageAuthorityReadOnlyServer will result in compilation errors.

type UnsafeStorageAuthorityReadOnlyServer interface {
    // contains filtered or unexported methods
}

type UnsafeStorageAuthorityServer

UnsafeStorageAuthorityServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to StorageAuthorityServer will result in compilation errors.

type UnsafeStorageAuthorityServer interface {
    // contains filtered or unexported methods
}

type UpdateCRLShardRequest

type UpdateCRLShardRequest struct {
    IssuerNameID int64                  `protobuf:"varint,1,opt,name=issuerNameID,proto3" json:"issuerNameID,omitempty"`
    ShardIdx     int64                  `protobuf:"varint,2,opt,name=shardIdx,proto3" json:"shardIdx,omitempty"`
    ThisUpdate   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=thisUpdate,proto3" json:"thisUpdate,omitempty"`
    NextUpdate   *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=nextUpdate,proto3" json:"nextUpdate,omitempty"`
    // contains filtered or unexported fields
}

func (*UpdateCRLShardRequest) Descriptor

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

Deprecated: Use UpdateCRLShardRequest.ProtoReflect.Descriptor instead.

func (*UpdateCRLShardRequest) GetIssuerNameID

func (x *UpdateCRLShardRequest) GetIssuerNameID() int64

func (*UpdateCRLShardRequest) GetNextUpdate

func (x *UpdateCRLShardRequest) GetNextUpdate() *timestamppb.Timestamp

func (*UpdateCRLShardRequest) GetShardIdx

func (x *UpdateCRLShardRequest) GetShardIdx() int64

func (*UpdateCRLShardRequest) GetThisUpdate

func (x *UpdateCRLShardRequest) GetThisUpdate() *timestamppb.Timestamp

func (*UpdateCRLShardRequest) ProtoMessage

func (*UpdateCRLShardRequest) ProtoMessage()

func (*UpdateCRLShardRequest) ProtoReflect

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

func (*UpdateCRLShardRequest) Reset

func (x *UpdateCRLShardRequest) Reset()

func (*UpdateCRLShardRequest) String

func (x *UpdateCRLShardRequest) String() string

type ValidAuthorizations

type ValidAuthorizations struct {
    Valid []*ValidAuthorizations_MapElement `protobuf:"bytes,1,rep,name=valid,proto3" json:"valid,omitempty"`
    // contains filtered or unexported fields
}

func (*ValidAuthorizations) Descriptor

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

Deprecated: Use ValidAuthorizations.ProtoReflect.Descriptor instead.

func (*ValidAuthorizations) GetValid

func (x *ValidAuthorizations) GetValid() []*ValidAuthorizations_MapElement

func (*ValidAuthorizations) ProtoMessage

func (*ValidAuthorizations) ProtoMessage()

func (*ValidAuthorizations) ProtoReflect

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

func (*ValidAuthorizations) Reset

func (x *ValidAuthorizations) Reset()

func (*ValidAuthorizations) String

func (x *ValidAuthorizations) String() string

type ValidAuthorizations_MapElement

type ValidAuthorizations_MapElement struct {
    Domain string               `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
    Authz  *proto.Authorization `protobuf:"bytes,2,opt,name=authz,proto3" json:"authz,omitempty"`
    // contains filtered or unexported fields
}

func (*ValidAuthorizations_MapElement) Descriptor

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

Deprecated: Use ValidAuthorizations_MapElement.ProtoReflect.Descriptor instead.

func (*ValidAuthorizations_MapElement) GetAuthz

func (x *ValidAuthorizations_MapElement) GetAuthz() *proto.Authorization

func (*ValidAuthorizations_MapElement) GetDomain

func (x *ValidAuthorizations_MapElement) GetDomain() string

func (*ValidAuthorizations_MapElement) ProtoMessage

func (*ValidAuthorizations_MapElement) ProtoMessage()

func (*ValidAuthorizations_MapElement) ProtoReflect

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

func (*ValidAuthorizations_MapElement) Reset

func (x *ValidAuthorizations_MapElement) Reset()

func (*ValidAuthorizations_MapElement) String

func (x *ValidAuthorizations_MapElement) String() string