Documentation ¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func ApprovedCertificatesBySubjectKey(subject string) []byte
- func ApprovedCertificatesBySubjectKeyIDKey(subjectKeyID string) []byte
- func ApprovedCertificatesKey(subject string, subjectKeyID string) []byte
- func ChildCertificatesKey(issuer string, authorityKeyID string) []byte
- func PkiRevocationDistributionPointKey(vid int32, label string, issuerSubjectKeyID string) []byte
- func PkiRevocationDistributionPointsByIssuerSubjectKeyIDKey(issuerSubjectKeyID string) []byte
- func ProposedCertificateKey(subject string, subjectKeyID string) []byte
- func ProposedCertificateRevocationKey(subject string, subjectKeyID string) []byte
- func RegisterCodec(cdc *codec.LegacyAmino)
- func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
- func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- func RejectedCertificateKey(subject string, subjectKeyID string) []byte
- func RevokedCertificatesKey(subject string, subjectKeyID string) []byte
- func UniqueCertificateKey(issuer string, serialNumber string) []byte
- func VerifyRevocationPointIssuerSubjectKeyIDFormat(issuerSubjectKeyID string) bool
- type ApprovedCertificates
- func (*ApprovedCertificates) Descriptor() ([]byte, []int)
- func (m *ApprovedCertificates) GetCerts() []*Certificate
- func (m *ApprovedCertificates) GetSubject() string
- func (m *ApprovedCertificates) GetSubjectKeyId() string
- func (m *ApprovedCertificates) Marshal() (dAtA []byte, err error)
- func (m *ApprovedCertificates) MarshalTo(dAtA []byte) (int, error)
- func (m *ApprovedCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApprovedCertificates) ProtoMessage()
- func (m *ApprovedCertificates) Reset()
- func (m *ApprovedCertificates) Size() (n int)
- func (m *ApprovedCertificates) String() string
- func (m *ApprovedCertificates) Unmarshal(dAtA []byte) error
- func (m *ApprovedCertificates) XXX_DiscardUnknown()
- func (m *ApprovedCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApprovedCertificates) XXX_Merge(src proto.Message)
- func (m *ApprovedCertificates) XXX_Size() int
- func (m *ApprovedCertificates) XXX_Unmarshal(b []byte) error
- type ApprovedCertificatesBySubject
- func (*ApprovedCertificatesBySubject) Descriptor() ([]byte, []int)
- func (m *ApprovedCertificatesBySubject) GetSubject() string
- func (m *ApprovedCertificatesBySubject) GetSubjectKeyIds() []string
- func (m *ApprovedCertificatesBySubject) Marshal() (dAtA []byte, err error)
- func (m *ApprovedCertificatesBySubject) MarshalTo(dAtA []byte) (int, error)
- func (m *ApprovedCertificatesBySubject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApprovedCertificatesBySubject) ProtoMessage()
- func (m *ApprovedCertificatesBySubject) Reset()
- func (m *ApprovedCertificatesBySubject) Size() (n int)
- func (m *ApprovedCertificatesBySubject) String() string
- func (m *ApprovedCertificatesBySubject) Unmarshal(dAtA []byte) error
- func (m *ApprovedCertificatesBySubject) XXX_DiscardUnknown()
- func (m *ApprovedCertificatesBySubject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApprovedCertificatesBySubject) XXX_Merge(src proto.Message)
- func (m *ApprovedCertificatesBySubject) XXX_Size() int
- func (m *ApprovedCertificatesBySubject) XXX_Unmarshal(b []byte) error
- type ApprovedCertificatesBySubjectKeyId
- func (*ApprovedCertificatesBySubjectKeyId) Descriptor() ([]byte, []int)
- func (m *ApprovedCertificatesBySubjectKeyId) GetCerts() []*Certificate
- func (m *ApprovedCertificatesBySubjectKeyId) GetSubjectKeyId() string
- func (m *ApprovedCertificatesBySubjectKeyId) Marshal() (dAtA []byte, err error)
- func (m *ApprovedCertificatesBySubjectKeyId) MarshalTo(dAtA []byte) (int, error)
- func (m *ApprovedCertificatesBySubjectKeyId) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApprovedCertificatesBySubjectKeyId) ProtoMessage()
- func (m *ApprovedCertificatesBySubjectKeyId) Reset()
- func (m *ApprovedCertificatesBySubjectKeyId) Size() (n int)
- func (m *ApprovedCertificatesBySubjectKeyId) String() string
- func (m *ApprovedCertificatesBySubjectKeyId) Unmarshal(dAtA []byte) error
- func (m *ApprovedCertificatesBySubjectKeyId) XXX_DiscardUnknown()
- func (m *ApprovedCertificatesBySubjectKeyId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApprovedCertificatesBySubjectKeyId) XXX_Merge(src proto.Message)
- func (m *ApprovedCertificatesBySubjectKeyId) XXX_Size() int
- func (m *ApprovedCertificatesBySubjectKeyId) XXX_Unmarshal(b []byte) error
- type ApprovedRootCertificates
- func (*ApprovedRootCertificates) Descriptor() ([]byte, []int)
- func (m *ApprovedRootCertificates) GetCerts() []*CertificateIdentifier
- func (m *ApprovedRootCertificates) Marshal() (dAtA []byte, err error)
- func (m *ApprovedRootCertificates) MarshalTo(dAtA []byte) (int, error)
- func (m *ApprovedRootCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApprovedRootCertificates) ProtoMessage()
- func (m *ApprovedRootCertificates) Reset()
- func (m *ApprovedRootCertificates) Size() (n int)
- func (m *ApprovedRootCertificates) String() string
- func (m *ApprovedRootCertificates) Unmarshal(dAtA []byte) error
- func (m *ApprovedRootCertificates) XXX_DiscardUnknown()
- func (m *ApprovedRootCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApprovedRootCertificates) XXX_Merge(src proto.Message)
- func (m *ApprovedRootCertificates) XXX_Size() int
- func (m *ApprovedRootCertificates) XXX_Unmarshal(b []byte) error
- type Certificate
- func (*Certificate) Descriptor() ([]byte, []int)
- func (m *Certificate) GetApprovals() []*Grant
- func (m *Certificate) GetAuthorityKeyId() string
- func (m *Certificate) GetIsRoot() bool
- func (m *Certificate) GetIssuer() string
- func (m *Certificate) GetOwner() string
- func (m *Certificate) GetPemCert() string
- func (m *Certificate) GetRejects() []*Grant
- func (m *Certificate) GetRootSubject() string
- func (m *Certificate) GetRootSubjectKeyId() string
- func (m *Certificate) GetSerialNumber() string
- func (m *Certificate) GetSubject() string
- func (m *Certificate) GetSubjectAsText() string
- func (m *Certificate) GetSubjectKeyId() string
- func (m *Certificate) GetVid() int32
- func (cert Certificate) HasApprovalFrom(address string) bool
- func (m *Certificate) Marshal() (dAtA []byte, err error)
- func (m *Certificate) MarshalTo(dAtA []byte) (int, error)
- func (m *Certificate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Certificate) ProtoMessage()
- func (m *Certificate) Reset()
- func (m *Certificate) Size() (n int)
- func (m *Certificate) String() string
- func (m *Certificate) Unmarshal(dAtA []byte) error
- func (m *Certificate) XXX_DiscardUnknown()
- func (m *Certificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Certificate) XXX_Merge(src proto.Message)
- func (m *Certificate) XXX_Size() int
- func (m *Certificate) XXX_Unmarshal(b []byte) error
- type CertificateIdentifier
- func (*CertificateIdentifier) Descriptor() ([]byte, []int)
- func (m *CertificateIdentifier) GetSubject() string
- func (m *CertificateIdentifier) GetSubjectKeyId() string
- func (m *CertificateIdentifier) Marshal() (dAtA []byte, err error)
- func (m *CertificateIdentifier) MarshalTo(dAtA []byte) (int, error)
- func (m *CertificateIdentifier) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CertificateIdentifier) ProtoMessage()
- func (m *CertificateIdentifier) Reset()
- func (m *CertificateIdentifier) Size() (n int)
- func (m *CertificateIdentifier) String() string
- func (m *CertificateIdentifier) Unmarshal(dAtA []byte) error
- func (m *CertificateIdentifier) XXX_DiscardUnknown()
- func (m *CertificateIdentifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CertificateIdentifier) XXX_Merge(src proto.Message)
- func (m *CertificateIdentifier) XXX_Size() int
- func (m *CertificateIdentifier) XXX_Unmarshal(b []byte) error
- type ChildCertificates
- func (*ChildCertificates) Descriptor() ([]byte, []int)
- func (m *ChildCertificates) GetAuthorityKeyId() string
- func (m *ChildCertificates) GetCertIds() []*CertificateIdentifier
- func (m *ChildCertificates) GetIssuer() string
- func (m *ChildCertificates) Marshal() (dAtA []byte, err error)
- func (m *ChildCertificates) MarshalTo(dAtA []byte) (int, error)
- func (m *ChildCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ChildCertificates) ProtoMessage()
- func (m *ChildCertificates) Reset()
- func (m *ChildCertificates) Size() (n int)
- func (m *ChildCertificates) String() string
- func (m *ChildCertificates) Unmarshal(dAtA []byte) error
- func (m *ChildCertificates) XXX_DiscardUnknown()
- func (m *ChildCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChildCertificates) XXX_Merge(src proto.Message)
- func (m *ChildCertificates) XXX_Size() int
- func (m *ChildCertificates) XXX_Unmarshal(b []byte) error
- type DclauthKeeper
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetApprovedCertificatesBySubjectKeyIdList() []ApprovedCertificatesBySubjectKeyId
- func (m *GenesisState) GetApprovedCertificatesBySubjectList() []ApprovedCertificatesBySubject
- func (m *GenesisState) GetApprovedCertificatesList() []ApprovedCertificates
- func (m *GenesisState) GetApprovedRootCertificates() *ApprovedRootCertificates
- func (m *GenesisState) GetChildCertificatesList() []ChildCertificates
- func (m *GenesisState) GetPkiRevocationDistributionPointList() []PkiRevocationDistributionPoint
- func (m *GenesisState) GetPkiRevocationDistributionPointsByIssuerSubjectKeyIDList() []PkiRevocationDistributionPointsByIssuerSubjectKeyID
- func (m *GenesisState) GetProposedCertificateList() []ProposedCertificate
- func (m *GenesisState) GetProposedCertificateRevocationList() []ProposedCertificateRevocation
- func (m *GenesisState) GetRejectedCertificateList() []RejectedCertificate
- func (m *GenesisState) GetRevokedCertificatesList() []RevokedCertificates
- func (m *GenesisState) GetRevokedRootCertificates() *RevokedRootCertificates
- func (m *GenesisState) GetUniqueCertificateList() []UniqueCertificate
- func (m *GenesisState) Marshal() (dAtA []byte, err error)
- func (m *GenesisState) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisState) ProtoMessage()
- func (m *GenesisState) Reset()
- func (m *GenesisState) Size() (n int)
- func (m *GenesisState) String() string
- func (m *GenesisState) Unmarshal(dAtA []byte) error
- func (gs GenesisState) Validate() error
- func (m *GenesisState) XXX_DiscardUnknown()
- func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisState) XXX_Merge(src proto.Message)
- func (m *GenesisState) XXX_Size() int
- func (m *GenesisState) XXX_Unmarshal(b []byte) error
- type Grant
- func (*Grant) Descriptor() ([]byte, []int)
- func (m *Grant) GetAddress() string
- func (m *Grant) GetInfo() string
- func (m *Grant) GetTime() int64
- func (m *Grant) Marshal() (dAtA []byte, err error)
- func (m *Grant) MarshalTo(dAtA []byte) (int, error)
- func (m *Grant) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Grant) ProtoMessage()
- func (m *Grant) Reset()
- func (m *Grant) Size() (n int)
- func (m *Grant) String() string
- func (m *Grant) Unmarshal(dAtA []byte) error
- func (m *Grant) XXX_DiscardUnknown()
- func (m *Grant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Grant) XXX_Merge(src proto.Message)
- func (m *Grant) XXX_Size() int
- func (m *Grant) XXX_Unmarshal(b []byte) error
- type MsgAddPkiRevocationDistributionPoint
- func (*MsgAddPkiRevocationDistributionPoint) Descriptor() ([]byte, []int)
- func (m *MsgAddPkiRevocationDistributionPoint) GetCrlSignerCertificate() string
- func (m *MsgAddPkiRevocationDistributionPoint) GetDataDigest() string
- func (m *MsgAddPkiRevocationDistributionPoint) GetDataDigestType() uint32
- func (m *MsgAddPkiRevocationDistributionPoint) GetDataFileSize() uint64
- func (m *MsgAddPkiRevocationDistributionPoint) GetDataURL() string
- func (m *MsgAddPkiRevocationDistributionPoint) GetIsPAA() bool
- func (m *MsgAddPkiRevocationDistributionPoint) GetIssuerSubjectKeyID() string
- func (m *MsgAddPkiRevocationDistributionPoint) GetLabel() string
- func (m *MsgAddPkiRevocationDistributionPoint) GetPid() int32
- func (m *MsgAddPkiRevocationDistributionPoint) GetRevocationType() uint32
- func (msg *MsgAddPkiRevocationDistributionPoint) GetSignBytes() []byte
- func (m *MsgAddPkiRevocationDistributionPoint) GetSigner() string
- func (msg *MsgAddPkiRevocationDistributionPoint) GetSigners() []sdk.AccAddress
- func (m *MsgAddPkiRevocationDistributionPoint) GetVid() int32
- func (m *MsgAddPkiRevocationDistributionPoint) Marshal() (dAtA []byte, err error)
- func (m *MsgAddPkiRevocationDistributionPoint) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddPkiRevocationDistributionPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddPkiRevocationDistributionPoint) ProtoMessage()
- func (m *MsgAddPkiRevocationDistributionPoint) Reset()
- func (msg *MsgAddPkiRevocationDistributionPoint) Route() string
- func (m *MsgAddPkiRevocationDistributionPoint) Size() (n int)
- func (m *MsgAddPkiRevocationDistributionPoint) String() string
- func (msg *MsgAddPkiRevocationDistributionPoint) Type() string
- func (m *MsgAddPkiRevocationDistributionPoint) Unmarshal(dAtA []byte) error
- func (msg *MsgAddPkiRevocationDistributionPoint) ValidateBasic() error
- func (m *MsgAddPkiRevocationDistributionPoint) XXX_DiscardUnknown()
- func (m *MsgAddPkiRevocationDistributionPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddPkiRevocationDistributionPoint) XXX_Merge(src proto.Message)
- func (m *MsgAddPkiRevocationDistributionPoint) XXX_Size() int
- func (m *MsgAddPkiRevocationDistributionPoint) XXX_Unmarshal(b []byte) error
- type MsgAddPkiRevocationDistributionPointResponse
- func (*MsgAddPkiRevocationDistributionPointResponse) Descriptor() ([]byte, []int)
- func (m *MsgAddPkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgAddPkiRevocationDistributionPointResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddPkiRevocationDistributionPointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddPkiRevocationDistributionPointResponse) ProtoMessage()
- func (m *MsgAddPkiRevocationDistributionPointResponse) Reset()
- func (m *MsgAddPkiRevocationDistributionPointResponse) Size() (n int)
- func (m *MsgAddPkiRevocationDistributionPointResponse) String() string
- func (m *MsgAddPkiRevocationDistributionPointResponse) Unmarshal(dAtA []byte) error
- func (m *MsgAddPkiRevocationDistributionPointResponse) XXX_DiscardUnknown()
- func (m *MsgAddPkiRevocationDistributionPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddPkiRevocationDistributionPointResponse) XXX_Merge(src proto.Message)
- func (m *MsgAddPkiRevocationDistributionPointResponse) XXX_Size() int
- func (m *MsgAddPkiRevocationDistributionPointResponse) XXX_Unmarshal(b []byte) error
- type MsgAddX509Cert
- func (*MsgAddX509Cert) Descriptor() ([]byte, []int)
- func (m *MsgAddX509Cert) GetCert() string
- func (m *MsgAddX509Cert) GetInfo() string
- func (msg *MsgAddX509Cert) GetSignBytes() []byte
- func (m *MsgAddX509Cert) GetSigner() string
- func (msg *MsgAddX509Cert) GetSigners() []sdk.AccAddress
- func (m *MsgAddX509Cert) GetTime() int64
- func (m *MsgAddX509Cert) Marshal() (dAtA []byte, err error)
- func (m *MsgAddX509Cert) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddX509Cert) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddX509Cert) ProtoMessage()
- func (m *MsgAddX509Cert) Reset()
- func (msg *MsgAddX509Cert) Route() string
- func (m *MsgAddX509Cert) Size() (n int)
- func (m *MsgAddX509Cert) String() string
- func (msg *MsgAddX509Cert) Type() string
- func (m *MsgAddX509Cert) Unmarshal(dAtA []byte) error
- func (msg *MsgAddX509Cert) ValidateBasic() error
- func (m *MsgAddX509Cert) XXX_DiscardUnknown()
- func (m *MsgAddX509Cert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddX509Cert) XXX_Merge(src proto.Message)
- func (m *MsgAddX509Cert) XXX_Size() int
- func (m *MsgAddX509Cert) XXX_Unmarshal(b []byte) error
- type MsgAddX509CertResponse
- func (*MsgAddX509CertResponse) Descriptor() ([]byte, []int)
- func (m *MsgAddX509CertResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgAddX509CertResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAddX509CertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAddX509CertResponse) ProtoMessage()
- func (m *MsgAddX509CertResponse) Reset()
- func (m *MsgAddX509CertResponse) Size() (n int)
- func (m *MsgAddX509CertResponse) String() string
- func (m *MsgAddX509CertResponse) Unmarshal(dAtA []byte) error
- func (m *MsgAddX509CertResponse) XXX_DiscardUnknown()
- func (m *MsgAddX509CertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAddX509CertResponse) XXX_Merge(src proto.Message)
- func (m *MsgAddX509CertResponse) XXX_Size() int
- func (m *MsgAddX509CertResponse) XXX_Unmarshal(b []byte) error
- type MsgApproveAddX509RootCert
- func (*MsgApproveAddX509RootCert) Descriptor() ([]byte, []int)
- func (m *MsgApproveAddX509RootCert) GetInfo() string
- func (msg *MsgApproveAddX509RootCert) GetSignBytes() []byte
- func (m *MsgApproveAddX509RootCert) GetSigner() string
- func (msg *MsgApproveAddX509RootCert) GetSigners() []sdk.AccAddress
- func (m *MsgApproveAddX509RootCert) GetSubject() string
- func (m *MsgApproveAddX509RootCert) GetSubjectKeyId() string
- func (m *MsgApproveAddX509RootCert) GetTime() int64
- func (m *MsgApproveAddX509RootCert) Marshal() (dAtA []byte, err error)
- func (m *MsgApproveAddX509RootCert) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgApproveAddX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgApproveAddX509RootCert) ProtoMessage()
- func (m *MsgApproveAddX509RootCert) Reset()
- func (msg *MsgApproveAddX509RootCert) Route() string
- func (m *MsgApproveAddX509RootCert) Size() (n int)
- func (m *MsgApproveAddX509RootCert) String() string
- func (msg *MsgApproveAddX509RootCert) Type() string
- func (m *MsgApproveAddX509RootCert) Unmarshal(dAtA []byte) error
- func (msg *MsgApproveAddX509RootCert) ValidateBasic() error
- func (m *MsgApproveAddX509RootCert) XXX_DiscardUnknown()
- func (m *MsgApproveAddX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgApproveAddX509RootCert) XXX_Merge(src proto.Message)
- func (m *MsgApproveAddX509RootCert) XXX_Size() int
- func (m *MsgApproveAddX509RootCert) XXX_Unmarshal(b []byte) error
- type MsgApproveAddX509RootCertResponse
- func (*MsgApproveAddX509RootCertResponse) Descriptor() ([]byte, []int)
- func (m *MsgApproveAddX509RootCertResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgApproveAddX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgApproveAddX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgApproveAddX509RootCertResponse) ProtoMessage()
- func (m *MsgApproveAddX509RootCertResponse) Reset()
- func (m *MsgApproveAddX509RootCertResponse) Size() (n int)
- func (m *MsgApproveAddX509RootCertResponse) String() string
- func (m *MsgApproveAddX509RootCertResponse) Unmarshal(dAtA []byte) error
- func (m *MsgApproveAddX509RootCertResponse) XXX_DiscardUnknown()
- func (m *MsgApproveAddX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgApproveAddX509RootCertResponse) XXX_Merge(src proto.Message)
- func (m *MsgApproveAddX509RootCertResponse) XXX_Size() int
- func (m *MsgApproveAddX509RootCertResponse) XXX_Unmarshal(b []byte) error
- type MsgApproveRevokeX509RootCert
- func (*MsgApproveRevokeX509RootCert) Descriptor() ([]byte, []int)
- func (m *MsgApproveRevokeX509RootCert) GetInfo() string
- func (msg *MsgApproveRevokeX509RootCert) GetSignBytes() []byte
- func (m *MsgApproveRevokeX509RootCert) GetSigner() string
- func (msg *MsgApproveRevokeX509RootCert) GetSigners() []sdk.AccAddress
- func (m *MsgApproveRevokeX509RootCert) GetSubject() string
- func (m *MsgApproveRevokeX509RootCert) GetSubjectKeyId() string
- func (m *MsgApproveRevokeX509RootCert) GetTime() int64
- func (m *MsgApproveRevokeX509RootCert) Marshal() (dAtA []byte, err error)
- func (m *MsgApproveRevokeX509RootCert) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgApproveRevokeX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgApproveRevokeX509RootCert) ProtoMessage()
- func (m *MsgApproveRevokeX509RootCert) Reset()
- func (msg *MsgApproveRevokeX509RootCert) Route() string
- func (m *MsgApproveRevokeX509RootCert) Size() (n int)
- func (m *MsgApproveRevokeX509RootCert) String() string
- func (msg *MsgApproveRevokeX509RootCert) Type() string
- func (m *MsgApproveRevokeX509RootCert) Unmarshal(dAtA []byte) error
- func (msg *MsgApproveRevokeX509RootCert) ValidateBasic() error
- func (m *MsgApproveRevokeX509RootCert) XXX_DiscardUnknown()
- func (m *MsgApproveRevokeX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgApproveRevokeX509RootCert) XXX_Merge(src proto.Message)
- func (m *MsgApproveRevokeX509RootCert) XXX_Size() int
- func (m *MsgApproveRevokeX509RootCert) XXX_Unmarshal(b []byte) error
- type MsgApproveRevokeX509RootCertResponse
- func (*MsgApproveRevokeX509RootCertResponse) Descriptor() ([]byte, []int)
- func (m *MsgApproveRevokeX509RootCertResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgApproveRevokeX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgApproveRevokeX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgApproveRevokeX509RootCertResponse) ProtoMessage()
- func (m *MsgApproveRevokeX509RootCertResponse) Reset()
- func (m *MsgApproveRevokeX509RootCertResponse) Size() (n int)
- func (m *MsgApproveRevokeX509RootCertResponse) String() string
- func (m *MsgApproveRevokeX509RootCertResponse) Unmarshal(dAtA []byte) error
- func (m *MsgApproveRevokeX509RootCertResponse) XXX_DiscardUnknown()
- func (m *MsgApproveRevokeX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgApproveRevokeX509RootCertResponse) XXX_Merge(src proto.Message)
- func (m *MsgApproveRevokeX509RootCertResponse) XXX_Size() int
- func (m *MsgApproveRevokeX509RootCertResponse) XXX_Unmarshal(b []byte) error
- type MsgAssignVid
- func (*MsgAssignVid) Descriptor() ([]byte, []int)
- func (msg *MsgAssignVid) GetSignBytes() []byte
- func (m *MsgAssignVid) GetSigner() string
- func (msg *MsgAssignVid) GetSigners() []sdk.AccAddress
- func (m *MsgAssignVid) GetSubject() string
- func (m *MsgAssignVid) GetSubjectKeyId() string
- func (m *MsgAssignVid) GetVid() int32
- func (m *MsgAssignVid) Marshal() (dAtA []byte, err error)
- func (m *MsgAssignVid) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAssignVid) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAssignVid) ProtoMessage()
- func (m *MsgAssignVid) Reset()
- func (msg *MsgAssignVid) Route() string
- func (m *MsgAssignVid) Size() (n int)
- func (m *MsgAssignVid) String() string
- func (msg *MsgAssignVid) Type() string
- func (m *MsgAssignVid) Unmarshal(dAtA []byte) error
- func (msg *MsgAssignVid) ValidateBasic() error
- func (m *MsgAssignVid) XXX_DiscardUnknown()
- func (m *MsgAssignVid) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAssignVid) XXX_Merge(src proto.Message)
- func (m *MsgAssignVid) XXX_Size() int
- func (m *MsgAssignVid) XXX_Unmarshal(b []byte) error
- type MsgAssignVidResponse
- func (*MsgAssignVidResponse) Descriptor() ([]byte, []int)
- func (m *MsgAssignVidResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgAssignVidResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgAssignVidResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgAssignVidResponse) ProtoMessage()
- func (m *MsgAssignVidResponse) Reset()
- func (m *MsgAssignVidResponse) Size() (n int)
- func (m *MsgAssignVidResponse) String() string
- func (m *MsgAssignVidResponse) Unmarshal(dAtA []byte) error
- func (m *MsgAssignVidResponse) XXX_DiscardUnknown()
- func (m *MsgAssignVidResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgAssignVidResponse) XXX_Merge(src proto.Message)
- func (m *MsgAssignVidResponse) XXX_Size() int
- func (m *MsgAssignVidResponse) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgDeletePkiRevocationDistributionPoint
- func (*MsgDeletePkiRevocationDistributionPoint) Descriptor() ([]byte, []int)
- func (m *MsgDeletePkiRevocationDistributionPoint) GetIssuerSubjectKeyID() string
- func (m *MsgDeletePkiRevocationDistributionPoint) GetLabel() string
- func (msg *MsgDeletePkiRevocationDistributionPoint) GetSignBytes() []byte
- func (m *MsgDeletePkiRevocationDistributionPoint) GetSigner() string
- func (msg *MsgDeletePkiRevocationDistributionPoint) GetSigners() []sdk.AccAddress
- func (m *MsgDeletePkiRevocationDistributionPoint) GetVid() int32
- func (m *MsgDeletePkiRevocationDistributionPoint) Marshal() (dAtA []byte, err error)
- func (m *MsgDeletePkiRevocationDistributionPoint) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeletePkiRevocationDistributionPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeletePkiRevocationDistributionPoint) ProtoMessage()
- func (m *MsgDeletePkiRevocationDistributionPoint) Reset()
- func (msg *MsgDeletePkiRevocationDistributionPoint) Route() string
- func (m *MsgDeletePkiRevocationDistributionPoint) Size() (n int)
- func (m *MsgDeletePkiRevocationDistributionPoint) String() string
- func (msg *MsgDeletePkiRevocationDistributionPoint) Type() string
- func (m *MsgDeletePkiRevocationDistributionPoint) Unmarshal(dAtA []byte) error
- func (msg *MsgDeletePkiRevocationDistributionPoint) ValidateBasic() error
- func (m *MsgDeletePkiRevocationDistributionPoint) XXX_DiscardUnknown()
- func (m *MsgDeletePkiRevocationDistributionPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeletePkiRevocationDistributionPoint) XXX_Merge(src proto.Message)
- func (m *MsgDeletePkiRevocationDistributionPoint) XXX_Size() int
- func (m *MsgDeletePkiRevocationDistributionPoint) XXX_Unmarshal(b []byte) error
- type MsgDeletePkiRevocationDistributionPointResponse
- func (*MsgDeletePkiRevocationDistributionPointResponse) Descriptor() ([]byte, []int)
- func (m *MsgDeletePkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDeletePkiRevocationDistributionPointResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeletePkiRevocationDistributionPointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeletePkiRevocationDistributionPointResponse) ProtoMessage()
- func (m *MsgDeletePkiRevocationDistributionPointResponse) Reset()
- func (m *MsgDeletePkiRevocationDistributionPointResponse) Size() (n int)
- func (m *MsgDeletePkiRevocationDistributionPointResponse) String() string
- func (m *MsgDeletePkiRevocationDistributionPointResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDeletePkiRevocationDistributionPointResponse) XXX_DiscardUnknown()
- func (m *MsgDeletePkiRevocationDistributionPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeletePkiRevocationDistributionPointResponse) XXX_Merge(src proto.Message)
- func (m *MsgDeletePkiRevocationDistributionPointResponse) XXX_Size() int
- func (m *MsgDeletePkiRevocationDistributionPointResponse) XXX_Unmarshal(b []byte) error
- type MsgProposeAddX509RootCert
- func (*MsgProposeAddX509RootCert) Descriptor() ([]byte, []int)
- func (m *MsgProposeAddX509RootCert) GetCert() string
- func (m *MsgProposeAddX509RootCert) GetInfo() string
- func (msg *MsgProposeAddX509RootCert) GetSignBytes() []byte
- func (m *MsgProposeAddX509RootCert) GetSigner() string
- func (msg *MsgProposeAddX509RootCert) GetSigners() []sdk.AccAddress
- func (m *MsgProposeAddX509RootCert) GetTime() int64
- func (m *MsgProposeAddX509RootCert) GetVid() int32
- func (m *MsgProposeAddX509RootCert) Marshal() (dAtA []byte, err error)
- func (m *MsgProposeAddX509RootCert) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgProposeAddX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgProposeAddX509RootCert) ProtoMessage()
- func (m *MsgProposeAddX509RootCert) Reset()
- func (msg *MsgProposeAddX509RootCert) Route() string
- func (m *MsgProposeAddX509RootCert) Size() (n int)
- func (m *MsgProposeAddX509RootCert) String() string
- func (msg *MsgProposeAddX509RootCert) Type() string
- func (m *MsgProposeAddX509RootCert) Unmarshal(dAtA []byte) error
- func (msg *MsgProposeAddX509RootCert) ValidateBasic() error
- func (m *MsgProposeAddX509RootCert) XXX_DiscardUnknown()
- func (m *MsgProposeAddX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgProposeAddX509RootCert) XXX_Merge(src proto.Message)
- func (m *MsgProposeAddX509RootCert) XXX_Size() int
- func (m *MsgProposeAddX509RootCert) XXX_Unmarshal(b []byte) error
- type MsgProposeAddX509RootCertResponse
- func (*MsgProposeAddX509RootCertResponse) Descriptor() ([]byte, []int)
- func (m *MsgProposeAddX509RootCertResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgProposeAddX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgProposeAddX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgProposeAddX509RootCertResponse) ProtoMessage()
- func (m *MsgProposeAddX509RootCertResponse) Reset()
- func (m *MsgProposeAddX509RootCertResponse) Size() (n int)
- func (m *MsgProposeAddX509RootCertResponse) String() string
- func (m *MsgProposeAddX509RootCertResponse) Unmarshal(dAtA []byte) error
- func (m *MsgProposeAddX509RootCertResponse) XXX_DiscardUnknown()
- func (m *MsgProposeAddX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgProposeAddX509RootCertResponse) XXX_Merge(src proto.Message)
- func (m *MsgProposeAddX509RootCertResponse) XXX_Size() int
- func (m *MsgProposeAddX509RootCertResponse) XXX_Unmarshal(b []byte) error
- type MsgProposeRevokeX509RootCert
- func (*MsgProposeRevokeX509RootCert) Descriptor() ([]byte, []int)
- func (m *MsgProposeRevokeX509RootCert) GetInfo() string
- func (msg *MsgProposeRevokeX509RootCert) GetSignBytes() []byte
- func (m *MsgProposeRevokeX509RootCert) GetSigner() string
- func (msg *MsgProposeRevokeX509RootCert) GetSigners() []sdk.AccAddress
- func (m *MsgProposeRevokeX509RootCert) GetSubject() string
- func (m *MsgProposeRevokeX509RootCert) GetSubjectKeyId() string
- func (m *MsgProposeRevokeX509RootCert) GetTime() int64
- func (m *MsgProposeRevokeX509RootCert) Marshal() (dAtA []byte, err error)
- func (m *MsgProposeRevokeX509RootCert) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgProposeRevokeX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgProposeRevokeX509RootCert) ProtoMessage()
- func (m *MsgProposeRevokeX509RootCert) Reset()
- func (msg *MsgProposeRevokeX509RootCert) Route() string
- func (m *MsgProposeRevokeX509RootCert) Size() (n int)
- func (m *MsgProposeRevokeX509RootCert) String() string
- func (msg *MsgProposeRevokeX509RootCert) Type() string
- func (m *MsgProposeRevokeX509RootCert) Unmarshal(dAtA []byte) error
- func (msg *MsgProposeRevokeX509RootCert) ValidateBasic() error
- func (m *MsgProposeRevokeX509RootCert) XXX_DiscardUnknown()
- func (m *MsgProposeRevokeX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgProposeRevokeX509RootCert) XXX_Merge(src proto.Message)
- func (m *MsgProposeRevokeX509RootCert) XXX_Size() int
- func (m *MsgProposeRevokeX509RootCert) XXX_Unmarshal(b []byte) error
- type MsgProposeRevokeX509RootCertResponse
- func (*MsgProposeRevokeX509RootCertResponse) Descriptor() ([]byte, []int)
- func (m *MsgProposeRevokeX509RootCertResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgProposeRevokeX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgProposeRevokeX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgProposeRevokeX509RootCertResponse) ProtoMessage()
- func (m *MsgProposeRevokeX509RootCertResponse) Reset()
- func (m *MsgProposeRevokeX509RootCertResponse) Size() (n int)
- func (m *MsgProposeRevokeX509RootCertResponse) String() string
- func (m *MsgProposeRevokeX509RootCertResponse) Unmarshal(dAtA []byte) error
- func (m *MsgProposeRevokeX509RootCertResponse) XXX_DiscardUnknown()
- func (m *MsgProposeRevokeX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgProposeRevokeX509RootCertResponse) XXX_Merge(src proto.Message)
- func (m *MsgProposeRevokeX509RootCertResponse) XXX_Size() int
- func (m *MsgProposeRevokeX509RootCertResponse) XXX_Unmarshal(b []byte) error
- type MsgRejectAddX509RootCert
- func (*MsgRejectAddX509RootCert) Descriptor() ([]byte, []int)
- func (m *MsgRejectAddX509RootCert) GetInfo() string
- func (msg *MsgRejectAddX509RootCert) GetSignBytes() []byte
- func (m *MsgRejectAddX509RootCert) GetSigner() string
- func (msg *MsgRejectAddX509RootCert) GetSigners() []sdk.AccAddress
- func (m *MsgRejectAddX509RootCert) GetSubject() string
- func (m *MsgRejectAddX509RootCert) GetSubjectKeyId() string
- func (m *MsgRejectAddX509RootCert) GetTime() int64
- func (m *MsgRejectAddX509RootCert) Marshal() (dAtA []byte, err error)
- func (m *MsgRejectAddX509RootCert) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRejectAddX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRejectAddX509RootCert) ProtoMessage()
- func (m *MsgRejectAddX509RootCert) Reset()
- func (msg *MsgRejectAddX509RootCert) Route() string
- func (m *MsgRejectAddX509RootCert) Size() (n int)
- func (m *MsgRejectAddX509RootCert) String() string
- func (msg *MsgRejectAddX509RootCert) Type() string
- func (m *MsgRejectAddX509RootCert) Unmarshal(dAtA []byte) error
- func (msg *MsgRejectAddX509RootCert) ValidateBasic() error
- func (m *MsgRejectAddX509RootCert) XXX_DiscardUnknown()
- func (m *MsgRejectAddX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRejectAddX509RootCert) XXX_Merge(src proto.Message)
- func (m *MsgRejectAddX509RootCert) XXX_Size() int
- func (m *MsgRejectAddX509RootCert) XXX_Unmarshal(b []byte) error
- type MsgRejectAddX509RootCertResponse
- func (*MsgRejectAddX509RootCertResponse) Descriptor() ([]byte, []int)
- func (m *MsgRejectAddX509RootCertResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRejectAddX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRejectAddX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRejectAddX509RootCertResponse) ProtoMessage()
- func (m *MsgRejectAddX509RootCertResponse) Reset()
- func (m *MsgRejectAddX509RootCertResponse) Size() (n int)
- func (m *MsgRejectAddX509RootCertResponse) String() string
- func (m *MsgRejectAddX509RootCertResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRejectAddX509RootCertResponse) XXX_DiscardUnknown()
- func (m *MsgRejectAddX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRejectAddX509RootCertResponse) XXX_Merge(src proto.Message)
- func (m *MsgRejectAddX509RootCertResponse) XXX_Size() int
- func (m *MsgRejectAddX509RootCertResponse) XXX_Unmarshal(b []byte) error
- type MsgRevokeX509Cert
- func (*MsgRevokeX509Cert) Descriptor() ([]byte, []int)
- func (m *MsgRevokeX509Cert) GetInfo() string
- func (msg *MsgRevokeX509Cert) GetSignBytes() []byte
- func (m *MsgRevokeX509Cert) GetSigner() string
- func (msg *MsgRevokeX509Cert) GetSigners() []sdk.AccAddress
- func (m *MsgRevokeX509Cert) GetSubject() string
- func (m *MsgRevokeX509Cert) GetSubjectKeyId() string
- func (m *MsgRevokeX509Cert) GetTime() int64
- func (m *MsgRevokeX509Cert) Marshal() (dAtA []byte, err error)
- func (m *MsgRevokeX509Cert) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRevokeX509Cert) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRevokeX509Cert) ProtoMessage()
- func (m *MsgRevokeX509Cert) Reset()
- func (msg *MsgRevokeX509Cert) Route() string
- func (m *MsgRevokeX509Cert) Size() (n int)
- func (m *MsgRevokeX509Cert) String() string
- func (msg *MsgRevokeX509Cert) Type() string
- func (m *MsgRevokeX509Cert) Unmarshal(dAtA []byte) error
- func (msg *MsgRevokeX509Cert) ValidateBasic() error
- func (m *MsgRevokeX509Cert) XXX_DiscardUnknown()
- func (m *MsgRevokeX509Cert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRevokeX509Cert) XXX_Merge(src proto.Message)
- func (m *MsgRevokeX509Cert) XXX_Size() int
- func (m *MsgRevokeX509Cert) XXX_Unmarshal(b []byte) error
- type MsgRevokeX509CertResponse
- func (*MsgRevokeX509CertResponse) Descriptor() ([]byte, []int)
- func (m *MsgRevokeX509CertResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRevokeX509CertResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRevokeX509CertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRevokeX509CertResponse) ProtoMessage()
- func (m *MsgRevokeX509CertResponse) Reset()
- func (m *MsgRevokeX509CertResponse) Size() (n int)
- func (m *MsgRevokeX509CertResponse) String() string
- func (m *MsgRevokeX509CertResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRevokeX509CertResponse) XXX_DiscardUnknown()
- func (m *MsgRevokeX509CertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRevokeX509CertResponse) XXX_Merge(src proto.Message)
- func (m *MsgRevokeX509CertResponse) XXX_Size() int
- func (m *MsgRevokeX509CertResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgUpdatePkiRevocationDistributionPoint
- func (*MsgUpdatePkiRevocationDistributionPoint) Descriptor() ([]byte, []int)
- func (m *MsgUpdatePkiRevocationDistributionPoint) GetCrlSignerCertificate() string
- func (m *MsgUpdatePkiRevocationDistributionPoint) GetDataDigest() string
- func (m *MsgUpdatePkiRevocationDistributionPoint) GetDataDigestType() uint32
- func (m *MsgUpdatePkiRevocationDistributionPoint) GetDataFileSize() uint64
- func (m *MsgUpdatePkiRevocationDistributionPoint) GetDataURL() string
- func (m *MsgUpdatePkiRevocationDistributionPoint) GetIssuerSubjectKeyID() string
- func (m *MsgUpdatePkiRevocationDistributionPoint) GetLabel() string
- func (msg *MsgUpdatePkiRevocationDistributionPoint) GetSignBytes() []byte
- func (m *MsgUpdatePkiRevocationDistributionPoint) GetSigner() string
- func (msg *MsgUpdatePkiRevocationDistributionPoint) GetSigners() []sdk.AccAddress
- func (m *MsgUpdatePkiRevocationDistributionPoint) GetVid() int32
- func (m *MsgUpdatePkiRevocationDistributionPoint) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdatePkiRevocationDistributionPoint) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdatePkiRevocationDistributionPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdatePkiRevocationDistributionPoint) ProtoMessage()
- func (m *MsgUpdatePkiRevocationDistributionPoint) Reset()
- func (msg *MsgUpdatePkiRevocationDistributionPoint) Route() string
- func (m *MsgUpdatePkiRevocationDistributionPoint) Size() (n int)
- func (m *MsgUpdatePkiRevocationDistributionPoint) String() string
- func (msg *MsgUpdatePkiRevocationDistributionPoint) Type() string
- func (m *MsgUpdatePkiRevocationDistributionPoint) Unmarshal(dAtA []byte) error
- func (msg *MsgUpdatePkiRevocationDistributionPoint) ValidateBasic() error
- func (m *MsgUpdatePkiRevocationDistributionPoint) XXX_DiscardUnknown()
- func (m *MsgUpdatePkiRevocationDistributionPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdatePkiRevocationDistributionPoint) XXX_Merge(src proto.Message)
- func (m *MsgUpdatePkiRevocationDistributionPoint) XXX_Size() int
- func (m *MsgUpdatePkiRevocationDistributionPoint) XXX_Unmarshal(b []byte) error
- type MsgUpdatePkiRevocationDistributionPointResponse
- func (*MsgUpdatePkiRevocationDistributionPointResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdatePkiRevocationDistributionPointResponse) ProtoMessage()
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) Reset()
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) Size() (n int)
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) String() string
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) XXX_DiscardUnknown()
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) XXX_Size() int
- func (m *MsgUpdatePkiRevocationDistributionPointResponse) XXX_Unmarshal(b []byte) error
- type PkiRevocationDistributionPoint
- func (*PkiRevocationDistributionPoint) Descriptor() ([]byte, []int)
- func (m *PkiRevocationDistributionPoint) GetCrlSignerCertificate() string
- func (m *PkiRevocationDistributionPoint) GetDataDigest() string
- func (m *PkiRevocationDistributionPoint) GetDataDigestType() uint32
- func (m *PkiRevocationDistributionPoint) GetDataFileSize() uint64
- func (m *PkiRevocationDistributionPoint) GetDataURL() string
- func (m *PkiRevocationDistributionPoint) GetIsPAA() bool
- func (m *PkiRevocationDistributionPoint) GetIssuerSubjectKeyID() string
- func (m *PkiRevocationDistributionPoint) GetLabel() string
- func (m *PkiRevocationDistributionPoint) GetPid() int32
- func (m *PkiRevocationDistributionPoint) GetRevocationType() uint32
- func (m *PkiRevocationDistributionPoint) GetVid() int32
- func (m *PkiRevocationDistributionPoint) Marshal() (dAtA []byte, err error)
- func (m *PkiRevocationDistributionPoint) MarshalTo(dAtA []byte) (int, error)
- func (m *PkiRevocationDistributionPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PkiRevocationDistributionPoint) ProtoMessage()
- func (m *PkiRevocationDistributionPoint) Reset()
- func (m *PkiRevocationDistributionPoint) Size() (n int)
- func (m *PkiRevocationDistributionPoint) String() string
- func (m *PkiRevocationDistributionPoint) Unmarshal(dAtA []byte) error
- func (m *PkiRevocationDistributionPoint) XXX_DiscardUnknown()
- func (m *PkiRevocationDistributionPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PkiRevocationDistributionPoint) XXX_Merge(src proto.Message)
- func (m *PkiRevocationDistributionPoint) XXX_Size() int
- func (m *PkiRevocationDistributionPoint) XXX_Unmarshal(b []byte) error
- type PkiRevocationDistributionPointsByIssuerSubjectKeyID
- func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Descriptor() ([]byte, []int)
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) GetIssuerSubjectKeyID() string
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) GetPoints() []*PkiRevocationDistributionPoint
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) Marshal() (dAtA []byte, err error)
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) MarshalTo(dAtA []byte) (int, error)
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) ProtoMessage()
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) Reset()
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) Size() (n int)
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) String() string
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) Unmarshal(dAtA []byte) error
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_DiscardUnknown()
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Merge(src proto.Message)
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Size() int
- func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Unmarshal(b []byte) error
- type ProposedCertificate
- func (*ProposedCertificate) Descriptor() ([]byte, []int)
- func (m *ProposedCertificate) GetApprovals() []*Grant
- func (m *ProposedCertificate) GetOwner() string
- func (m *ProposedCertificate) GetPemCert() string
- func (m *ProposedCertificate) GetRejects() []*Grant
- func (m *ProposedCertificate) GetSerialNumber() string
- func (m *ProposedCertificate) GetSubject() string
- func (m *ProposedCertificate) GetSubjectAsText() string
- func (m *ProposedCertificate) GetSubjectKeyId() string
- func (m *ProposedCertificate) GetVid() int32
- func (cert ProposedCertificate) HasApprovalFrom(address string) bool
- func (cert ProposedCertificate) HasRejectFrom(address string) bool
- func (m *ProposedCertificate) Marshal() (dAtA []byte, err error)
- func (m *ProposedCertificate) MarshalTo(dAtA []byte) (int, error)
- func (m *ProposedCertificate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProposedCertificate) ProtoMessage()
- func (m *ProposedCertificate) Reset()
- func (m *ProposedCertificate) Size() (n int)
- func (m *ProposedCertificate) String() string
- func (m *ProposedCertificate) Unmarshal(dAtA []byte) error
- func (m *ProposedCertificate) XXX_DiscardUnknown()
- func (m *ProposedCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProposedCertificate) XXX_Merge(src proto.Message)
- func (m *ProposedCertificate) XXX_Size() int
- func (m *ProposedCertificate) XXX_Unmarshal(b []byte) error
- type ProposedCertificateRevocation
- func (*ProposedCertificateRevocation) Descriptor() ([]byte, []int)
- func (m *ProposedCertificateRevocation) GetApprovals() []*Grant
- func (m *ProposedCertificateRevocation) GetSubject() string
- func (m *ProposedCertificateRevocation) GetSubjectAsText() string
- func (m *ProposedCertificateRevocation) GetSubjectKeyId() string
- func (d ProposedCertificateRevocation) HasApprovalFrom(address string) bool
- func (cert ProposedCertificateRevocation) HasRevocationFrom(address string) bool
- func (m *ProposedCertificateRevocation) Marshal() (dAtA []byte, err error)
- func (m *ProposedCertificateRevocation) MarshalTo(dAtA []byte) (int, error)
- func (m *ProposedCertificateRevocation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProposedCertificateRevocation) ProtoMessage()
- func (m *ProposedCertificateRevocation) Reset()
- func (m *ProposedCertificateRevocation) Size() (n int)
- func (m *ProposedCertificateRevocation) String() string
- func (m *ProposedCertificateRevocation) Unmarshal(dAtA []byte) error
- func (m *ProposedCertificateRevocation) XXX_DiscardUnknown()
- func (m *ProposedCertificateRevocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProposedCertificateRevocation) XXX_Merge(src proto.Message)
- func (m *ProposedCertificateRevocation) XXX_Size() int
- func (m *ProposedCertificateRevocation) XXX_Unmarshal(b []byte) error
- type QueryAllApprovedCertificatesRequest
- func (*QueryAllApprovedCertificatesRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllApprovedCertificatesRequest) GetPagination() *query.PageRequest
- func (m *QueryAllApprovedCertificatesRequest) GetSubjectKeyId() string
- func (m *QueryAllApprovedCertificatesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllApprovedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllApprovedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllApprovedCertificatesRequest) ProtoMessage()
- func (m *QueryAllApprovedCertificatesRequest) Reset()
- func (m *QueryAllApprovedCertificatesRequest) Size() (n int)
- func (m *QueryAllApprovedCertificatesRequest) String() string
- func (m *QueryAllApprovedCertificatesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllApprovedCertificatesRequest) XXX_DiscardUnknown()
- func (m *QueryAllApprovedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllApprovedCertificatesRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllApprovedCertificatesRequest) XXX_Size() int
- func (m *QueryAllApprovedCertificatesRequest) XXX_Unmarshal(b []byte) error
- type QueryAllApprovedCertificatesResponse
- func (*QueryAllApprovedCertificatesResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllApprovedCertificatesResponse) GetApprovedCertificates() []ApprovedCertificates
- func (m *QueryAllApprovedCertificatesResponse) GetPagination() *query.PageResponse
- func (m *QueryAllApprovedCertificatesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllApprovedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllApprovedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllApprovedCertificatesResponse) ProtoMessage()
- func (m *QueryAllApprovedCertificatesResponse) Reset()
- func (m *QueryAllApprovedCertificatesResponse) Size() (n int)
- func (m *QueryAllApprovedCertificatesResponse) String() string
- func (m *QueryAllApprovedCertificatesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllApprovedCertificatesResponse) XXX_DiscardUnknown()
- func (m *QueryAllApprovedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllApprovedCertificatesResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllApprovedCertificatesResponse) XXX_Size() int
- func (m *QueryAllApprovedCertificatesResponse) XXX_Unmarshal(b []byte) error
- type QueryAllPkiRevocationDistributionPointRequest
- func (*QueryAllPkiRevocationDistributionPointRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllPkiRevocationDistributionPointRequest) GetPagination() *query.PageRequest
- func (m *QueryAllPkiRevocationDistributionPointRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllPkiRevocationDistributionPointRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllPkiRevocationDistributionPointRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllPkiRevocationDistributionPointRequest) ProtoMessage()
- func (m *QueryAllPkiRevocationDistributionPointRequest) Reset()
- func (m *QueryAllPkiRevocationDistributionPointRequest) Size() (n int)
- func (m *QueryAllPkiRevocationDistributionPointRequest) String() string
- func (m *QueryAllPkiRevocationDistributionPointRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllPkiRevocationDistributionPointRequest) XXX_DiscardUnknown()
- func (m *QueryAllPkiRevocationDistributionPointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllPkiRevocationDistributionPointRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllPkiRevocationDistributionPointRequest) XXX_Size() int
- func (m *QueryAllPkiRevocationDistributionPointRequest) XXX_Unmarshal(b []byte) error
- type QueryAllPkiRevocationDistributionPointResponse
- func (*QueryAllPkiRevocationDistributionPointResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllPkiRevocationDistributionPointResponse) GetPagination() *query.PageResponse
- func (m *QueryAllPkiRevocationDistributionPointResponse) GetPkiRevocationDistributionPoint() []PkiRevocationDistributionPoint
- func (m *QueryAllPkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllPkiRevocationDistributionPointResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllPkiRevocationDistributionPointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllPkiRevocationDistributionPointResponse) ProtoMessage()
- func (m *QueryAllPkiRevocationDistributionPointResponse) Reset()
- func (m *QueryAllPkiRevocationDistributionPointResponse) Size() (n int)
- func (m *QueryAllPkiRevocationDistributionPointResponse) String() string
- func (m *QueryAllPkiRevocationDistributionPointResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllPkiRevocationDistributionPointResponse) XXX_DiscardUnknown()
- func (m *QueryAllPkiRevocationDistributionPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllPkiRevocationDistributionPointResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllPkiRevocationDistributionPointResponse) XXX_Size() int
- func (m *QueryAllPkiRevocationDistributionPointResponse) XXX_Unmarshal(b []byte) error
- type QueryAllProposedCertificateRequest
- func (*QueryAllProposedCertificateRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllProposedCertificateRequest) GetPagination() *query.PageRequest
- func (m *QueryAllProposedCertificateRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllProposedCertificateRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllProposedCertificateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllProposedCertificateRequest) ProtoMessage()
- func (m *QueryAllProposedCertificateRequest) Reset()
- func (m *QueryAllProposedCertificateRequest) Size() (n int)
- func (m *QueryAllProposedCertificateRequest) String() string
- func (m *QueryAllProposedCertificateRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllProposedCertificateRequest) XXX_DiscardUnknown()
- func (m *QueryAllProposedCertificateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllProposedCertificateRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllProposedCertificateRequest) XXX_Size() int
- func (m *QueryAllProposedCertificateRequest) XXX_Unmarshal(b []byte) error
- type QueryAllProposedCertificateResponse
- func (*QueryAllProposedCertificateResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllProposedCertificateResponse) GetPagination() *query.PageResponse
- func (m *QueryAllProposedCertificateResponse) GetProposedCertificate() []ProposedCertificate
- func (m *QueryAllProposedCertificateResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllProposedCertificateResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllProposedCertificateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllProposedCertificateResponse) ProtoMessage()
- func (m *QueryAllProposedCertificateResponse) Reset()
- func (m *QueryAllProposedCertificateResponse) Size() (n int)
- func (m *QueryAllProposedCertificateResponse) String() string
- func (m *QueryAllProposedCertificateResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllProposedCertificateResponse) XXX_DiscardUnknown()
- func (m *QueryAllProposedCertificateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllProposedCertificateResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllProposedCertificateResponse) XXX_Size() int
- func (m *QueryAllProposedCertificateResponse) XXX_Unmarshal(b []byte) error
- type QueryAllProposedCertificateRevocationRequest
- func (*QueryAllProposedCertificateRevocationRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllProposedCertificateRevocationRequest) GetPagination() *query.PageRequest
- func (m *QueryAllProposedCertificateRevocationRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllProposedCertificateRevocationRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllProposedCertificateRevocationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllProposedCertificateRevocationRequest) ProtoMessage()
- func (m *QueryAllProposedCertificateRevocationRequest) Reset()
- func (m *QueryAllProposedCertificateRevocationRequest) Size() (n int)
- func (m *QueryAllProposedCertificateRevocationRequest) String() string
- func (m *QueryAllProposedCertificateRevocationRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllProposedCertificateRevocationRequest) XXX_DiscardUnknown()
- func (m *QueryAllProposedCertificateRevocationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllProposedCertificateRevocationRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllProposedCertificateRevocationRequest) XXX_Size() int
- func (m *QueryAllProposedCertificateRevocationRequest) XXX_Unmarshal(b []byte) error
- type QueryAllProposedCertificateRevocationResponse
- func (*QueryAllProposedCertificateRevocationResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllProposedCertificateRevocationResponse) GetPagination() *query.PageResponse
- func (m *QueryAllProposedCertificateRevocationResponse) GetProposedCertificateRevocation() []ProposedCertificateRevocation
- func (m *QueryAllProposedCertificateRevocationResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllProposedCertificateRevocationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllProposedCertificateRevocationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllProposedCertificateRevocationResponse) ProtoMessage()
- func (m *QueryAllProposedCertificateRevocationResponse) Reset()
- func (m *QueryAllProposedCertificateRevocationResponse) Size() (n int)
- func (m *QueryAllProposedCertificateRevocationResponse) String() string
- func (m *QueryAllProposedCertificateRevocationResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllProposedCertificateRevocationResponse) XXX_DiscardUnknown()
- func (m *QueryAllProposedCertificateRevocationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllProposedCertificateRevocationResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllProposedCertificateRevocationResponse) XXX_Size() int
- func (m *QueryAllProposedCertificateRevocationResponse) XXX_Unmarshal(b []byte) error
- type QueryAllRejectedCertificatesRequest
- func (*QueryAllRejectedCertificatesRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllRejectedCertificatesRequest) GetPagination() *query.PageRequest
- func (m *QueryAllRejectedCertificatesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllRejectedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllRejectedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllRejectedCertificatesRequest) ProtoMessage()
- func (m *QueryAllRejectedCertificatesRequest) Reset()
- func (m *QueryAllRejectedCertificatesRequest) Size() (n int)
- func (m *QueryAllRejectedCertificatesRequest) String() string
- func (m *QueryAllRejectedCertificatesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllRejectedCertificatesRequest) XXX_DiscardUnknown()
- func (m *QueryAllRejectedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllRejectedCertificatesRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllRejectedCertificatesRequest) XXX_Size() int
- func (m *QueryAllRejectedCertificatesRequest) XXX_Unmarshal(b []byte) error
- type QueryAllRejectedCertificatesResponse
- func (*QueryAllRejectedCertificatesResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllRejectedCertificatesResponse) GetPagination() *query.PageResponse
- func (m *QueryAllRejectedCertificatesResponse) GetRejectedCertificate() []RejectedCertificate
- func (m *QueryAllRejectedCertificatesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllRejectedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllRejectedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllRejectedCertificatesResponse) ProtoMessage()
- func (m *QueryAllRejectedCertificatesResponse) Reset()
- func (m *QueryAllRejectedCertificatesResponse) Size() (n int)
- func (m *QueryAllRejectedCertificatesResponse) String() string
- func (m *QueryAllRejectedCertificatesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllRejectedCertificatesResponse) XXX_DiscardUnknown()
- func (m *QueryAllRejectedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllRejectedCertificatesResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllRejectedCertificatesResponse) XXX_Size() int
- func (m *QueryAllRejectedCertificatesResponse) XXX_Unmarshal(b []byte) error
- type QueryAllRevokedCertificatesRequest
- func (*QueryAllRevokedCertificatesRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllRevokedCertificatesRequest) GetPagination() *query.PageRequest
- func (m *QueryAllRevokedCertificatesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllRevokedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllRevokedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllRevokedCertificatesRequest) ProtoMessage()
- func (m *QueryAllRevokedCertificatesRequest) Reset()
- func (m *QueryAllRevokedCertificatesRequest) Size() (n int)
- func (m *QueryAllRevokedCertificatesRequest) String() string
- func (m *QueryAllRevokedCertificatesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllRevokedCertificatesRequest) XXX_DiscardUnknown()
- func (m *QueryAllRevokedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllRevokedCertificatesRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllRevokedCertificatesRequest) XXX_Size() int
- func (m *QueryAllRevokedCertificatesRequest) XXX_Unmarshal(b []byte) error
- type QueryAllRevokedCertificatesResponse
- func (*QueryAllRevokedCertificatesResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllRevokedCertificatesResponse) GetPagination() *query.PageResponse
- func (m *QueryAllRevokedCertificatesResponse) GetRevokedCertificates() []RevokedCertificates
- func (m *QueryAllRevokedCertificatesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllRevokedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllRevokedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllRevokedCertificatesResponse) ProtoMessage()
- func (m *QueryAllRevokedCertificatesResponse) Reset()
- func (m *QueryAllRevokedCertificatesResponse) Size() (n int)
- func (m *QueryAllRevokedCertificatesResponse) String() string
- func (m *QueryAllRevokedCertificatesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllRevokedCertificatesResponse) XXX_DiscardUnknown()
- func (m *QueryAllRevokedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllRevokedCertificatesResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllRevokedCertificatesResponse) XXX_Size() int
- func (m *QueryAllRevokedCertificatesResponse) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryGetApprovedCertificatesBySubjectRequest
- func (*QueryGetApprovedCertificatesBySubjectRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetApprovedCertificatesBySubjectRequest) GetSubject() string
- func (m *QueryGetApprovedCertificatesBySubjectRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetApprovedCertificatesBySubjectRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetApprovedCertificatesBySubjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetApprovedCertificatesBySubjectRequest) ProtoMessage()
- func (m *QueryGetApprovedCertificatesBySubjectRequest) Reset()
- func (m *QueryGetApprovedCertificatesBySubjectRequest) Size() (n int)
- func (m *QueryGetApprovedCertificatesBySubjectRequest) String() string
- func (m *QueryGetApprovedCertificatesBySubjectRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetApprovedCertificatesBySubjectRequest) XXX_DiscardUnknown()
- func (m *QueryGetApprovedCertificatesBySubjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetApprovedCertificatesBySubjectRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetApprovedCertificatesBySubjectRequest) XXX_Size() int
- func (m *QueryGetApprovedCertificatesBySubjectRequest) XXX_Unmarshal(b []byte) error
- type QueryGetApprovedCertificatesBySubjectResponse
- func (*QueryGetApprovedCertificatesBySubjectResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetApprovedCertificatesBySubjectResponse) GetApprovedCertificatesBySubject() ApprovedCertificatesBySubject
- func (m *QueryGetApprovedCertificatesBySubjectResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetApprovedCertificatesBySubjectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetApprovedCertificatesBySubjectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetApprovedCertificatesBySubjectResponse) ProtoMessage()
- func (m *QueryGetApprovedCertificatesBySubjectResponse) Reset()
- func (m *QueryGetApprovedCertificatesBySubjectResponse) Size() (n int)
- func (m *QueryGetApprovedCertificatesBySubjectResponse) String() string
- func (m *QueryGetApprovedCertificatesBySubjectResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetApprovedCertificatesBySubjectResponse) XXX_DiscardUnknown()
- func (m *QueryGetApprovedCertificatesBySubjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetApprovedCertificatesBySubjectResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetApprovedCertificatesBySubjectResponse) XXX_Size() int
- func (m *QueryGetApprovedCertificatesBySubjectResponse) XXX_Unmarshal(b []byte) error
- type QueryGetApprovedCertificatesRequest
- func (*QueryGetApprovedCertificatesRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetApprovedCertificatesRequest) GetSubject() string
- func (m *QueryGetApprovedCertificatesRequest) GetSubjectKeyId() string
- func (m *QueryGetApprovedCertificatesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetApprovedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetApprovedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetApprovedCertificatesRequest) ProtoMessage()
- func (m *QueryGetApprovedCertificatesRequest) Reset()
- func (m *QueryGetApprovedCertificatesRequest) Size() (n int)
- func (m *QueryGetApprovedCertificatesRequest) String() string
- func (m *QueryGetApprovedCertificatesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetApprovedCertificatesRequest) XXX_DiscardUnknown()
- func (m *QueryGetApprovedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetApprovedCertificatesRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetApprovedCertificatesRequest) XXX_Size() int
- func (m *QueryGetApprovedCertificatesRequest) XXX_Unmarshal(b []byte) error
- type QueryGetApprovedCertificatesResponse
- func (*QueryGetApprovedCertificatesResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetApprovedCertificatesResponse) GetApprovedCertificates() ApprovedCertificates
- func (m *QueryGetApprovedCertificatesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetApprovedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetApprovedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetApprovedCertificatesResponse) ProtoMessage()
- func (m *QueryGetApprovedCertificatesResponse) Reset()
- func (m *QueryGetApprovedCertificatesResponse) Size() (n int)
- func (m *QueryGetApprovedCertificatesResponse) String() string
- func (m *QueryGetApprovedCertificatesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetApprovedCertificatesResponse) XXX_DiscardUnknown()
- func (m *QueryGetApprovedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetApprovedCertificatesResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetApprovedCertificatesResponse) XXX_Size() int
- func (m *QueryGetApprovedCertificatesResponse) XXX_Unmarshal(b []byte) error
- type QueryGetApprovedRootCertificatesRequest
- func (*QueryGetApprovedRootCertificatesRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetApprovedRootCertificatesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetApprovedRootCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetApprovedRootCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetApprovedRootCertificatesRequest) ProtoMessage()
- func (m *QueryGetApprovedRootCertificatesRequest) Reset()
- func (m *QueryGetApprovedRootCertificatesRequest) Size() (n int)
- func (m *QueryGetApprovedRootCertificatesRequest) String() string
- func (m *QueryGetApprovedRootCertificatesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetApprovedRootCertificatesRequest) XXX_DiscardUnknown()
- func (m *QueryGetApprovedRootCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetApprovedRootCertificatesRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetApprovedRootCertificatesRequest) XXX_Size() int
- func (m *QueryGetApprovedRootCertificatesRequest) XXX_Unmarshal(b []byte) error
- type QueryGetApprovedRootCertificatesResponse
- func (*QueryGetApprovedRootCertificatesResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetApprovedRootCertificatesResponse) GetApprovedRootCertificates() ApprovedRootCertificates
- func (m *QueryGetApprovedRootCertificatesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetApprovedRootCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetApprovedRootCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetApprovedRootCertificatesResponse) ProtoMessage()
- func (m *QueryGetApprovedRootCertificatesResponse) Reset()
- func (m *QueryGetApprovedRootCertificatesResponse) Size() (n int)
- func (m *QueryGetApprovedRootCertificatesResponse) String() string
- func (m *QueryGetApprovedRootCertificatesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetApprovedRootCertificatesResponse) XXX_DiscardUnknown()
- func (m *QueryGetApprovedRootCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetApprovedRootCertificatesResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetApprovedRootCertificatesResponse) XXX_Size() int
- func (m *QueryGetApprovedRootCertificatesResponse) XXX_Unmarshal(b []byte) error
- type QueryGetChildCertificatesRequest
- func (*QueryGetChildCertificatesRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetChildCertificatesRequest) GetAuthorityKeyId() string
- func (m *QueryGetChildCertificatesRequest) GetIssuer() string
- func (m *QueryGetChildCertificatesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetChildCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetChildCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetChildCertificatesRequest) ProtoMessage()
- func (m *QueryGetChildCertificatesRequest) Reset()
- func (m *QueryGetChildCertificatesRequest) Size() (n int)
- func (m *QueryGetChildCertificatesRequest) String() string
- func (m *QueryGetChildCertificatesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetChildCertificatesRequest) XXX_DiscardUnknown()
- func (m *QueryGetChildCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetChildCertificatesRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetChildCertificatesRequest) XXX_Size() int
- func (m *QueryGetChildCertificatesRequest) XXX_Unmarshal(b []byte) error
- type QueryGetChildCertificatesResponse
- func (*QueryGetChildCertificatesResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetChildCertificatesResponse) GetChildCertificates() ChildCertificates
- func (m *QueryGetChildCertificatesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetChildCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetChildCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetChildCertificatesResponse) ProtoMessage()
- func (m *QueryGetChildCertificatesResponse) Reset()
- func (m *QueryGetChildCertificatesResponse) Size() (n int)
- func (m *QueryGetChildCertificatesResponse) String() string
- func (m *QueryGetChildCertificatesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetChildCertificatesResponse) XXX_DiscardUnknown()
- func (m *QueryGetChildCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetChildCertificatesResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetChildCertificatesResponse) XXX_Size() int
- func (m *QueryGetChildCertificatesResponse) XXX_Unmarshal(b []byte) error
- type QueryGetPkiRevocationDistributionPointRequest
- func (*QueryGetPkiRevocationDistributionPointRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetPkiRevocationDistributionPointRequest) GetIssuerSubjectKeyID() string
- func (m *QueryGetPkiRevocationDistributionPointRequest) GetLabel() string
- func (m *QueryGetPkiRevocationDistributionPointRequest) GetVid() int32
- func (m *QueryGetPkiRevocationDistributionPointRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetPkiRevocationDistributionPointRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetPkiRevocationDistributionPointRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetPkiRevocationDistributionPointRequest) ProtoMessage()
- func (m *QueryGetPkiRevocationDistributionPointRequest) Reset()
- func (m *QueryGetPkiRevocationDistributionPointRequest) Size() (n int)
- func (m *QueryGetPkiRevocationDistributionPointRequest) String() string
- func (m *QueryGetPkiRevocationDistributionPointRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetPkiRevocationDistributionPointRequest) XXX_DiscardUnknown()
- func (m *QueryGetPkiRevocationDistributionPointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetPkiRevocationDistributionPointRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetPkiRevocationDistributionPointRequest) XXX_Size() int
- func (m *QueryGetPkiRevocationDistributionPointRequest) XXX_Unmarshal(b []byte) error
- type QueryGetPkiRevocationDistributionPointResponse
- func (*QueryGetPkiRevocationDistributionPointResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetPkiRevocationDistributionPointResponse) GetPkiRevocationDistributionPoint() PkiRevocationDistributionPoint
- func (m *QueryGetPkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetPkiRevocationDistributionPointResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetPkiRevocationDistributionPointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetPkiRevocationDistributionPointResponse) ProtoMessage()
- func (m *QueryGetPkiRevocationDistributionPointResponse) Reset()
- func (m *QueryGetPkiRevocationDistributionPointResponse) Size() (n int)
- func (m *QueryGetPkiRevocationDistributionPointResponse) String() string
- func (m *QueryGetPkiRevocationDistributionPointResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetPkiRevocationDistributionPointResponse) XXX_DiscardUnknown()
- func (m *QueryGetPkiRevocationDistributionPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetPkiRevocationDistributionPointResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetPkiRevocationDistributionPointResponse) XXX_Size() int
- func (m *QueryGetPkiRevocationDistributionPointResponse) XXX_Unmarshal(b []byte) error
- type QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest
- func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) GetIssuerSubjectKeyID() string
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) ProtoMessage()
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Reset()
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Size() (n int)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) String() string
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_DiscardUnknown()
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Size() int
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Unmarshal(b []byte) error
- type QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse
- func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) GetPkiRevocationDistributionPointsByIssuerSubjectKeyID() PkiRevocationDistributionPointsByIssuerSubjectKeyID
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) ProtoMessage()
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Reset()
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Size() (n int)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) String() string
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_DiscardUnknown()
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Size() int
- func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Unmarshal(b []byte) error
- type QueryGetProposedCertificateRequest
- func (*QueryGetProposedCertificateRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetProposedCertificateRequest) GetSubject() string
- func (m *QueryGetProposedCertificateRequest) GetSubjectKeyId() string
- func (m *QueryGetProposedCertificateRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetProposedCertificateRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetProposedCertificateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetProposedCertificateRequest) ProtoMessage()
- func (m *QueryGetProposedCertificateRequest) Reset()
- func (m *QueryGetProposedCertificateRequest) Size() (n int)
- func (m *QueryGetProposedCertificateRequest) String() string
- func (m *QueryGetProposedCertificateRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetProposedCertificateRequest) XXX_DiscardUnknown()
- func (m *QueryGetProposedCertificateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetProposedCertificateRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetProposedCertificateRequest) XXX_Size() int
- func (m *QueryGetProposedCertificateRequest) XXX_Unmarshal(b []byte) error
- type QueryGetProposedCertificateResponse
- func (*QueryGetProposedCertificateResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetProposedCertificateResponse) GetProposedCertificate() ProposedCertificate
- func (m *QueryGetProposedCertificateResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetProposedCertificateResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetProposedCertificateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetProposedCertificateResponse) ProtoMessage()
- func (m *QueryGetProposedCertificateResponse) Reset()
- func (m *QueryGetProposedCertificateResponse) Size() (n int)
- func (m *QueryGetProposedCertificateResponse) String() string
- func (m *QueryGetProposedCertificateResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetProposedCertificateResponse) XXX_DiscardUnknown()
- func (m *QueryGetProposedCertificateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetProposedCertificateResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetProposedCertificateResponse) XXX_Size() int
- func (m *QueryGetProposedCertificateResponse) XXX_Unmarshal(b []byte) error
- type QueryGetProposedCertificateRevocationRequest
- func (*QueryGetProposedCertificateRevocationRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetProposedCertificateRevocationRequest) GetSubject() string
- func (m *QueryGetProposedCertificateRevocationRequest) GetSubjectKeyId() string
- func (m *QueryGetProposedCertificateRevocationRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetProposedCertificateRevocationRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetProposedCertificateRevocationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetProposedCertificateRevocationRequest) ProtoMessage()
- func (m *QueryGetProposedCertificateRevocationRequest) Reset()
- func (m *QueryGetProposedCertificateRevocationRequest) Size() (n int)
- func (m *QueryGetProposedCertificateRevocationRequest) String() string
- func (m *QueryGetProposedCertificateRevocationRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetProposedCertificateRevocationRequest) XXX_DiscardUnknown()
- func (m *QueryGetProposedCertificateRevocationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetProposedCertificateRevocationRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetProposedCertificateRevocationRequest) XXX_Size() int
- func (m *QueryGetProposedCertificateRevocationRequest) XXX_Unmarshal(b []byte) error
- type QueryGetProposedCertificateRevocationResponse
- func (*QueryGetProposedCertificateRevocationResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetProposedCertificateRevocationResponse) GetProposedCertificateRevocation() ProposedCertificateRevocation
- func (m *QueryGetProposedCertificateRevocationResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetProposedCertificateRevocationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetProposedCertificateRevocationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetProposedCertificateRevocationResponse) ProtoMessage()
- func (m *QueryGetProposedCertificateRevocationResponse) Reset()
- func (m *QueryGetProposedCertificateRevocationResponse) Size() (n int)
- func (m *QueryGetProposedCertificateRevocationResponse) String() string
- func (m *QueryGetProposedCertificateRevocationResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetProposedCertificateRevocationResponse) XXX_DiscardUnknown()
- func (m *QueryGetProposedCertificateRevocationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetProposedCertificateRevocationResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetProposedCertificateRevocationResponse) XXX_Size() int
- func (m *QueryGetProposedCertificateRevocationResponse) XXX_Unmarshal(b []byte) error
- type QueryGetRejectedCertificatesRequest
- func (*QueryGetRejectedCertificatesRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetRejectedCertificatesRequest) GetSubject() string
- func (m *QueryGetRejectedCertificatesRequest) GetSubjectKeyId() string
- func (m *QueryGetRejectedCertificatesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetRejectedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetRejectedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetRejectedCertificatesRequest) ProtoMessage()
- func (m *QueryGetRejectedCertificatesRequest) Reset()
- func (m *QueryGetRejectedCertificatesRequest) Size() (n int)
- func (m *QueryGetRejectedCertificatesRequest) String() string
- func (m *QueryGetRejectedCertificatesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetRejectedCertificatesRequest) XXX_DiscardUnknown()
- func (m *QueryGetRejectedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetRejectedCertificatesRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetRejectedCertificatesRequest) XXX_Size() int
- func (m *QueryGetRejectedCertificatesRequest) XXX_Unmarshal(b []byte) error
- type QueryGetRejectedCertificatesResponse
- func (*QueryGetRejectedCertificatesResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetRejectedCertificatesResponse) GetRejectedCertificate() RejectedCertificate
- func (m *QueryGetRejectedCertificatesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetRejectedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetRejectedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetRejectedCertificatesResponse) ProtoMessage()
- func (m *QueryGetRejectedCertificatesResponse) Reset()
- func (m *QueryGetRejectedCertificatesResponse) Size() (n int)
- func (m *QueryGetRejectedCertificatesResponse) String() string
- func (m *QueryGetRejectedCertificatesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetRejectedCertificatesResponse) XXX_DiscardUnknown()
- func (m *QueryGetRejectedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetRejectedCertificatesResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetRejectedCertificatesResponse) XXX_Size() int
- func (m *QueryGetRejectedCertificatesResponse) XXX_Unmarshal(b []byte) error
- type QueryGetRevokedCertificatesRequest
- func (*QueryGetRevokedCertificatesRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetRevokedCertificatesRequest) GetSubject() string
- func (m *QueryGetRevokedCertificatesRequest) GetSubjectKeyId() string
- func (m *QueryGetRevokedCertificatesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetRevokedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetRevokedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetRevokedCertificatesRequest) ProtoMessage()
- func (m *QueryGetRevokedCertificatesRequest) Reset()
- func (m *QueryGetRevokedCertificatesRequest) Size() (n int)
- func (m *QueryGetRevokedCertificatesRequest) String() string
- func (m *QueryGetRevokedCertificatesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetRevokedCertificatesRequest) XXX_DiscardUnknown()
- func (m *QueryGetRevokedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetRevokedCertificatesRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetRevokedCertificatesRequest) XXX_Size() int
- func (m *QueryGetRevokedCertificatesRequest) XXX_Unmarshal(b []byte) error
- type QueryGetRevokedCertificatesResponse
- func (*QueryGetRevokedCertificatesResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetRevokedCertificatesResponse) GetRevokedCertificates() RevokedCertificates
- func (m *QueryGetRevokedCertificatesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetRevokedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetRevokedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetRevokedCertificatesResponse) ProtoMessage()
- func (m *QueryGetRevokedCertificatesResponse) Reset()
- func (m *QueryGetRevokedCertificatesResponse) Size() (n int)
- func (m *QueryGetRevokedCertificatesResponse) String() string
- func (m *QueryGetRevokedCertificatesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetRevokedCertificatesResponse) XXX_DiscardUnknown()
- func (m *QueryGetRevokedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetRevokedCertificatesResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetRevokedCertificatesResponse) XXX_Size() int
- func (m *QueryGetRevokedCertificatesResponse) XXX_Unmarshal(b []byte) error
- type QueryGetRevokedRootCertificatesRequest
- func (*QueryGetRevokedRootCertificatesRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetRevokedRootCertificatesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetRevokedRootCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetRevokedRootCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetRevokedRootCertificatesRequest) ProtoMessage()
- func (m *QueryGetRevokedRootCertificatesRequest) Reset()
- func (m *QueryGetRevokedRootCertificatesRequest) Size() (n int)
- func (m *QueryGetRevokedRootCertificatesRequest) String() string
- func (m *QueryGetRevokedRootCertificatesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetRevokedRootCertificatesRequest) XXX_DiscardUnknown()
- func (m *QueryGetRevokedRootCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetRevokedRootCertificatesRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetRevokedRootCertificatesRequest) XXX_Size() int
- func (m *QueryGetRevokedRootCertificatesRequest) XXX_Unmarshal(b []byte) error
- type QueryGetRevokedRootCertificatesResponse
- func (*QueryGetRevokedRootCertificatesResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetRevokedRootCertificatesResponse) GetRevokedRootCertificates() RevokedRootCertificates
- func (m *QueryGetRevokedRootCertificatesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetRevokedRootCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetRevokedRootCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetRevokedRootCertificatesResponse) ProtoMessage()
- func (m *QueryGetRevokedRootCertificatesResponse) Reset()
- func (m *QueryGetRevokedRootCertificatesResponse) Size() (n int)
- func (m *QueryGetRevokedRootCertificatesResponse) String() string
- func (m *QueryGetRevokedRootCertificatesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetRevokedRootCertificatesResponse) XXX_DiscardUnknown()
- func (m *QueryGetRevokedRootCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetRevokedRootCertificatesResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetRevokedRootCertificatesResponse) XXX_Size() int
- func (m *QueryGetRevokedRootCertificatesResponse) XXX_Unmarshal(b []byte) error
- type QueryServer
- type RejectedCertificate
- func (*RejectedCertificate) Descriptor() ([]byte, []int)
- func (m *RejectedCertificate) GetCerts() []*Certificate
- func (m *RejectedCertificate) GetSubject() string
- func (m *RejectedCertificate) GetSubjectKeyId() string
- func (m *RejectedCertificate) Marshal() (dAtA []byte, err error)
- func (m *RejectedCertificate) MarshalTo(dAtA []byte) (int, error)
- func (m *RejectedCertificate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RejectedCertificate) ProtoMessage()
- func (m *RejectedCertificate) Reset()
- func (m *RejectedCertificate) Size() (n int)
- func (m *RejectedCertificate) String() string
- func (m *RejectedCertificate) Unmarshal(dAtA []byte) error
- func (m *RejectedCertificate) XXX_DiscardUnknown()
- func (m *RejectedCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RejectedCertificate) XXX_Merge(src proto.Message)
- func (m *RejectedCertificate) XXX_Size() int
- func (m *RejectedCertificate) XXX_Unmarshal(b []byte) error
- type RevokedCertificates
- func (*RevokedCertificates) Descriptor() ([]byte, []int)
- func (m *RevokedCertificates) GetCerts() []*Certificate
- func (m *RevokedCertificates) GetSubject() string
- func (m *RevokedCertificates) GetSubjectKeyId() string
- func (m *RevokedCertificates) Marshal() (dAtA []byte, err error)
- func (m *RevokedCertificates) MarshalTo(dAtA []byte) (int, error)
- func (m *RevokedCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RevokedCertificates) ProtoMessage()
- func (m *RevokedCertificates) Reset()
- func (m *RevokedCertificates) Size() (n int)
- func (m *RevokedCertificates) String() string
- func (m *RevokedCertificates) Unmarshal(dAtA []byte) error
- func (m *RevokedCertificates) XXX_DiscardUnknown()
- func (m *RevokedCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RevokedCertificates) XXX_Merge(src proto.Message)
- func (m *RevokedCertificates) XXX_Size() int
- func (m *RevokedCertificates) XXX_Unmarshal(b []byte) error
- type RevokedRootCertificates
- func (*RevokedRootCertificates) Descriptor() ([]byte, []int)
- func (m *RevokedRootCertificates) GetCerts() []*CertificateIdentifier
- func (m *RevokedRootCertificates) Marshal() (dAtA []byte, err error)
- func (m *RevokedRootCertificates) MarshalTo(dAtA []byte) (int, error)
- func (m *RevokedRootCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RevokedRootCertificates) ProtoMessage()
- func (m *RevokedRootCertificates) Reset()
- func (m *RevokedRootCertificates) Size() (n int)
- func (m *RevokedRootCertificates) String() string
- func (m *RevokedRootCertificates) Unmarshal(dAtA []byte) error
- func (m *RevokedRootCertificates) XXX_DiscardUnknown()
- func (m *RevokedRootCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RevokedRootCertificates) XXX_Merge(src proto.Message)
- func (m *RevokedRootCertificates) XXX_Size() int
- func (m *RevokedRootCertificates) XXX_Unmarshal(b []byte) error
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) AddPkiRevocationDistributionPoint(ctx context.Context, req *MsgAddPkiRevocationDistributionPoint) (*MsgAddPkiRevocationDistributionPointResponse, error)
- func (*UnimplementedMsgServer) AddX509Cert(ctx context.Context, req *MsgAddX509Cert) (*MsgAddX509CertResponse, error)
- func (*UnimplementedMsgServer) ApproveAddX509RootCert(ctx context.Context, req *MsgApproveAddX509RootCert) (*MsgApproveAddX509RootCertResponse, error)
- func (*UnimplementedMsgServer) ApproveRevokeX509RootCert(ctx context.Context, req *MsgApproveRevokeX509RootCert) (*MsgApproveRevokeX509RootCertResponse, error)
- func (*UnimplementedMsgServer) AssignVid(ctx context.Context, req *MsgAssignVid) (*MsgAssignVidResponse, error)
- func (*UnimplementedMsgServer) DeletePkiRevocationDistributionPoint(ctx context.Context, req *MsgDeletePkiRevocationDistributionPoint) (*MsgDeletePkiRevocationDistributionPointResponse, error)
- func (*UnimplementedMsgServer) ProposeAddX509RootCert(ctx context.Context, req *MsgProposeAddX509RootCert) (*MsgProposeAddX509RootCertResponse, error)
- func (*UnimplementedMsgServer) ProposeRevokeX509RootCert(ctx context.Context, req *MsgProposeRevokeX509RootCert) (*MsgProposeRevokeX509RootCertResponse, error)
- func (*UnimplementedMsgServer) RejectAddX509RootCert(ctx context.Context, req *MsgRejectAddX509RootCert) (*MsgRejectAddX509RootCertResponse, error)
- func (*UnimplementedMsgServer) RevokeX509Cert(ctx context.Context, req *MsgRevokeX509Cert) (*MsgRevokeX509CertResponse, error)
- func (*UnimplementedMsgServer) UpdatePkiRevocationDistributionPoint(ctx context.Context, req *MsgUpdatePkiRevocationDistributionPoint) (*MsgUpdatePkiRevocationDistributionPointResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) ApprovedCertificates(ctx context.Context, req *QueryGetApprovedCertificatesRequest) (*QueryGetApprovedCertificatesResponse, error)
- func (*UnimplementedQueryServer) ApprovedCertificatesAll(ctx context.Context, req *QueryAllApprovedCertificatesRequest) (*QueryAllApprovedCertificatesResponse, error)
- func (*UnimplementedQueryServer) ApprovedCertificatesBySubject(ctx context.Context, req *QueryGetApprovedCertificatesBySubjectRequest) (*QueryGetApprovedCertificatesBySubjectResponse, error)
- func (*UnimplementedQueryServer) ApprovedRootCertificates(ctx context.Context, req *QueryGetApprovedRootCertificatesRequest) (*QueryGetApprovedRootCertificatesResponse, error)
- func (*UnimplementedQueryServer) ChildCertificates(ctx context.Context, req *QueryGetChildCertificatesRequest) (*QueryGetChildCertificatesResponse, error)
- func (*UnimplementedQueryServer) PkiRevocationDistributionPoint(ctx context.Context, req *QueryGetPkiRevocationDistributionPointRequest) (*QueryGetPkiRevocationDistributionPointResponse, error)
- func (*UnimplementedQueryServer) PkiRevocationDistributionPointAll(ctx context.Context, req *QueryAllPkiRevocationDistributionPointRequest) (*QueryAllPkiRevocationDistributionPointResponse, error)
- func (*UnimplementedQueryServer) PkiRevocationDistributionPointsByIssuerSubjectKeyID(ctx context.Context, ...) (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse, error)
- func (*UnimplementedQueryServer) ProposedCertificate(ctx context.Context, req *QueryGetProposedCertificateRequest) (*QueryGetProposedCertificateResponse, error)
- func (*UnimplementedQueryServer) ProposedCertificateAll(ctx context.Context, req *QueryAllProposedCertificateRequest) (*QueryAllProposedCertificateResponse, error)
- func (*UnimplementedQueryServer) ProposedCertificateRevocation(ctx context.Context, req *QueryGetProposedCertificateRevocationRequest) (*QueryGetProposedCertificateRevocationResponse, error)
- func (*UnimplementedQueryServer) ProposedCertificateRevocationAll(ctx context.Context, req *QueryAllProposedCertificateRevocationRequest) (*QueryAllProposedCertificateRevocationResponse, error)
- func (*UnimplementedQueryServer) RejectedCertificate(ctx context.Context, req *QueryGetRejectedCertificatesRequest) (*QueryGetRejectedCertificatesResponse, error)
- func (*UnimplementedQueryServer) RejectedCertificateAll(ctx context.Context, req *QueryAllRejectedCertificatesRequest) (*QueryAllRejectedCertificatesResponse, error)
- func (*UnimplementedQueryServer) RevokedCertificates(ctx context.Context, req *QueryGetRevokedCertificatesRequest) (*QueryGetRevokedCertificatesResponse, error)
- func (*UnimplementedQueryServer) RevokedCertificatesAll(ctx context.Context, req *QueryAllRevokedCertificatesRequest) (*QueryAllRevokedCertificatesResponse, error)
- func (*UnimplementedQueryServer) RevokedRootCertificates(ctx context.Context, req *QueryGetRevokedRootCertificatesRequest) (*QueryGetRevokedRootCertificatesResponse, error)
- type UniqueCertificate
- func (*UniqueCertificate) Descriptor() ([]byte, []int)
- func (m *UniqueCertificate) GetIssuer() string
- func (m *UniqueCertificate) GetPresent() bool
- func (m *UniqueCertificate) GetSerialNumber() string
- func (m *UniqueCertificate) Marshal() (dAtA []byte, err error)
- func (m *UniqueCertificate) MarshalTo(dAtA []byte) (int, error)
- func (m *UniqueCertificate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UniqueCertificate) ProtoMessage()
- func (m *UniqueCertificate) Reset()
- func (m *UniqueCertificate) Size() (n int)
- func (m *UniqueCertificate) String() string
- func (m *UniqueCertificate) Unmarshal(dAtA []byte) error
- func (m *UniqueCertificate) XXX_DiscardUnknown()
- func (m *UniqueCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UniqueCertificate) XXX_Merge(src proto.Message)
- func (m *UniqueCertificate) XXX_Size() int
- func (m *UniqueCertificate) XXX_Unmarshal(b []byte) error
Constants ¶
const (
// ApprovedCertificatesBySubjectKeyIDKeyPrefix is the prefix to retrieve all ApprovedCertificatesBySubjectKeyId.
ApprovedCertificatesBySubjectKeyIDKeyPrefix = "ApprovedCertificatesBySubjectKeyId/value/"
)
const (
// ApprovedCertificatesBySubjectKeyPrefix is the prefix to retrieve all ApprovedCertificatesBySubject.
ApprovedCertificatesBySubjectKeyPrefix = "ApprovedCertificatesBySubject/value/"
)
const (
// ApprovedCertificatesKeyPrefix is the prefix to retrieve all ApprovedCertificates.
ApprovedCertificatesKeyPrefix = "ApprovedCertificates/value/"
)
const (
// ChildCertificatesKeyPrefix is the prefix to retrieve all ChildCertificates.
ChildCertificatesKeyPrefix = "ChildCertificates/value/"
)
const DefaultIndex uint64 = 1
DefaultIndex is the default capability global index.
const (
// PkiRevocationDistributionPointKeyPrefix is the prefix to retrieve all PkiRevocationDistributionPoint.
PkiRevocationDistributionPointKeyPrefix = "PkiRevocationDistributionPoint/value/"
)
const (
// PkiRevocationDistributionPointsByIssuerSubjectKeyIDKeyPrefix is the prefix to retrieve all PkiRevocationDistributionPointsByIssuerSubjectKeyID.
PkiRevocationDistributionPointsByIssuerSubjectKeyIDKeyPrefix = "PkiRevocationDistributionPointsByIssuerSubjectKeyID/value/"
)
const (
// ProposedCertificateKeyPrefix is the prefix to retrieve all ProposedCertificate.
ProposedCertificateKeyPrefix = "ProposedCertificate/value/"
)
const (
// ProposedCertificateRevocationKeyPrefix is the prefix to retrieve all ProposedCertificateRevocation.
ProposedCertificateRevocationKeyPrefix = "ProposedCertificateRevocation/value/"
)
const (
// RejectedCertificateKeyPrefix is the prefix to retrieve all RejectedCertificate.
RejectedCertificateKeyPrefix = "RejectedCertificate/value/"
)
const (
// RevokedCertificatesKeyPrefix is the prefix to retrieve all RevokedCertificates.
RevokedCertificatesKeyPrefix = "RevokedCertificates/value/"
)
const TypeMsgAddPkiRevocationDistributionPoint = "add_pki_revocation_distribution_point"
const TypeMsgAddX509Cert = "add_x_509_cert"
const TypeMsgApproveAddX509RootCert = "approve_add_x_509_root_cert"
const TypeMsgApproveRevokeX509RootCert = "approve_revoke_x_509_root_cert"
const TypeMsgAssignVid = "assign_vid"
const TypeMsgDeletePkiRevocationDistributionPoint = "delete_pki_revocation_distribution_point"
const TypeMsgProposeAddX509RootCert = "propose_add_x_509_root_cert"
const TypeMsgProposeRevokeX509RootCert = "propose_revoke_x_509_root_cert"
const TypeMsgRejectAddX509RootCert = "reject_add_x_509_root_cert"
const TypeMsgRevokeX509Cert = "revoke_x_509_cert"
const TypeMsgUpdatePkiRevocationDistributionPoint = "update_pki_revocation_distribution_point"
const (
// UniqueCertificateKeyPrefix is the prefix to retrieve all UniqueCertificate.
UniqueCertificateKeyPrefix = "UniqueCertificate/value/"
)
Variables ¶
var ( ErrInvalidLengthApprovedCertificates = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowApprovedCertificates = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupApprovedCertificates = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthApprovedCertificatesBySubject = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowApprovedCertificatesBySubject = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupApprovedCertificatesBySubject = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthApprovedCertificatesBySubjectKeyId = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowApprovedCertificatesBySubjectKeyId = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupApprovedCertificatesBySubjectKeyId = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthApprovedRootCertificates = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowApprovedRootCertificates = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupApprovedRootCertificates = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthCertificate = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCertificate = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupCertificate = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthCertificateIdentifier = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCertificateIdentifier = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupCertificateIdentifier = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthChildCertificates = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowChildCertificates = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupChildCertificates = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthGrant = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGrant = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGrant = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthPkiRevocationDistributionPoint = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowPkiRevocationDistributionPoint = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupPkiRevocationDistributionPoint = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthPkiRevocationDistributionPointsByIssuerSubjectKeyId = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowPkiRevocationDistributionPointsByIssuerSubjectKeyId = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupPkiRevocationDistributionPointsByIssuerSubjectKeyId = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthProposedCertificate = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProposedCertificate = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupProposedCertificate = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthProposedCertificateRevocation = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProposedCertificateRevocation = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupProposedCertificateRevocation = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthRejectedCertificate = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowRejectedCertificate = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupRejectedCertificate = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthRevokedCertificates = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowRevokedCertificates = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupRevokedCertificates = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthRevokedRootCertificates = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowRevokedRootCertificates = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupRevokedRootCertificates = fmt.Errorf("proto: unexpected end of group") )
var ( RootCertificateApprovalsPercent = 2.0 / 3.0 RootCertificateApprovalRole = dclauthtypes.Trustee )
TODO: 1. Move it to separate module 2. Make it configurable 3. Save into store.
var ( ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthUniqueCertificate = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowUniqueCertificate = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupUniqueCertificate = fmt.Errorf("proto: unexpected end of group") )
var CRLRevocationType = uint32(1)
var ModuleCdc = codec.NewProtoCodec(cdctypes.NewInterfaceRegistry())
Functions ¶
func ApprovedCertificatesBySubjectKey ¶
ApprovedCertificatesBySubjectKey returns the store key to retrieve a ApprovedCertificatesBySubject from the index fields.
func ApprovedCertificatesBySubjectKeyIDKey ¶ added in v1.4.0
ApprovedCertificatesBySubjectKeyIDKey returns the store key to retrieve a ApprovedCertificatesBySubjectKeyId from the index fields.
func ApprovedCertificatesKey ¶
ApprovedCertificatesKey returns the store key to retrieve a ApprovedCertificates from the index fields.
func ChildCertificatesKey ¶
ChildCertificatesKey returns the store key to retrieve a ChildCertificates from the index fields.
func PkiRevocationDistributionPointKey ¶ added in v1.2.0
func PkiRevocationDistributionPointKey( vid int32, label string, issuerSubjectKeyID string, ) []byte
PkiRevocationDistributionPointKey returns the store key to retrieve a PkiRevocationDistributionPoint from the index fields.
func PkiRevocationDistributionPointsByIssuerSubjectKeyIDKey ¶ added in v1.2.0
PkiRevocationDistributionPointsByIssuerSubjectKeyIDKey returns the store key to retrieve a PkiRevocationDistributionPointsByIssuerSubjectKeyID from the index fields.
func ProposedCertificateKey ¶
ProposedCertificateKey returns the store key to retrieve a ProposedCertificate from the index fields.
func ProposedCertificateRevocationKey ¶
ProposedCertificateRevocationKey returns the store key to retrieve a ProposedCertificateRevocation from the index fields.
func RegisterCodec ¶
func RegisterCodec(cdc *codec.LegacyAmino)
func RegisterInterfaces ¶
func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
func RegisterMsgServer ¶
func RegisterQueryHandler ¶
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
func RejectedCertificateKey ¶ added in v0.11.0
RejectedCertificateKey returns the store key to retrieve a RejectedCertificate from the index fields.
func RevokedCertificatesKey ¶
RevokedCertificatesKey returns the store key to retrieve a RevokedCertificates from the index fields.
func UniqueCertificateKey ¶
UniqueCertificateKey returns the store key to retrieve a UniqueCertificate from the index fields.
func VerifyRevocationPointIssuerSubjectKeyIDFormat ¶ added in v1.2.0
Types ¶
type ApprovedCertificates ¶
type ApprovedCertificates struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` Certs []*Certificate `protobuf:"bytes,3,rep,name=certs,proto3" json:"certs,omitempty"` }
func (*ApprovedCertificates) Descriptor ¶
func (*ApprovedCertificates) Descriptor() ([]byte, []int)
func (*ApprovedCertificates) GetCerts ¶
func (m *ApprovedCertificates) GetCerts() []*Certificate
func (*ApprovedCertificates) GetSubject ¶
func (m *ApprovedCertificates) GetSubject() string
func (*ApprovedCertificates) GetSubjectKeyId ¶
func (m *ApprovedCertificates) GetSubjectKeyId() string
func (*ApprovedCertificates) Marshal ¶
func (m *ApprovedCertificates) Marshal() (dAtA []byte, err error)
func (*ApprovedCertificates) MarshalTo ¶
func (m *ApprovedCertificates) MarshalTo(dAtA []byte) (int, error)
func (*ApprovedCertificates) MarshalToSizedBuffer ¶
func (m *ApprovedCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApprovedCertificates) ProtoMessage ¶
func (*ApprovedCertificates) ProtoMessage()
func (*ApprovedCertificates) Reset ¶
func (m *ApprovedCertificates) Reset()
func (*ApprovedCertificates) Size ¶
func (m *ApprovedCertificates) Size() (n int)
func (*ApprovedCertificates) String ¶
func (m *ApprovedCertificates) String() string
func (*ApprovedCertificates) Unmarshal ¶
func (m *ApprovedCertificates) Unmarshal(dAtA []byte) error
func (*ApprovedCertificates) XXX_DiscardUnknown ¶
func (m *ApprovedCertificates) XXX_DiscardUnknown()
func (*ApprovedCertificates) XXX_Marshal ¶
func (m *ApprovedCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApprovedCertificates) XXX_Merge ¶
func (m *ApprovedCertificates) XXX_Merge(src proto.Message)
func (*ApprovedCertificates) XXX_Size ¶
func (m *ApprovedCertificates) XXX_Size() int
func (*ApprovedCertificates) XXX_Unmarshal ¶
func (m *ApprovedCertificates) XXX_Unmarshal(b []byte) error
type ApprovedCertificatesBySubject ¶
type ApprovedCertificatesBySubject struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyIds []string `protobuf:"bytes,2,rep,name=subjectKeyIds,proto3" json:"subjectKeyIds,omitempty"` }
func (*ApprovedCertificatesBySubject) Descriptor ¶
func (*ApprovedCertificatesBySubject) Descriptor() ([]byte, []int)
func (*ApprovedCertificatesBySubject) GetSubject ¶
func (m *ApprovedCertificatesBySubject) GetSubject() string
func (*ApprovedCertificatesBySubject) GetSubjectKeyIds ¶
func (m *ApprovedCertificatesBySubject) GetSubjectKeyIds() []string
func (*ApprovedCertificatesBySubject) Marshal ¶
func (m *ApprovedCertificatesBySubject) Marshal() (dAtA []byte, err error)
func (*ApprovedCertificatesBySubject) MarshalTo ¶
func (m *ApprovedCertificatesBySubject) MarshalTo(dAtA []byte) (int, error)
func (*ApprovedCertificatesBySubject) MarshalToSizedBuffer ¶
func (m *ApprovedCertificatesBySubject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApprovedCertificatesBySubject) ProtoMessage ¶
func (*ApprovedCertificatesBySubject) ProtoMessage()
func (*ApprovedCertificatesBySubject) Reset ¶
func (m *ApprovedCertificatesBySubject) Reset()
func (*ApprovedCertificatesBySubject) Size ¶
func (m *ApprovedCertificatesBySubject) Size() (n int)
func (*ApprovedCertificatesBySubject) String ¶
func (m *ApprovedCertificatesBySubject) String() string
func (*ApprovedCertificatesBySubject) Unmarshal ¶
func (m *ApprovedCertificatesBySubject) Unmarshal(dAtA []byte) error
func (*ApprovedCertificatesBySubject) XXX_DiscardUnknown ¶
func (m *ApprovedCertificatesBySubject) XXX_DiscardUnknown()
func (*ApprovedCertificatesBySubject) XXX_Marshal ¶
func (m *ApprovedCertificatesBySubject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApprovedCertificatesBySubject) XXX_Merge ¶
func (m *ApprovedCertificatesBySubject) XXX_Merge(src proto.Message)
func (*ApprovedCertificatesBySubject) XXX_Size ¶
func (m *ApprovedCertificatesBySubject) XXX_Size() int
func (*ApprovedCertificatesBySubject) XXX_Unmarshal ¶
func (m *ApprovedCertificatesBySubject) XXX_Unmarshal(b []byte) error
type ApprovedCertificatesBySubjectKeyId ¶ added in v1.4.0
type ApprovedCertificatesBySubjectKeyId struct { SubjectKeyId string `protobuf:"bytes,1,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` Certs []*Certificate `protobuf:"bytes,2,rep,name=certs,proto3" json:"certs,omitempty"` }
func (*ApprovedCertificatesBySubjectKeyId) Descriptor ¶ added in v1.4.0
func (*ApprovedCertificatesBySubjectKeyId) Descriptor() ([]byte, []int)
func (*ApprovedCertificatesBySubjectKeyId) GetCerts ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) GetCerts() []*Certificate
func (*ApprovedCertificatesBySubjectKeyId) GetSubjectKeyId ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) GetSubjectKeyId() string
func (*ApprovedCertificatesBySubjectKeyId) Marshal ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) Marshal() (dAtA []byte, err error)
func (*ApprovedCertificatesBySubjectKeyId) MarshalTo ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) MarshalTo(dAtA []byte) (int, error)
func (*ApprovedCertificatesBySubjectKeyId) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApprovedCertificatesBySubjectKeyId) ProtoMessage ¶ added in v1.4.0
func (*ApprovedCertificatesBySubjectKeyId) ProtoMessage()
func (*ApprovedCertificatesBySubjectKeyId) Reset ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) Reset()
func (*ApprovedCertificatesBySubjectKeyId) Size ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) Size() (n int)
func (*ApprovedCertificatesBySubjectKeyId) String ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) String() string
func (*ApprovedCertificatesBySubjectKeyId) Unmarshal ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) Unmarshal(dAtA []byte) error
func (*ApprovedCertificatesBySubjectKeyId) XXX_DiscardUnknown ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) XXX_DiscardUnknown()
func (*ApprovedCertificatesBySubjectKeyId) XXX_Marshal ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApprovedCertificatesBySubjectKeyId) XXX_Merge ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) XXX_Merge(src proto.Message)
func (*ApprovedCertificatesBySubjectKeyId) XXX_Size ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) XXX_Size() int
func (*ApprovedCertificatesBySubjectKeyId) XXX_Unmarshal ¶ added in v1.4.0
func (m *ApprovedCertificatesBySubjectKeyId) XXX_Unmarshal(b []byte) error
type ApprovedRootCertificates ¶
type ApprovedRootCertificates struct {
Certs []*CertificateIdentifier `protobuf:"bytes,1,rep,name=certs,proto3" json:"certs,omitempty"`
}
func (*ApprovedRootCertificates) Descriptor ¶
func (*ApprovedRootCertificates) Descriptor() ([]byte, []int)
func (*ApprovedRootCertificates) GetCerts ¶
func (m *ApprovedRootCertificates) GetCerts() []*CertificateIdentifier
func (*ApprovedRootCertificates) Marshal ¶
func (m *ApprovedRootCertificates) Marshal() (dAtA []byte, err error)
func (*ApprovedRootCertificates) MarshalTo ¶
func (m *ApprovedRootCertificates) MarshalTo(dAtA []byte) (int, error)
func (*ApprovedRootCertificates) MarshalToSizedBuffer ¶
func (m *ApprovedRootCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApprovedRootCertificates) ProtoMessage ¶
func (*ApprovedRootCertificates) ProtoMessage()
func (*ApprovedRootCertificates) Reset ¶
func (m *ApprovedRootCertificates) Reset()
func (*ApprovedRootCertificates) Size ¶
func (m *ApprovedRootCertificates) Size() (n int)
func (*ApprovedRootCertificates) String ¶
func (m *ApprovedRootCertificates) String() string
func (*ApprovedRootCertificates) Unmarshal ¶
func (m *ApprovedRootCertificates) Unmarshal(dAtA []byte) error
func (*ApprovedRootCertificates) XXX_DiscardUnknown ¶
func (m *ApprovedRootCertificates) XXX_DiscardUnknown()
func (*ApprovedRootCertificates) XXX_Marshal ¶
func (m *ApprovedRootCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApprovedRootCertificates) XXX_Merge ¶
func (m *ApprovedRootCertificates) XXX_Merge(src proto.Message)
func (*ApprovedRootCertificates) XXX_Size ¶
func (m *ApprovedRootCertificates) XXX_Size() int
func (*ApprovedRootCertificates) XXX_Unmarshal ¶
func (m *ApprovedRootCertificates) XXX_Unmarshal(b []byte) error
type Certificate ¶
type Certificate struct { PemCert string `protobuf:"bytes,1,opt,name=pemCert,proto3" json:"pemCert,omitempty"` SerialNumber string `protobuf:"bytes,2,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"` Issuer string `protobuf:"bytes,3,opt,name=issuer,proto3" json:"issuer,omitempty"` AuthorityKeyId string `protobuf:"bytes,4,opt,name=authorityKeyId,proto3" json:"authorityKeyId,omitempty"` RootSubject string `protobuf:"bytes,5,opt,name=rootSubject,proto3" json:"rootSubject,omitempty"` RootSubjectKeyId string `protobuf:"bytes,6,opt,name=rootSubjectKeyId,proto3" json:"rootSubjectKeyId,omitempty"` IsRoot bool `protobuf:"varint,7,opt,name=isRoot,proto3" json:"isRoot,omitempty"` Owner string `protobuf:"bytes,8,opt,name=owner,proto3" json:"owner,omitempty"` Subject string `protobuf:"bytes,9,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,10,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` Approvals []*Grant `protobuf:"bytes,11,rep,name=approvals,proto3" json:"approvals,omitempty"` SubjectAsText string `protobuf:"bytes,12,opt,name=subjectAsText,proto3" json:"subjectAsText,omitempty"` Rejects []*Grant `protobuf:"bytes,13,rep,name=rejects,proto3" json:"rejects,omitempty"` Vid int32 `protobuf:"varint,14,opt,name=vid,proto3" json:"vid,omitempty" validate:"gte=1,lte=65535"` }
func NewNonRootCertificate ¶
func NewRootCertificate ¶
func (*Certificate) Descriptor ¶
func (*Certificate) Descriptor() ([]byte, []int)
func (*Certificate) GetApprovals ¶ added in v0.7.0
func (m *Certificate) GetApprovals() []*Grant
func (*Certificate) GetAuthorityKeyId ¶
func (m *Certificate) GetAuthorityKeyId() string
func (*Certificate) GetIsRoot ¶
func (m *Certificate) GetIsRoot() bool
func (*Certificate) GetIssuer ¶
func (m *Certificate) GetIssuer() string
func (*Certificate) GetOwner ¶
func (m *Certificate) GetOwner() string
func (*Certificate) GetPemCert ¶
func (m *Certificate) GetPemCert() string
func (*Certificate) GetRejects ¶ added in v0.11.0
func (m *Certificate) GetRejects() []*Grant
func (*Certificate) GetRootSubject ¶
func (m *Certificate) GetRootSubject() string
func (*Certificate) GetRootSubjectKeyId ¶
func (m *Certificate) GetRootSubjectKeyId() string
func (*Certificate) GetSerialNumber ¶
func (m *Certificate) GetSerialNumber() string
func (*Certificate) GetSubject ¶
func (m *Certificate) GetSubject() string
func (*Certificate) GetSubjectAsText ¶ added in v0.10.0
func (m *Certificate) GetSubjectAsText() string
func (*Certificate) GetSubjectKeyId ¶
func (m *Certificate) GetSubjectKeyId() string
func (*Certificate) GetVid ¶ added in v1.2.0
func (m *Certificate) GetVid() int32
func (Certificate) HasApprovalFrom ¶ added in v0.8.0
func (cert Certificate) HasApprovalFrom(address string) bool
func (*Certificate) Marshal ¶
func (m *Certificate) Marshal() (dAtA []byte, err error)
func (*Certificate) MarshalToSizedBuffer ¶
func (m *Certificate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Certificate) ProtoMessage ¶
func (*Certificate) ProtoMessage()
func (*Certificate) Reset ¶
func (m *Certificate) Reset()
func (*Certificate) Size ¶
func (m *Certificate) Size() (n int)
func (*Certificate) String ¶
func (m *Certificate) String() string
func (*Certificate) Unmarshal ¶
func (m *Certificate) Unmarshal(dAtA []byte) error
func (*Certificate) XXX_DiscardUnknown ¶
func (m *Certificate) XXX_DiscardUnknown()
func (*Certificate) XXX_Marshal ¶
func (m *Certificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Certificate) XXX_Merge ¶
func (m *Certificate) XXX_Merge(src proto.Message)
func (*Certificate) XXX_Size ¶
func (m *Certificate) XXX_Size() int
func (*Certificate) XXX_Unmarshal ¶
func (m *Certificate) XXX_Unmarshal(b []byte) error
type CertificateIdentifier ¶
type CertificateIdentifier struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` }
func (*CertificateIdentifier) Descriptor ¶
func (*CertificateIdentifier) Descriptor() ([]byte, []int)
func (*CertificateIdentifier) GetSubject ¶
func (m *CertificateIdentifier) GetSubject() string
func (*CertificateIdentifier) GetSubjectKeyId ¶
func (m *CertificateIdentifier) GetSubjectKeyId() string
func (*CertificateIdentifier) Marshal ¶
func (m *CertificateIdentifier) Marshal() (dAtA []byte, err error)
func (*CertificateIdentifier) MarshalTo ¶
func (m *CertificateIdentifier) MarshalTo(dAtA []byte) (int, error)
func (*CertificateIdentifier) MarshalToSizedBuffer ¶
func (m *CertificateIdentifier) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CertificateIdentifier) ProtoMessage ¶
func (*CertificateIdentifier) ProtoMessage()
func (*CertificateIdentifier) Reset ¶
func (m *CertificateIdentifier) Reset()
func (*CertificateIdentifier) Size ¶
func (m *CertificateIdentifier) Size() (n int)
func (*CertificateIdentifier) String ¶
func (m *CertificateIdentifier) String() string
func (*CertificateIdentifier) Unmarshal ¶
func (m *CertificateIdentifier) Unmarshal(dAtA []byte) error
func (*CertificateIdentifier) XXX_DiscardUnknown ¶
func (m *CertificateIdentifier) XXX_DiscardUnknown()
func (*CertificateIdentifier) XXX_Marshal ¶
func (m *CertificateIdentifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CertificateIdentifier) XXX_Merge ¶
func (m *CertificateIdentifier) XXX_Merge(src proto.Message)
func (*CertificateIdentifier) XXX_Size ¶
func (m *CertificateIdentifier) XXX_Size() int
func (*CertificateIdentifier) XXX_Unmarshal ¶
func (m *CertificateIdentifier) XXX_Unmarshal(b []byte) error
type ChildCertificates ¶
type ChildCertificates struct { Issuer string `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"` AuthorityKeyId string `protobuf:"bytes,2,opt,name=authorityKeyId,proto3" json:"authorityKeyId,omitempty"` CertIds []*CertificateIdentifier `protobuf:"bytes,3,rep,name=certIds,proto3" json:"certIds,omitempty"` }
func (*ChildCertificates) Descriptor ¶
func (*ChildCertificates) Descriptor() ([]byte, []int)
func (*ChildCertificates) GetAuthorityKeyId ¶
func (m *ChildCertificates) GetAuthorityKeyId() string
func (*ChildCertificates) GetCertIds ¶
func (m *ChildCertificates) GetCertIds() []*CertificateIdentifier
func (*ChildCertificates) GetIssuer ¶
func (m *ChildCertificates) GetIssuer() string
func (*ChildCertificates) Marshal ¶
func (m *ChildCertificates) Marshal() (dAtA []byte, err error)
func (*ChildCertificates) MarshalTo ¶
func (m *ChildCertificates) MarshalTo(dAtA []byte) (int, error)
func (*ChildCertificates) MarshalToSizedBuffer ¶
func (m *ChildCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ChildCertificates) ProtoMessage ¶
func (*ChildCertificates) ProtoMessage()
func (*ChildCertificates) Reset ¶
func (m *ChildCertificates) Reset()
func (*ChildCertificates) Size ¶
func (m *ChildCertificates) Size() (n int)
func (*ChildCertificates) String ¶
func (m *ChildCertificates) String() string
func (*ChildCertificates) Unmarshal ¶
func (m *ChildCertificates) Unmarshal(dAtA []byte) error
func (*ChildCertificates) XXX_DiscardUnknown ¶
func (m *ChildCertificates) XXX_DiscardUnknown()
func (*ChildCertificates) XXX_Marshal ¶
func (m *ChildCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChildCertificates) XXX_Merge ¶
func (m *ChildCertificates) XXX_Merge(src proto.Message)
func (*ChildCertificates) XXX_Size ¶
func (m *ChildCertificates) XXX_Size() int
func (*ChildCertificates) XXX_Unmarshal ¶
func (m *ChildCertificates) XXX_Unmarshal(b []byte) error
type DclauthKeeper ¶
type DclauthKeeper interface { // Methods imported from dclauth should be defined here HasRole(ctx sdk.Context, addr sdk.AccAddress, roleToCheck types.AccountRole) bool CountAccountsWithRole(ctx sdk.Context, roleToCount types.AccountRole) int GetAccountO( ctx sdk.Context, address sdk.AccAddress, ) (val types.Account, found bool) }
type GenesisState ¶
type GenesisState struct { ApprovedCertificatesList []ApprovedCertificates `protobuf:"bytes,1,rep,name=approvedCertificatesList,proto3" json:"approvedCertificatesList"` ProposedCertificateList []ProposedCertificate `protobuf:"bytes,2,rep,name=proposedCertificateList,proto3" json:"proposedCertificateList"` ChildCertificatesList []ChildCertificates `protobuf:"bytes,3,rep,name=childCertificatesList,proto3" json:"childCertificatesList"` ProposedCertificateRevocationList []ProposedCertificateRevocation `protobuf:"bytes,4,rep,name=proposedCertificateRevocationList,proto3" json:"proposedCertificateRevocationList"` RevokedCertificatesList []RevokedCertificates `protobuf:"bytes,5,rep,name=revokedCertificatesList,proto3" json:"revokedCertificatesList"` UniqueCertificateList []UniqueCertificate `protobuf:"bytes,6,rep,name=uniqueCertificateList,proto3" json:"uniqueCertificateList"` ApprovedRootCertificates *ApprovedRootCertificates `protobuf:"bytes,7,opt,name=approvedRootCertificates,proto3" json:"approvedRootCertificates,omitempty"` RevokedRootCertificates *RevokedRootCertificates `protobuf:"bytes,8,opt,name=revokedRootCertificates,proto3" json:"revokedRootCertificates,omitempty"` ApprovedCertificatesBySubjectList []ApprovedCertificatesBySubject `protobuf:"bytes,9,rep,name=approvedCertificatesBySubjectList,proto3" json:"approvedCertificatesBySubjectList"` RejectedCertificateList []RejectedCertificate `protobuf:"bytes,10,rep,name=rejectedCertificateList,proto3" json:"rejectedCertificateList"` PkiRevocationDistributionPointList []PkiRevocationDistributionPoint `protobuf:"bytes,11,rep,name=PkiRevocationDistributionPointList,proto3" json:"PkiRevocationDistributionPointList"` PkiRevocationDistributionPointsByIssuerSubjectKeyIDList []PkiRevocationDistributionPointsByIssuerSubjectKeyID `` /* 154-byte string literal not displayed */ ApprovedCertificatesBySubjectKeyIdList []ApprovedCertificatesBySubjectKeyId `protobuf:"bytes,13,rep,name=approvedCertificatesBySubjectKeyIdList,proto3" json:"approvedCertificatesBySubjectKeyIdList"` }
GenesisState defines the pki module's genesis state.
func DefaultGenesis ¶
func DefaultGenesis() *GenesisState
DefaultGenesis returns the default Capability genesis state.
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetApprovedCertificatesBySubjectKeyIdList ¶ added in v1.4.0
func (m *GenesisState) GetApprovedCertificatesBySubjectKeyIdList() []ApprovedCertificatesBySubjectKeyId
func (*GenesisState) GetApprovedCertificatesBySubjectList ¶
func (m *GenesisState) GetApprovedCertificatesBySubjectList() []ApprovedCertificatesBySubject
func (*GenesisState) GetApprovedCertificatesList ¶
func (m *GenesisState) GetApprovedCertificatesList() []ApprovedCertificates
func (*GenesisState) GetApprovedRootCertificates ¶
func (m *GenesisState) GetApprovedRootCertificates() *ApprovedRootCertificates
func (*GenesisState) GetChildCertificatesList ¶
func (m *GenesisState) GetChildCertificatesList() []ChildCertificates
func (*GenesisState) GetPkiRevocationDistributionPointList ¶ added in v1.2.0
func (m *GenesisState) GetPkiRevocationDistributionPointList() []PkiRevocationDistributionPoint
func (*GenesisState) GetPkiRevocationDistributionPointsByIssuerSubjectKeyIDList ¶ added in v1.2.0
func (m *GenesisState) GetPkiRevocationDistributionPointsByIssuerSubjectKeyIDList() []PkiRevocationDistributionPointsByIssuerSubjectKeyID
func (*GenesisState) GetProposedCertificateList ¶
func (m *GenesisState) GetProposedCertificateList() []ProposedCertificate
func (*GenesisState) GetProposedCertificateRevocationList ¶
func (m *GenesisState) GetProposedCertificateRevocationList() []ProposedCertificateRevocation
func (*GenesisState) GetRejectedCertificateList ¶ added in v0.11.0
func (m *GenesisState) GetRejectedCertificateList() []RejectedCertificate
func (*GenesisState) GetRevokedCertificatesList ¶
func (m *GenesisState) GetRevokedCertificatesList() []RevokedCertificates
func (*GenesisState) GetRevokedRootCertificates ¶
func (m *GenesisState) GetRevokedRootCertificates() *RevokedRootCertificates
func (*GenesisState) GetUniqueCertificateList ¶
func (m *GenesisState) GetUniqueCertificateList() []UniqueCertificate
func (*GenesisState) Marshal ¶
func (m *GenesisState) Marshal() (dAtA []byte, err error)
func (*GenesisState) MarshalToSizedBuffer ¶
func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) Reset ¶
func (m *GenesisState) Reset()
func (*GenesisState) Size ¶
func (m *GenesisState) Size() (n int)
func (*GenesisState) String ¶
func (m *GenesisState) String() string
func (*GenesisState) Unmarshal ¶
func (m *GenesisState) Unmarshal(dAtA []byte) error
func (GenesisState) Validate ¶
func (gs GenesisState) Validate() error
Validate performs basic genesis state validation returning an error upon any failure.
func (*GenesisState) XXX_DiscardUnknown ¶
func (m *GenesisState) XXX_DiscardUnknown()
func (*GenesisState) XXX_Marshal ¶
func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisState) XXX_Merge ¶
func (m *GenesisState) XXX_Merge(src proto.Message)
func (*GenesisState) XXX_Size ¶
func (m *GenesisState) XXX_Size() int
func (*GenesisState) XXX_Unmarshal ¶
func (m *GenesisState) XXX_Unmarshal(b []byte) error
type Grant ¶ added in v0.7.0
type Grant struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Time int64 `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"` Info string `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"` }
func (*Grant) Descriptor ¶ added in v0.7.0
func (*Grant) GetAddress ¶ added in v0.7.0
func (*Grant) MarshalToSizedBuffer ¶ added in v0.7.0
func (*Grant) ProtoMessage ¶ added in v0.7.0
func (*Grant) ProtoMessage()
func (*Grant) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *Grant) XXX_DiscardUnknown()
func (*Grant) XXX_Marshal ¶ added in v0.7.0
func (*Grant) XXX_Unmarshal ¶ added in v0.7.0
type MsgAddPkiRevocationDistributionPoint ¶ added in v1.2.0
type MsgAddPkiRevocationDistributionPoint struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Vid int32 `protobuf:"varint,2,opt,name=vid,proto3" json:"vid,omitempty" validate:"gte=1,lte=65535,required"` Pid int32 `protobuf:"varint,3,opt,name=pid,proto3" json:"pid,omitempty" validate:"gte=0,lte=65535"` IsPAA bool `protobuf:"varint,4,opt,name=isPAA,proto3" json:"isPAA,omitempty"` Label string `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty" validate:"required"` CrlSignerCertificate string `protobuf:"bytes,6,opt,name=crlSignerCertificate,proto3" json:"crlSignerCertificate,omitempty" validate:"required"` IssuerSubjectKeyID string `protobuf:"bytes,7,opt,name=issuerSubjectKeyID,proto3" json:"issuerSubjectKeyID,omitempty" validate:"required"` DataURL string `protobuf:"bytes,8,opt,name=dataURL,proto3" json:"dataURL,omitempty" validate:"required,url"` DataFileSize uint64 `protobuf:"varint,9,opt,name=dataFileSize,proto3" json:"dataFileSize,omitempty"` DataDigest string `protobuf:"bytes,10,opt,name=dataDigest,proto3" json:"dataDigest,omitempty"` DataDigestType uint32 `protobuf:"varint,11,opt,name=dataDigestType,proto3" json:"dataDigestType,omitempty"` RevocationType uint32 `protobuf:"varint,12,opt,name=revocationType,proto3" json:"revocationType,omitempty" validate:"required"` }
func NewMsgAddPkiRevocationDistributionPoint ¶ added in v1.2.0
func NewMsgAddPkiRevocationDistributionPoint(signer string, vid int32, pid int32, isPAA bool, label string, crlSignerCertificate string, issuerSubjectKeyID string, dataURL string, dataFileSize uint64, dataDigest string, dataDigestType uint32, revocationType uint32) *MsgAddPkiRevocationDistributionPoint
func (*MsgAddPkiRevocationDistributionPoint) Descriptor ¶ added in v1.2.0
func (*MsgAddPkiRevocationDistributionPoint) Descriptor() ([]byte, []int)
func (*MsgAddPkiRevocationDistributionPoint) GetCrlSignerCertificate ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetCrlSignerCertificate() string
func (*MsgAddPkiRevocationDistributionPoint) GetDataDigest ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetDataDigest() string
func (*MsgAddPkiRevocationDistributionPoint) GetDataDigestType ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetDataDigestType() uint32
func (*MsgAddPkiRevocationDistributionPoint) GetDataFileSize ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetDataFileSize() uint64
func (*MsgAddPkiRevocationDistributionPoint) GetDataURL ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetDataURL() string
func (*MsgAddPkiRevocationDistributionPoint) GetIsPAA ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetIsPAA() bool
func (*MsgAddPkiRevocationDistributionPoint) GetIssuerSubjectKeyID ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetIssuerSubjectKeyID() string
func (*MsgAddPkiRevocationDistributionPoint) GetLabel ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetLabel() string
func (*MsgAddPkiRevocationDistributionPoint) GetPid ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetPid() int32
func (*MsgAddPkiRevocationDistributionPoint) GetRevocationType ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetRevocationType() uint32
func (*MsgAddPkiRevocationDistributionPoint) GetSignBytes ¶ added in v1.2.0
func (msg *MsgAddPkiRevocationDistributionPoint) GetSignBytes() []byte
func (*MsgAddPkiRevocationDistributionPoint) GetSigner ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetSigner() string
func (*MsgAddPkiRevocationDistributionPoint) GetSigners ¶ added in v1.2.0
func (msg *MsgAddPkiRevocationDistributionPoint) GetSigners() []sdk.AccAddress
func (*MsgAddPkiRevocationDistributionPoint) GetVid ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) GetVid() int32
func (*MsgAddPkiRevocationDistributionPoint) Marshal ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) Marshal() (dAtA []byte, err error)
func (*MsgAddPkiRevocationDistributionPoint) MarshalTo ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddPkiRevocationDistributionPoint) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddPkiRevocationDistributionPoint) ProtoMessage ¶ added in v1.2.0
func (*MsgAddPkiRevocationDistributionPoint) ProtoMessage()
func (*MsgAddPkiRevocationDistributionPoint) Reset ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) Reset()
func (*MsgAddPkiRevocationDistributionPoint) Route ¶ added in v1.2.0
func (msg *MsgAddPkiRevocationDistributionPoint) Route() string
func (*MsgAddPkiRevocationDistributionPoint) Size ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) Size() (n int)
func (*MsgAddPkiRevocationDistributionPoint) String ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) String() string
func (*MsgAddPkiRevocationDistributionPoint) Type ¶ added in v1.2.0
func (msg *MsgAddPkiRevocationDistributionPoint) Type() string
func (*MsgAddPkiRevocationDistributionPoint) Unmarshal ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) Unmarshal(dAtA []byte) error
func (*MsgAddPkiRevocationDistributionPoint) ValidateBasic ¶ added in v1.2.0
func (msg *MsgAddPkiRevocationDistributionPoint) ValidateBasic() error
func (*MsgAddPkiRevocationDistributionPoint) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) XXX_DiscardUnknown()
func (*MsgAddPkiRevocationDistributionPoint) XXX_Marshal ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddPkiRevocationDistributionPoint) XXX_Merge ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) XXX_Merge(src proto.Message)
func (*MsgAddPkiRevocationDistributionPoint) XXX_Size ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) XXX_Size() int
func (*MsgAddPkiRevocationDistributionPoint) XXX_Unmarshal ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPoint) XXX_Unmarshal(b []byte) error
type MsgAddPkiRevocationDistributionPointResponse ¶ added in v1.2.0
type MsgAddPkiRevocationDistributionPointResponse struct { }
func (*MsgAddPkiRevocationDistributionPointResponse) Descriptor ¶ added in v1.2.0
func (*MsgAddPkiRevocationDistributionPointResponse) Descriptor() ([]byte, []int)
func (*MsgAddPkiRevocationDistributionPointResponse) Marshal ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)
func (*MsgAddPkiRevocationDistributionPointResponse) MarshalTo ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddPkiRevocationDistributionPointResponse) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddPkiRevocationDistributionPointResponse) ProtoMessage ¶ added in v1.2.0
func (*MsgAddPkiRevocationDistributionPointResponse) ProtoMessage()
func (*MsgAddPkiRevocationDistributionPointResponse) Reset ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) Reset()
func (*MsgAddPkiRevocationDistributionPointResponse) Size ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) Size() (n int)
func (*MsgAddPkiRevocationDistributionPointResponse) String ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) String() string
func (*MsgAddPkiRevocationDistributionPointResponse) Unmarshal ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) Unmarshal(dAtA []byte) error
func (*MsgAddPkiRevocationDistributionPointResponse) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) XXX_DiscardUnknown()
func (*MsgAddPkiRevocationDistributionPointResponse) XXX_Marshal ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddPkiRevocationDistributionPointResponse) XXX_Merge ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) XXX_Merge(src proto.Message)
func (*MsgAddPkiRevocationDistributionPointResponse) XXX_Size ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) XXX_Size() int
func (*MsgAddPkiRevocationDistributionPointResponse) XXX_Unmarshal ¶ added in v1.2.0
func (m *MsgAddPkiRevocationDistributionPointResponse) XXX_Unmarshal(b []byte) error
type MsgAddX509Cert ¶
type MsgAddX509Cert struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Cert string `protobuf:"bytes,2,opt,name=cert,proto3" json:"cert,omitempty" validate:"required,max=10485760"` Info string `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty" validate:"max=4096"` Time int64 `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"` }
func NewMsgAddX509Cert ¶
func NewMsgAddX509Cert(signer string, cert string) *MsgAddX509Cert
func (*MsgAddX509Cert) Descriptor ¶
func (*MsgAddX509Cert) Descriptor() ([]byte, []int)
func (*MsgAddX509Cert) GetCert ¶
func (m *MsgAddX509Cert) GetCert() string
func (*MsgAddX509Cert) GetInfo ¶ added in v0.7.0
func (m *MsgAddX509Cert) GetInfo() string
func (*MsgAddX509Cert) GetSignBytes ¶
func (msg *MsgAddX509Cert) GetSignBytes() []byte
func (*MsgAddX509Cert) GetSigner ¶
func (m *MsgAddX509Cert) GetSigner() string
func (*MsgAddX509Cert) GetSigners ¶
func (msg *MsgAddX509Cert) GetSigners() []sdk.AccAddress
func (*MsgAddX509Cert) GetTime ¶ added in v0.7.0
func (m *MsgAddX509Cert) GetTime() int64
func (*MsgAddX509Cert) Marshal ¶
func (m *MsgAddX509Cert) Marshal() (dAtA []byte, err error)
func (*MsgAddX509Cert) MarshalToSizedBuffer ¶
func (m *MsgAddX509Cert) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddX509Cert) ProtoMessage ¶
func (*MsgAddX509Cert) ProtoMessage()
func (*MsgAddX509Cert) Reset ¶
func (m *MsgAddX509Cert) Reset()
func (*MsgAddX509Cert) Route ¶
func (msg *MsgAddX509Cert) Route() string
func (*MsgAddX509Cert) Size ¶
func (m *MsgAddX509Cert) Size() (n int)
func (*MsgAddX509Cert) String ¶
func (m *MsgAddX509Cert) String() string
func (*MsgAddX509Cert) Type ¶
func (msg *MsgAddX509Cert) Type() string
func (*MsgAddX509Cert) Unmarshal ¶
func (m *MsgAddX509Cert) Unmarshal(dAtA []byte) error
func (*MsgAddX509Cert) ValidateBasic ¶
func (msg *MsgAddX509Cert) ValidateBasic() error
func (*MsgAddX509Cert) XXX_DiscardUnknown ¶
func (m *MsgAddX509Cert) XXX_DiscardUnknown()
func (*MsgAddX509Cert) XXX_Marshal ¶
func (m *MsgAddX509Cert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddX509Cert) XXX_Merge ¶
func (m *MsgAddX509Cert) XXX_Merge(src proto.Message)
func (*MsgAddX509Cert) XXX_Size ¶
func (m *MsgAddX509Cert) XXX_Size() int
func (*MsgAddX509Cert) XXX_Unmarshal ¶
func (m *MsgAddX509Cert) XXX_Unmarshal(b []byte) error
type MsgAddX509CertResponse ¶
type MsgAddX509CertResponse struct { }
func (*MsgAddX509CertResponse) Descriptor ¶
func (*MsgAddX509CertResponse) Descriptor() ([]byte, []int)
func (*MsgAddX509CertResponse) Marshal ¶
func (m *MsgAddX509CertResponse) Marshal() (dAtA []byte, err error)
func (*MsgAddX509CertResponse) MarshalTo ¶
func (m *MsgAddX509CertResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgAddX509CertResponse) MarshalToSizedBuffer ¶
func (m *MsgAddX509CertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAddX509CertResponse) ProtoMessage ¶
func (*MsgAddX509CertResponse) ProtoMessage()
func (*MsgAddX509CertResponse) Reset ¶
func (m *MsgAddX509CertResponse) Reset()
func (*MsgAddX509CertResponse) Size ¶
func (m *MsgAddX509CertResponse) Size() (n int)
func (*MsgAddX509CertResponse) String ¶
func (m *MsgAddX509CertResponse) String() string
func (*MsgAddX509CertResponse) Unmarshal ¶
func (m *MsgAddX509CertResponse) Unmarshal(dAtA []byte) error
func (*MsgAddX509CertResponse) XXX_DiscardUnknown ¶
func (m *MsgAddX509CertResponse) XXX_DiscardUnknown()
func (*MsgAddX509CertResponse) XXX_Marshal ¶
func (m *MsgAddX509CertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAddX509CertResponse) XXX_Merge ¶
func (m *MsgAddX509CertResponse) XXX_Merge(src proto.Message)
func (*MsgAddX509CertResponse) XXX_Size ¶
func (m *MsgAddX509CertResponse) XXX_Size() int
func (*MsgAddX509CertResponse) XXX_Unmarshal ¶
func (m *MsgAddX509CertResponse) XXX_Unmarshal(b []byte) error
type MsgApproveAddX509RootCert ¶
type MsgApproveAddX509RootCert struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Subject string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty" validate:"required,max=1024"` SubjectKeyId string `protobuf:"bytes,3,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty" validate:"required,max=256"` Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty" validate:"max=4096"` Time int64 `protobuf:"varint,5,opt,name=time,proto3" json:"time,omitempty"` }
func NewMsgApproveAddX509RootCert ¶
func NewMsgApproveAddX509RootCert(signer string, subject string, subjectKeyID string, info string) *MsgApproveAddX509RootCert
func (*MsgApproveAddX509RootCert) Descriptor ¶
func (*MsgApproveAddX509RootCert) Descriptor() ([]byte, []int)
func (*MsgApproveAddX509RootCert) GetInfo ¶ added in v0.7.0
func (m *MsgApproveAddX509RootCert) GetInfo() string
func (*MsgApproveAddX509RootCert) GetSignBytes ¶
func (msg *MsgApproveAddX509RootCert) GetSignBytes() []byte
func (*MsgApproveAddX509RootCert) GetSigner ¶
func (m *MsgApproveAddX509RootCert) GetSigner() string
func (*MsgApproveAddX509RootCert) GetSigners ¶
func (msg *MsgApproveAddX509RootCert) GetSigners() []sdk.AccAddress
func (*MsgApproveAddX509RootCert) GetSubject ¶
func (m *MsgApproveAddX509RootCert) GetSubject() string
func (*MsgApproveAddX509RootCert) GetSubjectKeyId ¶
func (m *MsgApproveAddX509RootCert) GetSubjectKeyId() string
func (*MsgApproveAddX509RootCert) GetTime ¶ added in v0.7.0
func (m *MsgApproveAddX509RootCert) GetTime() int64
func (*MsgApproveAddX509RootCert) Marshal ¶
func (m *MsgApproveAddX509RootCert) Marshal() (dAtA []byte, err error)
func (*MsgApproveAddX509RootCert) MarshalTo ¶
func (m *MsgApproveAddX509RootCert) MarshalTo(dAtA []byte) (int, error)
func (*MsgApproveAddX509RootCert) MarshalToSizedBuffer ¶
func (m *MsgApproveAddX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgApproveAddX509RootCert) ProtoMessage ¶
func (*MsgApproveAddX509RootCert) ProtoMessage()
func (*MsgApproveAddX509RootCert) Reset ¶
func (m *MsgApproveAddX509RootCert) Reset()
func (*MsgApproveAddX509RootCert) Route ¶
func (msg *MsgApproveAddX509RootCert) Route() string
func (*MsgApproveAddX509RootCert) Size ¶
func (m *MsgApproveAddX509RootCert) Size() (n int)
func (*MsgApproveAddX509RootCert) String ¶
func (m *MsgApproveAddX509RootCert) String() string
func (*MsgApproveAddX509RootCert) Type ¶
func (msg *MsgApproveAddX509RootCert) Type() string
func (*MsgApproveAddX509RootCert) Unmarshal ¶
func (m *MsgApproveAddX509RootCert) Unmarshal(dAtA []byte) error
func (*MsgApproveAddX509RootCert) ValidateBasic ¶
func (msg *MsgApproveAddX509RootCert) ValidateBasic() error
func (*MsgApproveAddX509RootCert) XXX_DiscardUnknown ¶
func (m *MsgApproveAddX509RootCert) XXX_DiscardUnknown()
func (*MsgApproveAddX509RootCert) XXX_Marshal ¶
func (m *MsgApproveAddX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgApproveAddX509RootCert) XXX_Merge ¶
func (m *MsgApproveAddX509RootCert) XXX_Merge(src proto.Message)
func (*MsgApproveAddX509RootCert) XXX_Size ¶
func (m *MsgApproveAddX509RootCert) XXX_Size() int
func (*MsgApproveAddX509RootCert) XXX_Unmarshal ¶
func (m *MsgApproveAddX509RootCert) XXX_Unmarshal(b []byte) error
type MsgApproveAddX509RootCertResponse ¶
type MsgApproveAddX509RootCertResponse struct { }
func (*MsgApproveAddX509RootCertResponse) Descriptor ¶
func (*MsgApproveAddX509RootCertResponse) Descriptor() ([]byte, []int)
func (*MsgApproveAddX509RootCertResponse) Marshal ¶
func (m *MsgApproveAddX509RootCertResponse) Marshal() (dAtA []byte, err error)
func (*MsgApproveAddX509RootCertResponse) MarshalTo ¶
func (m *MsgApproveAddX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgApproveAddX509RootCertResponse) MarshalToSizedBuffer ¶
func (m *MsgApproveAddX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgApproveAddX509RootCertResponse) ProtoMessage ¶
func (*MsgApproveAddX509RootCertResponse) ProtoMessage()
func (*MsgApproveAddX509RootCertResponse) Reset ¶
func (m *MsgApproveAddX509RootCertResponse) Reset()
func (*MsgApproveAddX509RootCertResponse) Size ¶
func (m *MsgApproveAddX509RootCertResponse) Size() (n int)
func (*MsgApproveAddX509RootCertResponse) String ¶
func (m *MsgApproveAddX509RootCertResponse) String() string
func (*MsgApproveAddX509RootCertResponse) Unmarshal ¶
func (m *MsgApproveAddX509RootCertResponse) Unmarshal(dAtA []byte) error
func (*MsgApproveAddX509RootCertResponse) XXX_DiscardUnknown ¶
func (m *MsgApproveAddX509RootCertResponse) XXX_DiscardUnknown()
func (*MsgApproveAddX509RootCertResponse) XXX_Marshal ¶
func (m *MsgApproveAddX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgApproveAddX509RootCertResponse) XXX_Merge ¶
func (m *MsgApproveAddX509RootCertResponse) XXX_Merge(src proto.Message)
func (*MsgApproveAddX509RootCertResponse) XXX_Size ¶
func (m *MsgApproveAddX509RootCertResponse) XXX_Size() int
func (*MsgApproveAddX509RootCertResponse) XXX_Unmarshal ¶
func (m *MsgApproveAddX509RootCertResponse) XXX_Unmarshal(b []byte) error
type MsgApproveRevokeX509RootCert ¶
type MsgApproveRevokeX509RootCert struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Subject string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty" validate:"required,max=1024"` SubjectKeyId string `protobuf:"bytes,3,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty" validate:"required,max=256"` Info string `protobuf:"bytes,5,opt,name=info,proto3" json:"info,omitempty" validate:"max=4096"` Time int64 `protobuf:"varint,6,opt,name=time,proto3" json:"time,omitempty"` }
func NewMsgApproveRevokeX509RootCert ¶
func NewMsgApproveRevokeX509RootCert(signer string, subject string, subjectKeyID string, info string) *MsgApproveRevokeX509RootCert
func (*MsgApproveRevokeX509RootCert) Descriptor ¶
func (*MsgApproveRevokeX509RootCert) Descriptor() ([]byte, []int)
func (*MsgApproveRevokeX509RootCert) GetInfo ¶ added in v0.7.0
func (m *MsgApproveRevokeX509RootCert) GetInfo() string
func (*MsgApproveRevokeX509RootCert) GetSignBytes ¶
func (msg *MsgApproveRevokeX509RootCert) GetSignBytes() []byte
func (*MsgApproveRevokeX509RootCert) GetSigner ¶
func (m *MsgApproveRevokeX509RootCert) GetSigner() string
func (*MsgApproveRevokeX509RootCert) GetSigners ¶
func (msg *MsgApproveRevokeX509RootCert) GetSigners() []sdk.AccAddress
func (*MsgApproveRevokeX509RootCert) GetSubject ¶
func (m *MsgApproveRevokeX509RootCert) GetSubject() string
func (*MsgApproveRevokeX509RootCert) GetSubjectKeyId ¶
func (m *MsgApproveRevokeX509RootCert) GetSubjectKeyId() string
func (*MsgApproveRevokeX509RootCert) GetTime ¶ added in v0.7.0
func (m *MsgApproveRevokeX509RootCert) GetTime() int64
func (*MsgApproveRevokeX509RootCert) Marshal ¶
func (m *MsgApproveRevokeX509RootCert) Marshal() (dAtA []byte, err error)
func (*MsgApproveRevokeX509RootCert) MarshalTo ¶
func (m *MsgApproveRevokeX509RootCert) MarshalTo(dAtA []byte) (int, error)
func (*MsgApproveRevokeX509RootCert) MarshalToSizedBuffer ¶
func (m *MsgApproveRevokeX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgApproveRevokeX509RootCert) ProtoMessage ¶
func (*MsgApproveRevokeX509RootCert) ProtoMessage()
func (*MsgApproveRevokeX509RootCert) Reset ¶
func (m *MsgApproveRevokeX509RootCert) Reset()
func (*MsgApproveRevokeX509RootCert) Route ¶
func (msg *MsgApproveRevokeX509RootCert) Route() string
func (*MsgApproveRevokeX509RootCert) Size ¶
func (m *MsgApproveRevokeX509RootCert) Size() (n int)
func (*MsgApproveRevokeX509RootCert) String ¶
func (m *MsgApproveRevokeX509RootCert) String() string
func (*MsgApproveRevokeX509RootCert) Type ¶
func (msg *MsgApproveRevokeX509RootCert) Type() string
func (*MsgApproveRevokeX509RootCert) Unmarshal ¶
func (m *MsgApproveRevokeX509RootCert) Unmarshal(dAtA []byte) error
func (*MsgApproveRevokeX509RootCert) ValidateBasic ¶
func (msg *MsgApproveRevokeX509RootCert) ValidateBasic() error
func (*MsgApproveRevokeX509RootCert) XXX_DiscardUnknown ¶
func (m *MsgApproveRevokeX509RootCert) XXX_DiscardUnknown()
func (*MsgApproveRevokeX509RootCert) XXX_Marshal ¶
func (m *MsgApproveRevokeX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgApproveRevokeX509RootCert) XXX_Merge ¶
func (m *MsgApproveRevokeX509RootCert) XXX_Merge(src proto.Message)
func (*MsgApproveRevokeX509RootCert) XXX_Size ¶
func (m *MsgApproveRevokeX509RootCert) XXX_Size() int
func (*MsgApproveRevokeX509RootCert) XXX_Unmarshal ¶
func (m *MsgApproveRevokeX509RootCert) XXX_Unmarshal(b []byte) error
type MsgApproveRevokeX509RootCertResponse ¶
type MsgApproveRevokeX509RootCertResponse struct { }
func (*MsgApproveRevokeX509RootCertResponse) Descriptor ¶
func (*MsgApproveRevokeX509RootCertResponse) Descriptor() ([]byte, []int)
func (*MsgApproveRevokeX509RootCertResponse) Marshal ¶
func (m *MsgApproveRevokeX509RootCertResponse) Marshal() (dAtA []byte, err error)
func (*MsgApproveRevokeX509RootCertResponse) MarshalTo ¶
func (m *MsgApproveRevokeX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgApproveRevokeX509RootCertResponse) MarshalToSizedBuffer ¶
func (m *MsgApproveRevokeX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgApproveRevokeX509RootCertResponse) ProtoMessage ¶
func (*MsgApproveRevokeX509RootCertResponse) ProtoMessage()
func (*MsgApproveRevokeX509RootCertResponse) Reset ¶
func (m *MsgApproveRevokeX509RootCertResponse) Reset()
func (*MsgApproveRevokeX509RootCertResponse) Size ¶
func (m *MsgApproveRevokeX509RootCertResponse) Size() (n int)
func (*MsgApproveRevokeX509RootCertResponse) String ¶
func (m *MsgApproveRevokeX509RootCertResponse) String() string
func (*MsgApproveRevokeX509RootCertResponse) Unmarshal ¶
func (m *MsgApproveRevokeX509RootCertResponse) Unmarshal(dAtA []byte) error
func (*MsgApproveRevokeX509RootCertResponse) XXX_DiscardUnknown ¶
func (m *MsgApproveRevokeX509RootCertResponse) XXX_DiscardUnknown()
func (*MsgApproveRevokeX509RootCertResponse) XXX_Marshal ¶
func (m *MsgApproveRevokeX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgApproveRevokeX509RootCertResponse) XXX_Merge ¶
func (m *MsgApproveRevokeX509RootCertResponse) XXX_Merge(src proto.Message)
func (*MsgApproveRevokeX509RootCertResponse) XXX_Size ¶
func (m *MsgApproveRevokeX509RootCertResponse) XXX_Size() int
func (*MsgApproveRevokeX509RootCertResponse) XXX_Unmarshal ¶
func (m *MsgApproveRevokeX509RootCertResponse) XXX_Unmarshal(b []byte) error
type MsgAssignVid ¶ added in v1.2.0
type MsgAssignVid struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Subject string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty" validate:"required,max=1024"` SubjectKeyId string `protobuf:"bytes,3,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty" validate:"required,max=256"` Vid int32 `protobuf:"varint,4,opt,name=vid,proto3" json:"vid,omitempty" validate:"gte=1,lte=65535,required"` }
func NewMsgAssignVid ¶ added in v1.2.0
func NewMsgAssignVid(signer string, subject string, subjectKeyID string, vid int32) *MsgAssignVid
func (*MsgAssignVid) Descriptor ¶ added in v1.2.0
func (*MsgAssignVid) Descriptor() ([]byte, []int)
func (*MsgAssignVid) GetSignBytes ¶ added in v1.2.0
func (msg *MsgAssignVid) GetSignBytes() []byte
func (*MsgAssignVid) GetSigner ¶ added in v1.2.0
func (m *MsgAssignVid) GetSigner() string
func (*MsgAssignVid) GetSigners ¶ added in v1.2.0
func (msg *MsgAssignVid) GetSigners() []sdk.AccAddress
func (*MsgAssignVid) GetSubject ¶ added in v1.2.0
func (m *MsgAssignVid) GetSubject() string
func (*MsgAssignVid) GetSubjectKeyId ¶ added in v1.2.0
func (m *MsgAssignVid) GetSubjectKeyId() string
func (*MsgAssignVid) GetVid ¶ added in v1.2.0
func (m *MsgAssignVid) GetVid() int32
func (*MsgAssignVid) Marshal ¶ added in v1.2.0
func (m *MsgAssignVid) Marshal() (dAtA []byte, err error)
func (*MsgAssignVid) MarshalTo ¶ added in v1.2.0
func (m *MsgAssignVid) MarshalTo(dAtA []byte) (int, error)
func (*MsgAssignVid) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *MsgAssignVid) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAssignVid) ProtoMessage ¶ added in v1.2.0
func (*MsgAssignVid) ProtoMessage()
func (*MsgAssignVid) Reset ¶ added in v1.2.0
func (m *MsgAssignVid) Reset()
func (*MsgAssignVid) Route ¶ added in v1.2.0
func (msg *MsgAssignVid) Route() string
func (*MsgAssignVid) Size ¶ added in v1.2.0
func (m *MsgAssignVid) Size() (n int)
func (*MsgAssignVid) String ¶ added in v1.2.0
func (m *MsgAssignVid) String() string
func (*MsgAssignVid) Type ¶ added in v1.2.0
func (msg *MsgAssignVid) Type() string
func (*MsgAssignVid) Unmarshal ¶ added in v1.2.0
func (m *MsgAssignVid) Unmarshal(dAtA []byte) error
func (*MsgAssignVid) ValidateBasic ¶ added in v1.2.0
func (msg *MsgAssignVid) ValidateBasic() error
func (*MsgAssignVid) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *MsgAssignVid) XXX_DiscardUnknown()
func (*MsgAssignVid) XXX_Marshal ¶ added in v1.2.0
func (m *MsgAssignVid) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAssignVid) XXX_Merge ¶ added in v1.2.0
func (m *MsgAssignVid) XXX_Merge(src proto.Message)
func (*MsgAssignVid) XXX_Size ¶ added in v1.2.0
func (m *MsgAssignVid) XXX_Size() int
func (*MsgAssignVid) XXX_Unmarshal ¶ added in v1.2.0
func (m *MsgAssignVid) XXX_Unmarshal(b []byte) error
type MsgAssignVidResponse ¶ added in v1.2.0
type MsgAssignVidResponse struct { }
func (*MsgAssignVidResponse) Descriptor ¶ added in v1.2.0
func (*MsgAssignVidResponse) Descriptor() ([]byte, []int)
func (*MsgAssignVidResponse) Marshal ¶ added in v1.2.0
func (m *MsgAssignVidResponse) Marshal() (dAtA []byte, err error)
func (*MsgAssignVidResponse) MarshalTo ¶ added in v1.2.0
func (m *MsgAssignVidResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgAssignVidResponse) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *MsgAssignVidResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgAssignVidResponse) ProtoMessage ¶ added in v1.2.0
func (*MsgAssignVidResponse) ProtoMessage()
func (*MsgAssignVidResponse) Reset ¶ added in v1.2.0
func (m *MsgAssignVidResponse) Reset()
func (*MsgAssignVidResponse) Size ¶ added in v1.2.0
func (m *MsgAssignVidResponse) Size() (n int)
func (*MsgAssignVidResponse) String ¶ added in v1.2.0
func (m *MsgAssignVidResponse) String() string
func (*MsgAssignVidResponse) Unmarshal ¶ added in v1.2.0
func (m *MsgAssignVidResponse) Unmarshal(dAtA []byte) error
func (*MsgAssignVidResponse) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *MsgAssignVidResponse) XXX_DiscardUnknown()
func (*MsgAssignVidResponse) XXX_Marshal ¶ added in v1.2.0
func (m *MsgAssignVidResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgAssignVidResponse) XXX_Merge ¶ added in v1.2.0
func (m *MsgAssignVidResponse) XXX_Merge(src proto.Message)
func (*MsgAssignVidResponse) XXX_Size ¶ added in v1.2.0
func (m *MsgAssignVidResponse) XXX_Size() int
func (*MsgAssignVidResponse) XXX_Unmarshal ¶ added in v1.2.0
func (m *MsgAssignVidResponse) XXX_Unmarshal(b []byte) error
type MsgClient ¶
type MsgClient interface { ProposeAddX509RootCert(ctx context.Context, in *MsgProposeAddX509RootCert, opts ...grpc.CallOption) (*MsgProposeAddX509RootCertResponse, error) ApproveAddX509RootCert(ctx context.Context, in *MsgApproveAddX509RootCert, opts ...grpc.CallOption) (*MsgApproveAddX509RootCertResponse, error) AddX509Cert(ctx context.Context, in *MsgAddX509Cert, opts ...grpc.CallOption) (*MsgAddX509CertResponse, error) ProposeRevokeX509RootCert(ctx context.Context, in *MsgProposeRevokeX509RootCert, opts ...grpc.CallOption) (*MsgProposeRevokeX509RootCertResponse, error) ApproveRevokeX509RootCert(ctx context.Context, in *MsgApproveRevokeX509RootCert, opts ...grpc.CallOption) (*MsgApproveRevokeX509RootCertResponse, error) RevokeX509Cert(ctx context.Context, in *MsgRevokeX509Cert, opts ...grpc.CallOption) (*MsgRevokeX509CertResponse, error) RejectAddX509RootCert(ctx context.Context, in *MsgRejectAddX509RootCert, opts ...grpc.CallOption) (*MsgRejectAddX509RootCertResponse, error) AddPkiRevocationDistributionPoint(ctx context.Context, in *MsgAddPkiRevocationDistributionPoint, opts ...grpc.CallOption) (*MsgAddPkiRevocationDistributionPointResponse, error) UpdatePkiRevocationDistributionPoint(ctx context.Context, in *MsgUpdatePkiRevocationDistributionPoint, opts ...grpc.CallOption) (*MsgUpdatePkiRevocationDistributionPointResponse, error) DeletePkiRevocationDistributionPoint(ctx context.Context, in *MsgDeletePkiRevocationDistributionPoint, opts ...grpc.CallOption) (*MsgDeletePkiRevocationDistributionPointResponse, error) AssignVid(ctx context.Context, in *MsgAssignVid, opts ...grpc.CallOption) (*MsgAssignVidResponse, error) }
MsgClient is the client API for Msg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMsgClient ¶
func NewMsgClient(cc grpc1.ClientConn) MsgClient
type MsgDeletePkiRevocationDistributionPoint ¶ added in v1.2.0
type MsgDeletePkiRevocationDistributionPoint struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Vid int32 `protobuf:"varint,2,opt,name=vid,proto3" json:"vid,omitempty" validate:"gte=1,lte=65535,required"` Label string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty" validate:"required"` IssuerSubjectKeyID string `protobuf:"bytes,4,opt,name=issuerSubjectKeyID,proto3" json:"issuerSubjectKeyID,omitempty" validate:"required"` }
func NewMsgDeletePkiRevocationDistributionPoint ¶ added in v1.2.0
func NewMsgDeletePkiRevocationDistributionPoint(signer string, vid int32, label string, issuerSubjectKeyID string) *MsgDeletePkiRevocationDistributionPoint
func (*MsgDeletePkiRevocationDistributionPoint) Descriptor ¶ added in v1.2.0
func (*MsgDeletePkiRevocationDistributionPoint) Descriptor() ([]byte, []int)
func (*MsgDeletePkiRevocationDistributionPoint) GetIssuerSubjectKeyID ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) GetIssuerSubjectKeyID() string
func (*MsgDeletePkiRevocationDistributionPoint) GetLabel ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) GetLabel() string
func (*MsgDeletePkiRevocationDistributionPoint) GetSignBytes ¶ added in v1.2.0
func (msg *MsgDeletePkiRevocationDistributionPoint) GetSignBytes() []byte
func (*MsgDeletePkiRevocationDistributionPoint) GetSigner ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) GetSigner() string
func (*MsgDeletePkiRevocationDistributionPoint) GetSigners ¶ added in v1.2.0
func (msg *MsgDeletePkiRevocationDistributionPoint) GetSigners() []sdk.AccAddress
func (*MsgDeletePkiRevocationDistributionPoint) GetVid ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) GetVid() int32
func (*MsgDeletePkiRevocationDistributionPoint) Marshal ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) Marshal() (dAtA []byte, err error)
func (*MsgDeletePkiRevocationDistributionPoint) MarshalTo ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeletePkiRevocationDistributionPoint) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeletePkiRevocationDistributionPoint) ProtoMessage ¶ added in v1.2.0
func (*MsgDeletePkiRevocationDistributionPoint) ProtoMessage()
func (*MsgDeletePkiRevocationDistributionPoint) Reset ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) Reset()
func (*MsgDeletePkiRevocationDistributionPoint) Route ¶ added in v1.2.0
func (msg *MsgDeletePkiRevocationDistributionPoint) Route() string
func (*MsgDeletePkiRevocationDistributionPoint) Size ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) Size() (n int)
func (*MsgDeletePkiRevocationDistributionPoint) String ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) String() string
func (*MsgDeletePkiRevocationDistributionPoint) Type ¶ added in v1.2.0
func (msg *MsgDeletePkiRevocationDistributionPoint) Type() string
func (*MsgDeletePkiRevocationDistributionPoint) Unmarshal ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) Unmarshal(dAtA []byte) error
func (*MsgDeletePkiRevocationDistributionPoint) ValidateBasic ¶ added in v1.2.0
func (msg *MsgDeletePkiRevocationDistributionPoint) ValidateBasic() error
func (*MsgDeletePkiRevocationDistributionPoint) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) XXX_DiscardUnknown()
func (*MsgDeletePkiRevocationDistributionPoint) XXX_Marshal ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeletePkiRevocationDistributionPoint) XXX_Merge ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) XXX_Merge(src proto.Message)
func (*MsgDeletePkiRevocationDistributionPoint) XXX_Size ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) XXX_Size() int
func (*MsgDeletePkiRevocationDistributionPoint) XXX_Unmarshal ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPoint) XXX_Unmarshal(b []byte) error
type MsgDeletePkiRevocationDistributionPointResponse ¶ added in v1.2.0
type MsgDeletePkiRevocationDistributionPointResponse struct { }
func (*MsgDeletePkiRevocationDistributionPointResponse) Descriptor ¶ added in v1.2.0
func (*MsgDeletePkiRevocationDistributionPointResponse) Descriptor() ([]byte, []int)
func (*MsgDeletePkiRevocationDistributionPointResponse) Marshal ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)
func (*MsgDeletePkiRevocationDistributionPointResponse) MarshalTo ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeletePkiRevocationDistributionPointResponse) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeletePkiRevocationDistributionPointResponse) ProtoMessage ¶ added in v1.2.0
func (*MsgDeletePkiRevocationDistributionPointResponse) ProtoMessage()
func (*MsgDeletePkiRevocationDistributionPointResponse) Reset ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) Reset()
func (*MsgDeletePkiRevocationDistributionPointResponse) Size ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) Size() (n int)
func (*MsgDeletePkiRevocationDistributionPointResponse) String ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) String() string
func (*MsgDeletePkiRevocationDistributionPointResponse) Unmarshal ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) Unmarshal(dAtA []byte) error
func (*MsgDeletePkiRevocationDistributionPointResponse) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) XXX_DiscardUnknown()
func (*MsgDeletePkiRevocationDistributionPointResponse) XXX_Marshal ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeletePkiRevocationDistributionPointResponse) XXX_Merge ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) XXX_Merge(src proto.Message)
func (*MsgDeletePkiRevocationDistributionPointResponse) XXX_Size ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) XXX_Size() int
func (*MsgDeletePkiRevocationDistributionPointResponse) XXX_Unmarshal ¶ added in v1.2.0
func (m *MsgDeletePkiRevocationDistributionPointResponse) XXX_Unmarshal(b []byte) error
type MsgProposeAddX509RootCert ¶
type MsgProposeAddX509RootCert struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Cert string `protobuf:"bytes,2,opt,name=cert,proto3" json:"cert,omitempty" validate:"required,max=10485760"` Info string `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty" validate:"max=4096"` Time int64 `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"` Vid int32 `protobuf:"varint,5,opt,name=vid,proto3" json:"vid,omitempty" validate:"gte=1,lte=65535,required"` }
func NewMsgProposeAddX509RootCert ¶
func NewMsgProposeAddX509RootCert(signer string, cert string, info string, vid int32) *MsgProposeAddX509RootCert
func (*MsgProposeAddX509RootCert) Descriptor ¶
func (*MsgProposeAddX509RootCert) Descriptor() ([]byte, []int)
func (*MsgProposeAddX509RootCert) GetCert ¶
func (m *MsgProposeAddX509RootCert) GetCert() string
func (*MsgProposeAddX509RootCert) GetInfo ¶ added in v0.7.0
func (m *MsgProposeAddX509RootCert) GetInfo() string
func (*MsgProposeAddX509RootCert) GetSignBytes ¶
func (msg *MsgProposeAddX509RootCert) GetSignBytes() []byte
func (*MsgProposeAddX509RootCert) GetSigner ¶
func (m *MsgProposeAddX509RootCert) GetSigner() string
func (*MsgProposeAddX509RootCert) GetSigners ¶
func (msg *MsgProposeAddX509RootCert) GetSigners() []sdk.AccAddress
func (*MsgProposeAddX509RootCert) GetTime ¶ added in v0.7.0
func (m *MsgProposeAddX509RootCert) GetTime() int64
func (*MsgProposeAddX509RootCert) GetVid ¶ added in v1.2.0
func (m *MsgProposeAddX509RootCert) GetVid() int32
func (*MsgProposeAddX509RootCert) Marshal ¶
func (m *MsgProposeAddX509RootCert) Marshal() (dAtA []byte, err error)
func (*MsgProposeAddX509RootCert) MarshalTo ¶
func (m *MsgProposeAddX509RootCert) MarshalTo(dAtA []byte) (int, error)
func (*MsgProposeAddX509RootCert) MarshalToSizedBuffer ¶
func (m *MsgProposeAddX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgProposeAddX509RootCert) ProtoMessage ¶
func (*MsgProposeAddX509RootCert) ProtoMessage()
func (*MsgProposeAddX509RootCert) Reset ¶
func (m *MsgProposeAddX509RootCert) Reset()
func (*MsgProposeAddX509RootCert) Route ¶
func (msg *MsgProposeAddX509RootCert) Route() string
func (*MsgProposeAddX509RootCert) Size ¶
func (m *MsgProposeAddX509RootCert) Size() (n int)
func (*MsgProposeAddX509RootCert) String ¶
func (m *MsgProposeAddX509RootCert) String() string
func (*MsgProposeAddX509RootCert) Type ¶
func (msg *MsgProposeAddX509RootCert) Type() string
func (*MsgProposeAddX509RootCert) Unmarshal ¶
func (m *MsgProposeAddX509RootCert) Unmarshal(dAtA []byte) error
func (*MsgProposeAddX509RootCert) ValidateBasic ¶
func (msg *MsgProposeAddX509RootCert) ValidateBasic() error
func (*MsgProposeAddX509RootCert) XXX_DiscardUnknown ¶
func (m *MsgProposeAddX509RootCert) XXX_DiscardUnknown()
func (*MsgProposeAddX509RootCert) XXX_Marshal ¶
func (m *MsgProposeAddX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgProposeAddX509RootCert) XXX_Merge ¶
func (m *MsgProposeAddX509RootCert) XXX_Merge(src proto.Message)
func (*MsgProposeAddX509RootCert) XXX_Size ¶
func (m *MsgProposeAddX509RootCert) XXX_Size() int
func (*MsgProposeAddX509RootCert) XXX_Unmarshal ¶
func (m *MsgProposeAddX509RootCert) XXX_Unmarshal(b []byte) error
type MsgProposeAddX509RootCertResponse ¶
type MsgProposeAddX509RootCertResponse struct { }
func (*MsgProposeAddX509RootCertResponse) Descriptor ¶
func (*MsgProposeAddX509RootCertResponse) Descriptor() ([]byte, []int)
func (*MsgProposeAddX509RootCertResponse) Marshal ¶
func (m *MsgProposeAddX509RootCertResponse) Marshal() (dAtA []byte, err error)
func (*MsgProposeAddX509RootCertResponse) MarshalTo ¶
func (m *MsgProposeAddX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgProposeAddX509RootCertResponse) MarshalToSizedBuffer ¶
func (m *MsgProposeAddX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgProposeAddX509RootCertResponse) ProtoMessage ¶
func (*MsgProposeAddX509RootCertResponse) ProtoMessage()
func (*MsgProposeAddX509RootCertResponse) Reset ¶
func (m *MsgProposeAddX509RootCertResponse) Reset()
func (*MsgProposeAddX509RootCertResponse) Size ¶
func (m *MsgProposeAddX509RootCertResponse) Size() (n int)
func (*MsgProposeAddX509RootCertResponse) String ¶
func (m *MsgProposeAddX509RootCertResponse) String() string
func (*MsgProposeAddX509RootCertResponse) Unmarshal ¶
func (m *MsgProposeAddX509RootCertResponse) Unmarshal(dAtA []byte) error
func (*MsgProposeAddX509RootCertResponse) XXX_DiscardUnknown ¶
func (m *MsgProposeAddX509RootCertResponse) XXX_DiscardUnknown()
func (*MsgProposeAddX509RootCertResponse) XXX_Marshal ¶
func (m *MsgProposeAddX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgProposeAddX509RootCertResponse) XXX_Merge ¶
func (m *MsgProposeAddX509RootCertResponse) XXX_Merge(src proto.Message)
func (*MsgProposeAddX509RootCertResponse) XXX_Size ¶
func (m *MsgProposeAddX509RootCertResponse) XXX_Size() int
func (*MsgProposeAddX509RootCertResponse) XXX_Unmarshal ¶
func (m *MsgProposeAddX509RootCertResponse) XXX_Unmarshal(b []byte) error
type MsgProposeRevokeX509RootCert ¶
type MsgProposeRevokeX509RootCert struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Subject string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty" validate:"required,max=1024"` SubjectKeyId string `protobuf:"bytes,3,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty" validate:"required,max=256"` Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty" validate:"max=4096"` Time int64 `protobuf:"varint,5,opt,name=time,proto3" json:"time,omitempty"` }
func NewMsgProposeRevokeX509RootCert ¶
func NewMsgProposeRevokeX509RootCert(signer string, subject string, subjectKeyID string, info string) *MsgProposeRevokeX509RootCert
func (*MsgProposeRevokeX509RootCert) Descriptor ¶
func (*MsgProposeRevokeX509RootCert) Descriptor() ([]byte, []int)
func (*MsgProposeRevokeX509RootCert) GetInfo ¶ added in v0.7.0
func (m *MsgProposeRevokeX509RootCert) GetInfo() string
func (*MsgProposeRevokeX509RootCert) GetSignBytes ¶
func (msg *MsgProposeRevokeX509RootCert) GetSignBytes() []byte
func (*MsgProposeRevokeX509RootCert) GetSigner ¶
func (m *MsgProposeRevokeX509RootCert) GetSigner() string
func (*MsgProposeRevokeX509RootCert) GetSigners ¶
func (msg *MsgProposeRevokeX509RootCert) GetSigners() []sdk.AccAddress
func (*MsgProposeRevokeX509RootCert) GetSubject ¶
func (m *MsgProposeRevokeX509RootCert) GetSubject() string
func (*MsgProposeRevokeX509RootCert) GetSubjectKeyId ¶
func (m *MsgProposeRevokeX509RootCert) GetSubjectKeyId() string
func (*MsgProposeRevokeX509RootCert) GetTime ¶ added in v0.7.0
func (m *MsgProposeRevokeX509RootCert) GetTime() int64
func (*MsgProposeRevokeX509RootCert) Marshal ¶
func (m *MsgProposeRevokeX509RootCert) Marshal() (dAtA []byte, err error)
func (*MsgProposeRevokeX509RootCert) MarshalTo ¶
func (m *MsgProposeRevokeX509RootCert) MarshalTo(dAtA []byte) (int, error)
func (*MsgProposeRevokeX509RootCert) MarshalToSizedBuffer ¶
func (m *MsgProposeRevokeX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgProposeRevokeX509RootCert) ProtoMessage ¶
func (*MsgProposeRevokeX509RootCert) ProtoMessage()
func (*MsgProposeRevokeX509RootCert) Reset ¶
func (m *MsgProposeRevokeX509RootCert) Reset()
func (*MsgProposeRevokeX509RootCert) Route ¶
func (msg *MsgProposeRevokeX509RootCert) Route() string
func (*MsgProposeRevokeX509RootCert) Size ¶
func (m *MsgProposeRevokeX509RootCert) Size() (n int)
func (*MsgProposeRevokeX509RootCert) String ¶
func (m *MsgProposeRevokeX509RootCert) String() string
func (*MsgProposeRevokeX509RootCert) Type ¶
func (msg *MsgProposeRevokeX509RootCert) Type() string
func (*MsgProposeRevokeX509RootCert) Unmarshal ¶
func (m *MsgProposeRevokeX509RootCert) Unmarshal(dAtA []byte) error
func (*MsgProposeRevokeX509RootCert) ValidateBasic ¶
func (msg *MsgProposeRevokeX509RootCert) ValidateBasic() error
func (*MsgProposeRevokeX509RootCert) XXX_DiscardUnknown ¶
func (m *MsgProposeRevokeX509RootCert) XXX_DiscardUnknown()
func (*MsgProposeRevokeX509RootCert) XXX_Marshal ¶
func (m *MsgProposeRevokeX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgProposeRevokeX509RootCert) XXX_Merge ¶
func (m *MsgProposeRevokeX509RootCert) XXX_Merge(src proto.Message)
func (*MsgProposeRevokeX509RootCert) XXX_Size ¶
func (m *MsgProposeRevokeX509RootCert) XXX_Size() int
func (*MsgProposeRevokeX509RootCert) XXX_Unmarshal ¶
func (m *MsgProposeRevokeX509RootCert) XXX_Unmarshal(b []byte) error
type MsgProposeRevokeX509RootCertResponse ¶
type MsgProposeRevokeX509RootCertResponse struct { }
func (*MsgProposeRevokeX509RootCertResponse) Descriptor ¶
func (*MsgProposeRevokeX509RootCertResponse) Descriptor() ([]byte, []int)
func (*MsgProposeRevokeX509RootCertResponse) Marshal ¶
func (m *MsgProposeRevokeX509RootCertResponse) Marshal() (dAtA []byte, err error)
func (*MsgProposeRevokeX509RootCertResponse) MarshalTo ¶
func (m *MsgProposeRevokeX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgProposeRevokeX509RootCertResponse) MarshalToSizedBuffer ¶
func (m *MsgProposeRevokeX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgProposeRevokeX509RootCertResponse) ProtoMessage ¶
func (*MsgProposeRevokeX509RootCertResponse) ProtoMessage()
func (*MsgProposeRevokeX509RootCertResponse) Reset ¶
func (m *MsgProposeRevokeX509RootCertResponse) Reset()
func (*MsgProposeRevokeX509RootCertResponse) Size ¶
func (m *MsgProposeRevokeX509RootCertResponse) Size() (n int)
func (*MsgProposeRevokeX509RootCertResponse) String ¶
func (m *MsgProposeRevokeX509RootCertResponse) String() string
func (*MsgProposeRevokeX509RootCertResponse) Unmarshal ¶
func (m *MsgProposeRevokeX509RootCertResponse) Unmarshal(dAtA []byte) error
func (*MsgProposeRevokeX509RootCertResponse) XXX_DiscardUnknown ¶
func (m *MsgProposeRevokeX509RootCertResponse) XXX_DiscardUnknown()
func (*MsgProposeRevokeX509RootCertResponse) XXX_Marshal ¶
func (m *MsgProposeRevokeX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgProposeRevokeX509RootCertResponse) XXX_Merge ¶
func (m *MsgProposeRevokeX509RootCertResponse) XXX_Merge(src proto.Message)
func (*MsgProposeRevokeX509RootCertResponse) XXX_Size ¶
func (m *MsgProposeRevokeX509RootCertResponse) XXX_Size() int
func (*MsgProposeRevokeX509RootCertResponse) XXX_Unmarshal ¶
func (m *MsgProposeRevokeX509RootCertResponse) XXX_Unmarshal(b []byte) error
type MsgRejectAddX509RootCert ¶ added in v0.11.0
type MsgRejectAddX509RootCert struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Subject string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty" validate:"required,max=1024"` SubjectKeyId string `protobuf:"bytes,3,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty" validate:"required,max=256"` Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty" validate:"max=4096"` Time int64 `protobuf:"varint,5,opt,name=time,proto3" json:"time,omitempty"` }
func NewMsgRejectAddX509RootCert ¶ added in v0.11.0
func NewMsgRejectAddX509RootCert(signer string, subject string, subjectKeyID string, info string) *MsgRejectAddX509RootCert
func (*MsgRejectAddX509RootCert) Descriptor ¶ added in v0.11.0
func (*MsgRejectAddX509RootCert) Descriptor() ([]byte, []int)
func (*MsgRejectAddX509RootCert) GetInfo ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) GetInfo() string
func (*MsgRejectAddX509RootCert) GetSignBytes ¶ added in v0.11.0
func (msg *MsgRejectAddX509RootCert) GetSignBytes() []byte
func (*MsgRejectAddX509RootCert) GetSigner ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) GetSigner() string
func (*MsgRejectAddX509RootCert) GetSigners ¶ added in v0.11.0
func (msg *MsgRejectAddX509RootCert) GetSigners() []sdk.AccAddress
func (*MsgRejectAddX509RootCert) GetSubject ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) GetSubject() string
func (*MsgRejectAddX509RootCert) GetSubjectKeyId ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) GetSubjectKeyId() string
func (*MsgRejectAddX509RootCert) GetTime ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) GetTime() int64
func (*MsgRejectAddX509RootCert) Marshal ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) Marshal() (dAtA []byte, err error)
func (*MsgRejectAddX509RootCert) MarshalTo ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) MarshalTo(dAtA []byte) (int, error)
func (*MsgRejectAddX509RootCert) MarshalToSizedBuffer ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRejectAddX509RootCert) ProtoMessage ¶ added in v0.11.0
func (*MsgRejectAddX509RootCert) ProtoMessage()
func (*MsgRejectAddX509RootCert) Reset ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) Reset()
func (*MsgRejectAddX509RootCert) Route ¶ added in v0.11.0
func (msg *MsgRejectAddX509RootCert) Route() string
func (*MsgRejectAddX509RootCert) Size ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) Size() (n int)
func (*MsgRejectAddX509RootCert) String ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) String() string
func (*MsgRejectAddX509RootCert) Type ¶ added in v0.11.0
func (msg *MsgRejectAddX509RootCert) Type() string
func (*MsgRejectAddX509RootCert) Unmarshal ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) Unmarshal(dAtA []byte) error
func (*MsgRejectAddX509RootCert) ValidateBasic ¶ added in v0.11.0
func (msg *MsgRejectAddX509RootCert) ValidateBasic() error
func (*MsgRejectAddX509RootCert) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) XXX_DiscardUnknown()
func (*MsgRejectAddX509RootCert) XXX_Marshal ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRejectAddX509RootCert) XXX_Merge ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) XXX_Merge(src proto.Message)
func (*MsgRejectAddX509RootCert) XXX_Size ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) XXX_Size() int
func (*MsgRejectAddX509RootCert) XXX_Unmarshal ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCert) XXX_Unmarshal(b []byte) error
type MsgRejectAddX509RootCertResponse ¶ added in v0.11.0
type MsgRejectAddX509RootCertResponse struct { }
func (*MsgRejectAddX509RootCertResponse) Descriptor ¶ added in v0.11.0
func (*MsgRejectAddX509RootCertResponse) Descriptor() ([]byte, []int)
func (*MsgRejectAddX509RootCertResponse) Marshal ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) Marshal() (dAtA []byte, err error)
func (*MsgRejectAddX509RootCertResponse) MarshalTo ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRejectAddX509RootCertResponse) MarshalToSizedBuffer ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRejectAddX509RootCertResponse) ProtoMessage ¶ added in v0.11.0
func (*MsgRejectAddX509RootCertResponse) ProtoMessage()
func (*MsgRejectAddX509RootCertResponse) Reset ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) Reset()
func (*MsgRejectAddX509RootCertResponse) Size ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) Size() (n int)
func (*MsgRejectAddX509RootCertResponse) String ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) String() string
func (*MsgRejectAddX509RootCertResponse) Unmarshal ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) Unmarshal(dAtA []byte) error
func (*MsgRejectAddX509RootCertResponse) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) XXX_DiscardUnknown()
func (*MsgRejectAddX509RootCertResponse) XXX_Marshal ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRejectAddX509RootCertResponse) XXX_Merge ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) XXX_Merge(src proto.Message)
func (*MsgRejectAddX509RootCertResponse) XXX_Size ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) XXX_Size() int
func (*MsgRejectAddX509RootCertResponse) XXX_Unmarshal ¶ added in v0.11.0
func (m *MsgRejectAddX509RootCertResponse) XXX_Unmarshal(b []byte) error
type MsgRevokeX509Cert ¶
type MsgRevokeX509Cert struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Subject string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty" validate:"required,max=1024"` SubjectKeyId string `protobuf:"bytes,3,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty" validate:"required,max=256"` Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty" validate:"max=4096"` Time int64 `protobuf:"varint,5,opt,name=time,proto3" json:"time,omitempty"` }
func NewMsgRevokeX509Cert ¶
func NewMsgRevokeX509Cert(signer string, subject string, subjectKeyID string, info string) *MsgRevokeX509Cert
func (*MsgRevokeX509Cert) Descriptor ¶
func (*MsgRevokeX509Cert) Descriptor() ([]byte, []int)
func (*MsgRevokeX509Cert) GetInfo ¶ added in v0.7.0
func (m *MsgRevokeX509Cert) GetInfo() string
func (*MsgRevokeX509Cert) GetSignBytes ¶
func (msg *MsgRevokeX509Cert) GetSignBytes() []byte
func (*MsgRevokeX509Cert) GetSigner ¶
func (m *MsgRevokeX509Cert) GetSigner() string
func (*MsgRevokeX509Cert) GetSigners ¶
func (msg *MsgRevokeX509Cert) GetSigners() []sdk.AccAddress
func (*MsgRevokeX509Cert) GetSubject ¶
func (m *MsgRevokeX509Cert) GetSubject() string
func (*MsgRevokeX509Cert) GetSubjectKeyId ¶
func (m *MsgRevokeX509Cert) GetSubjectKeyId() string
func (*MsgRevokeX509Cert) GetTime ¶ added in v0.7.0
func (m *MsgRevokeX509Cert) GetTime() int64
func (*MsgRevokeX509Cert) Marshal ¶
func (m *MsgRevokeX509Cert) Marshal() (dAtA []byte, err error)
func (*MsgRevokeX509Cert) MarshalTo ¶
func (m *MsgRevokeX509Cert) MarshalTo(dAtA []byte) (int, error)
func (*MsgRevokeX509Cert) MarshalToSizedBuffer ¶
func (m *MsgRevokeX509Cert) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRevokeX509Cert) ProtoMessage ¶
func (*MsgRevokeX509Cert) ProtoMessage()
func (*MsgRevokeX509Cert) Reset ¶
func (m *MsgRevokeX509Cert) Reset()
func (*MsgRevokeX509Cert) Route ¶
func (msg *MsgRevokeX509Cert) Route() string
func (*MsgRevokeX509Cert) Size ¶
func (m *MsgRevokeX509Cert) Size() (n int)
func (*MsgRevokeX509Cert) String ¶
func (m *MsgRevokeX509Cert) String() string
func (*MsgRevokeX509Cert) Type ¶
func (msg *MsgRevokeX509Cert) Type() string
func (*MsgRevokeX509Cert) Unmarshal ¶
func (m *MsgRevokeX509Cert) Unmarshal(dAtA []byte) error
func (*MsgRevokeX509Cert) ValidateBasic ¶
func (msg *MsgRevokeX509Cert) ValidateBasic() error
func (*MsgRevokeX509Cert) XXX_DiscardUnknown ¶
func (m *MsgRevokeX509Cert) XXX_DiscardUnknown()
func (*MsgRevokeX509Cert) XXX_Marshal ¶
func (m *MsgRevokeX509Cert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRevokeX509Cert) XXX_Merge ¶
func (m *MsgRevokeX509Cert) XXX_Merge(src proto.Message)
func (*MsgRevokeX509Cert) XXX_Size ¶
func (m *MsgRevokeX509Cert) XXX_Size() int
func (*MsgRevokeX509Cert) XXX_Unmarshal ¶
func (m *MsgRevokeX509Cert) XXX_Unmarshal(b []byte) error
type MsgRevokeX509CertResponse ¶
type MsgRevokeX509CertResponse struct { }
func (*MsgRevokeX509CertResponse) Descriptor ¶
func (*MsgRevokeX509CertResponse) Descriptor() ([]byte, []int)
func (*MsgRevokeX509CertResponse) Marshal ¶
func (m *MsgRevokeX509CertResponse) Marshal() (dAtA []byte, err error)
func (*MsgRevokeX509CertResponse) MarshalTo ¶
func (m *MsgRevokeX509CertResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRevokeX509CertResponse) MarshalToSizedBuffer ¶
func (m *MsgRevokeX509CertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRevokeX509CertResponse) ProtoMessage ¶
func (*MsgRevokeX509CertResponse) ProtoMessage()
func (*MsgRevokeX509CertResponse) Reset ¶
func (m *MsgRevokeX509CertResponse) Reset()
func (*MsgRevokeX509CertResponse) Size ¶
func (m *MsgRevokeX509CertResponse) Size() (n int)
func (*MsgRevokeX509CertResponse) String ¶
func (m *MsgRevokeX509CertResponse) String() string
func (*MsgRevokeX509CertResponse) Unmarshal ¶
func (m *MsgRevokeX509CertResponse) Unmarshal(dAtA []byte) error
func (*MsgRevokeX509CertResponse) XXX_DiscardUnknown ¶
func (m *MsgRevokeX509CertResponse) XXX_DiscardUnknown()
func (*MsgRevokeX509CertResponse) XXX_Marshal ¶
func (m *MsgRevokeX509CertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRevokeX509CertResponse) XXX_Merge ¶
func (m *MsgRevokeX509CertResponse) XXX_Merge(src proto.Message)
func (*MsgRevokeX509CertResponse) XXX_Size ¶
func (m *MsgRevokeX509CertResponse) XXX_Size() int
func (*MsgRevokeX509CertResponse) XXX_Unmarshal ¶
func (m *MsgRevokeX509CertResponse) XXX_Unmarshal(b []byte) error
type MsgServer ¶
type MsgServer interface { ProposeAddX509RootCert(context.Context, *MsgProposeAddX509RootCert) (*MsgProposeAddX509RootCertResponse, error) ApproveAddX509RootCert(context.Context, *MsgApproveAddX509RootCert) (*MsgApproveAddX509RootCertResponse, error) AddX509Cert(context.Context, *MsgAddX509Cert) (*MsgAddX509CertResponse, error) ProposeRevokeX509RootCert(context.Context, *MsgProposeRevokeX509RootCert) (*MsgProposeRevokeX509RootCertResponse, error) ApproveRevokeX509RootCert(context.Context, *MsgApproveRevokeX509RootCert) (*MsgApproveRevokeX509RootCertResponse, error) RevokeX509Cert(context.Context, *MsgRevokeX509Cert) (*MsgRevokeX509CertResponse, error) RejectAddX509RootCert(context.Context, *MsgRejectAddX509RootCert) (*MsgRejectAddX509RootCertResponse, error) AddPkiRevocationDistributionPoint(context.Context, *MsgAddPkiRevocationDistributionPoint) (*MsgAddPkiRevocationDistributionPointResponse, error) UpdatePkiRevocationDistributionPoint(context.Context, *MsgUpdatePkiRevocationDistributionPoint) (*MsgUpdatePkiRevocationDistributionPointResponse, error) DeletePkiRevocationDistributionPoint(context.Context, *MsgDeletePkiRevocationDistributionPoint) (*MsgDeletePkiRevocationDistributionPointResponse, error) AssignVid(context.Context, *MsgAssignVid) (*MsgAssignVidResponse, error) }
MsgServer is the server API for Msg service.
type MsgUpdatePkiRevocationDistributionPoint ¶ added in v1.2.0
type MsgUpdatePkiRevocationDistributionPoint struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty" validate:"required"` Vid int32 `protobuf:"varint,2,opt,name=vid,proto3" json:"vid,omitempty" validate:"gte=1,lte=65535,required"` Label string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty" validate:"required"` CrlSignerCertificate string `protobuf:"bytes,4,opt,name=crlSignerCertificate,proto3" json:"crlSignerCertificate,omitempty"` IssuerSubjectKeyID string `protobuf:"bytes,5,opt,name=issuerSubjectKeyID,proto3" json:"issuerSubjectKeyID,omitempty" validate:"required"` DataURL string `protobuf:"bytes,6,opt,name=dataURL,proto3" json:"dataURL,omitempty" validate:"omitempty,url"` DataFileSize uint64 `protobuf:"varint,7,opt,name=dataFileSize,proto3" json:"dataFileSize,omitempty"` DataDigest string `protobuf:"bytes,8,opt,name=dataDigest,proto3" json:"dataDigest,omitempty"` DataDigestType uint32 `protobuf:"varint,9,opt,name=dataDigestType,proto3" json:"dataDigestType,omitempty"` }
func NewMsgUpdatePkiRevocationDistributionPoint ¶ added in v1.2.0
func (*MsgUpdatePkiRevocationDistributionPoint) Descriptor ¶ added in v1.2.0
func (*MsgUpdatePkiRevocationDistributionPoint) Descriptor() ([]byte, []int)
func (*MsgUpdatePkiRevocationDistributionPoint) GetCrlSignerCertificate ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) GetCrlSignerCertificate() string
func (*MsgUpdatePkiRevocationDistributionPoint) GetDataDigest ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) GetDataDigest() string
func (*MsgUpdatePkiRevocationDistributionPoint) GetDataDigestType ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) GetDataDigestType() uint32
func (*MsgUpdatePkiRevocationDistributionPoint) GetDataFileSize ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) GetDataFileSize() uint64
func (*MsgUpdatePkiRevocationDistributionPoint) GetDataURL ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) GetDataURL() string
func (*MsgUpdatePkiRevocationDistributionPoint) GetIssuerSubjectKeyID ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) GetIssuerSubjectKeyID() string
func (*MsgUpdatePkiRevocationDistributionPoint) GetLabel ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) GetLabel() string
func (*MsgUpdatePkiRevocationDistributionPoint) GetSignBytes ¶ added in v1.2.0
func (msg *MsgUpdatePkiRevocationDistributionPoint) GetSignBytes() []byte
func (*MsgUpdatePkiRevocationDistributionPoint) GetSigner ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) GetSigner() string
func (*MsgUpdatePkiRevocationDistributionPoint) GetSigners ¶ added in v1.2.0
func (msg *MsgUpdatePkiRevocationDistributionPoint) GetSigners() []sdk.AccAddress
func (*MsgUpdatePkiRevocationDistributionPoint) GetVid ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) GetVid() int32
func (*MsgUpdatePkiRevocationDistributionPoint) Marshal ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) Marshal() (dAtA []byte, err error)
func (*MsgUpdatePkiRevocationDistributionPoint) MarshalTo ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdatePkiRevocationDistributionPoint) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdatePkiRevocationDistributionPoint) ProtoMessage ¶ added in v1.2.0
func (*MsgUpdatePkiRevocationDistributionPoint) ProtoMessage()
func (*MsgUpdatePkiRevocationDistributionPoint) Reset ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) Reset()
func (*MsgUpdatePkiRevocationDistributionPoint) Route ¶ added in v1.2.0
func (msg *MsgUpdatePkiRevocationDistributionPoint) Route() string
func (*MsgUpdatePkiRevocationDistributionPoint) Size ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) Size() (n int)
func (*MsgUpdatePkiRevocationDistributionPoint) String ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) String() string
func (*MsgUpdatePkiRevocationDistributionPoint) Type ¶ added in v1.2.0
func (msg *MsgUpdatePkiRevocationDistributionPoint) Type() string
func (*MsgUpdatePkiRevocationDistributionPoint) Unmarshal ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) Unmarshal(dAtA []byte) error
func (*MsgUpdatePkiRevocationDistributionPoint) ValidateBasic ¶ added in v1.2.0
func (msg *MsgUpdatePkiRevocationDistributionPoint) ValidateBasic() error
func (*MsgUpdatePkiRevocationDistributionPoint) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) XXX_DiscardUnknown()
func (*MsgUpdatePkiRevocationDistributionPoint) XXX_Marshal ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdatePkiRevocationDistributionPoint) XXX_Merge ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) XXX_Merge(src proto.Message)
func (*MsgUpdatePkiRevocationDistributionPoint) XXX_Size ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) XXX_Size() int
func (*MsgUpdatePkiRevocationDistributionPoint) XXX_Unmarshal ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPoint) XXX_Unmarshal(b []byte) error
type MsgUpdatePkiRevocationDistributionPointResponse ¶ added in v1.2.0
type MsgUpdatePkiRevocationDistributionPointResponse struct { }
func (*MsgUpdatePkiRevocationDistributionPointResponse) Descriptor ¶ added in v1.2.0
func (*MsgUpdatePkiRevocationDistributionPointResponse) Descriptor() ([]byte, []int)
func (*MsgUpdatePkiRevocationDistributionPointResponse) Marshal ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdatePkiRevocationDistributionPointResponse) MarshalTo ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdatePkiRevocationDistributionPointResponse) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdatePkiRevocationDistributionPointResponse) ProtoMessage ¶ added in v1.2.0
func (*MsgUpdatePkiRevocationDistributionPointResponse) ProtoMessage()
func (*MsgUpdatePkiRevocationDistributionPointResponse) Reset ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) Reset()
func (*MsgUpdatePkiRevocationDistributionPointResponse) Size ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) Size() (n int)
func (*MsgUpdatePkiRevocationDistributionPointResponse) String ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) String() string
func (*MsgUpdatePkiRevocationDistributionPointResponse) Unmarshal ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdatePkiRevocationDistributionPointResponse) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) XXX_DiscardUnknown()
func (*MsgUpdatePkiRevocationDistributionPointResponse) XXX_Marshal ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdatePkiRevocationDistributionPointResponse) XXX_Merge ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) XXX_Merge(src proto.Message)
func (*MsgUpdatePkiRevocationDistributionPointResponse) XXX_Size ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) XXX_Size() int
func (*MsgUpdatePkiRevocationDistributionPointResponse) XXX_Unmarshal ¶ added in v1.2.0
func (m *MsgUpdatePkiRevocationDistributionPointResponse) XXX_Unmarshal(b []byte) error
type PkiRevocationDistributionPoint ¶ added in v1.2.0
type PkiRevocationDistributionPoint struct { Vid int32 `protobuf:"varint,1,opt,name=vid,proto3" json:"vid,omitempty"` Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` IssuerSubjectKeyID string `protobuf:"bytes,3,opt,name=issuerSubjectKeyID,proto3" json:"issuerSubjectKeyID,omitempty"` Pid int32 `protobuf:"varint,4,opt,name=pid,proto3" json:"pid,omitempty"` IsPAA bool `protobuf:"varint,5,opt,name=isPAA,proto3" json:"isPAA,omitempty"` CrlSignerCertificate string `protobuf:"bytes,6,opt,name=crlSignerCertificate,proto3" json:"crlSignerCertificate,omitempty"` DataURL string `protobuf:"bytes,7,opt,name=dataURL,proto3" json:"dataURL,omitempty"` DataFileSize uint64 `protobuf:"varint,8,opt,name=dataFileSize,proto3" json:"dataFileSize,omitempty"` DataDigest string `protobuf:"bytes,9,opt,name=dataDigest,proto3" json:"dataDigest,omitempty"` DataDigestType uint32 `protobuf:"varint,10,opt,name=dataDigestType,proto3" json:"dataDigestType,omitempty"` RevocationType uint32 `protobuf:"varint,11,opt,name=revocationType,proto3" json:"revocationType,omitempty"` }
func (*PkiRevocationDistributionPoint) Descriptor ¶ added in v1.2.0
func (*PkiRevocationDistributionPoint) Descriptor() ([]byte, []int)
func (*PkiRevocationDistributionPoint) GetCrlSignerCertificate ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetCrlSignerCertificate() string
func (*PkiRevocationDistributionPoint) GetDataDigest ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetDataDigest() string
func (*PkiRevocationDistributionPoint) GetDataDigestType ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetDataDigestType() uint32
func (*PkiRevocationDistributionPoint) GetDataFileSize ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetDataFileSize() uint64
func (*PkiRevocationDistributionPoint) GetDataURL ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetDataURL() string
func (*PkiRevocationDistributionPoint) GetIsPAA ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetIsPAA() bool
func (*PkiRevocationDistributionPoint) GetIssuerSubjectKeyID ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetIssuerSubjectKeyID() string
func (*PkiRevocationDistributionPoint) GetLabel ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetLabel() string
func (*PkiRevocationDistributionPoint) GetPid ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetPid() int32
func (*PkiRevocationDistributionPoint) GetRevocationType ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetRevocationType() uint32
func (*PkiRevocationDistributionPoint) GetVid ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) GetVid() int32
func (*PkiRevocationDistributionPoint) Marshal ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) Marshal() (dAtA []byte, err error)
func (*PkiRevocationDistributionPoint) MarshalTo ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) MarshalTo(dAtA []byte) (int, error)
func (*PkiRevocationDistributionPoint) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PkiRevocationDistributionPoint) ProtoMessage ¶ added in v1.2.0
func (*PkiRevocationDistributionPoint) ProtoMessage()
func (*PkiRevocationDistributionPoint) Reset ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) Reset()
func (*PkiRevocationDistributionPoint) Size ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) Size() (n int)
func (*PkiRevocationDistributionPoint) String ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) String() string
func (*PkiRevocationDistributionPoint) Unmarshal ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) Unmarshal(dAtA []byte) error
func (*PkiRevocationDistributionPoint) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) XXX_DiscardUnknown()
func (*PkiRevocationDistributionPoint) XXX_Marshal ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PkiRevocationDistributionPoint) XXX_Merge ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) XXX_Merge(src proto.Message)
func (*PkiRevocationDistributionPoint) XXX_Size ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) XXX_Size() int
func (*PkiRevocationDistributionPoint) XXX_Unmarshal ¶ added in v1.2.0
func (m *PkiRevocationDistributionPoint) XXX_Unmarshal(b []byte) error
type PkiRevocationDistributionPointsByIssuerSubjectKeyID ¶ added in v1.2.0
type PkiRevocationDistributionPointsByIssuerSubjectKeyID struct { IssuerSubjectKeyID string `protobuf:"bytes,1,opt,name=issuerSubjectKeyID,proto3" json:"issuerSubjectKeyID,omitempty"` Points []*PkiRevocationDistributionPoint `protobuf:"bytes,2,rep,name=points,proto3" json:"points,omitempty"` }
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Descriptor ¶ added in v1.2.0
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Descriptor() ([]byte, []int)
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) GetIssuerSubjectKeyID ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) GetIssuerSubjectKeyID() string
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) GetPoints ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) GetPoints() []*PkiRevocationDistributionPoint
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Marshal ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) Marshal() (dAtA []byte, err error)
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) MarshalTo ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) MarshalTo(dAtA []byte) (int, error)
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) ProtoMessage ¶ added in v1.2.0
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) ProtoMessage()
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Reset ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) Reset()
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Size ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) Size() (n int)
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) String ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) String() string
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Unmarshal ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) Unmarshal(dAtA []byte) error
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_DiscardUnknown()
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Marshal ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Merge ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Merge(src proto.Message)
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Size ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Size() int
func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Unmarshal ¶ added in v1.2.0
func (m *PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Unmarshal(b []byte) error
type ProposedCertificate ¶
type ProposedCertificate struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` PemCert string `protobuf:"bytes,3,opt,name=pemCert,proto3" json:"pemCert,omitempty"` SerialNumber string `protobuf:"bytes,4,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"` Owner string `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"` Approvals []*Grant `protobuf:"bytes,6,rep,name=approvals,proto3" json:"approvals,omitempty"` SubjectAsText string `protobuf:"bytes,7,opt,name=subjectAsText,proto3" json:"subjectAsText,omitempty"` Rejects []*Grant `protobuf:"bytes,8,rep,name=rejects,proto3" json:"rejects,omitempty"` Vid int32 `protobuf:"varint,9,opt,name=vid,proto3" json:"vid,omitempty" validate:"gte=1,lte=65535"` }
func (*ProposedCertificate) Descriptor ¶
func (*ProposedCertificate) Descriptor() ([]byte, []int)
func (*ProposedCertificate) GetApprovals ¶
func (m *ProposedCertificate) GetApprovals() []*Grant
func (*ProposedCertificate) GetOwner ¶
func (m *ProposedCertificate) GetOwner() string
func (*ProposedCertificate) GetPemCert ¶
func (m *ProposedCertificate) GetPemCert() string
func (*ProposedCertificate) GetRejects ¶ added in v0.11.0
func (m *ProposedCertificate) GetRejects() []*Grant
func (*ProposedCertificate) GetSerialNumber ¶
func (m *ProposedCertificate) GetSerialNumber() string
func (*ProposedCertificate) GetSubject ¶
func (m *ProposedCertificate) GetSubject() string
func (*ProposedCertificate) GetSubjectAsText ¶ added in v0.10.0
func (m *ProposedCertificate) GetSubjectAsText() string
func (*ProposedCertificate) GetSubjectKeyId ¶
func (m *ProposedCertificate) GetSubjectKeyId() string
func (*ProposedCertificate) GetVid ¶ added in v1.2.0
func (m *ProposedCertificate) GetVid() int32
func (ProposedCertificate) HasApprovalFrom ¶
func (cert ProposedCertificate) HasApprovalFrom(address string) bool
func (ProposedCertificate) HasRejectFrom ¶ added in v0.11.0
func (cert ProposedCertificate) HasRejectFrom(address string) bool
func (*ProposedCertificate) Marshal ¶
func (m *ProposedCertificate) Marshal() (dAtA []byte, err error)
func (*ProposedCertificate) MarshalTo ¶
func (m *ProposedCertificate) MarshalTo(dAtA []byte) (int, error)
func (*ProposedCertificate) MarshalToSizedBuffer ¶
func (m *ProposedCertificate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProposedCertificate) ProtoMessage ¶
func (*ProposedCertificate) ProtoMessage()
func (*ProposedCertificate) Reset ¶
func (m *ProposedCertificate) Reset()
func (*ProposedCertificate) Size ¶
func (m *ProposedCertificate) Size() (n int)
func (*ProposedCertificate) String ¶
func (m *ProposedCertificate) String() string
func (*ProposedCertificate) Unmarshal ¶
func (m *ProposedCertificate) Unmarshal(dAtA []byte) error
func (*ProposedCertificate) XXX_DiscardUnknown ¶
func (m *ProposedCertificate) XXX_DiscardUnknown()
func (*ProposedCertificate) XXX_Marshal ¶
func (m *ProposedCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProposedCertificate) XXX_Merge ¶
func (m *ProposedCertificate) XXX_Merge(src proto.Message)
func (*ProposedCertificate) XXX_Size ¶
func (m *ProposedCertificate) XXX_Size() int
func (*ProposedCertificate) XXX_Unmarshal ¶
func (m *ProposedCertificate) XXX_Unmarshal(b []byte) error
type ProposedCertificateRevocation ¶
type ProposedCertificateRevocation struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` Approvals []*Grant `protobuf:"bytes,3,rep,name=approvals,proto3" json:"approvals,omitempty"` SubjectAsText string `protobuf:"bytes,4,opt,name=subjectAsText,proto3" json:"subjectAsText,omitempty"` }
func (*ProposedCertificateRevocation) Descriptor ¶
func (*ProposedCertificateRevocation) Descriptor() ([]byte, []int)
func (*ProposedCertificateRevocation) GetApprovals ¶
func (m *ProposedCertificateRevocation) GetApprovals() []*Grant
func (*ProposedCertificateRevocation) GetSubject ¶
func (m *ProposedCertificateRevocation) GetSubject() string
func (*ProposedCertificateRevocation) GetSubjectAsText ¶ added in v0.10.0
func (m *ProposedCertificateRevocation) GetSubjectAsText() string
func (*ProposedCertificateRevocation) GetSubjectKeyId ¶
func (m *ProposedCertificateRevocation) GetSubjectKeyId() string
func (ProposedCertificateRevocation) HasApprovalFrom ¶
func (d ProposedCertificateRevocation) HasApprovalFrom(address string) bool
func (ProposedCertificateRevocation) HasRevocationFrom ¶ added in v0.7.0
func (cert ProposedCertificateRevocation) HasRevocationFrom(address string) bool
func (*ProposedCertificateRevocation) Marshal ¶
func (m *ProposedCertificateRevocation) Marshal() (dAtA []byte, err error)
func (*ProposedCertificateRevocation) MarshalTo ¶
func (m *ProposedCertificateRevocation) MarshalTo(dAtA []byte) (int, error)
func (*ProposedCertificateRevocation) MarshalToSizedBuffer ¶
func (m *ProposedCertificateRevocation) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProposedCertificateRevocation) ProtoMessage ¶
func (*ProposedCertificateRevocation) ProtoMessage()
func (*ProposedCertificateRevocation) Reset ¶
func (m *ProposedCertificateRevocation) Reset()
func (*ProposedCertificateRevocation) Size ¶
func (m *ProposedCertificateRevocation) Size() (n int)
func (*ProposedCertificateRevocation) String ¶
func (m *ProposedCertificateRevocation) String() string
func (*ProposedCertificateRevocation) Unmarshal ¶
func (m *ProposedCertificateRevocation) Unmarshal(dAtA []byte) error
func (*ProposedCertificateRevocation) XXX_DiscardUnknown ¶
func (m *ProposedCertificateRevocation) XXX_DiscardUnknown()
func (*ProposedCertificateRevocation) XXX_Marshal ¶
func (m *ProposedCertificateRevocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProposedCertificateRevocation) XXX_Merge ¶
func (m *ProposedCertificateRevocation) XXX_Merge(src proto.Message)
func (*ProposedCertificateRevocation) XXX_Size ¶
func (m *ProposedCertificateRevocation) XXX_Size() int
func (*ProposedCertificateRevocation) XXX_Unmarshal ¶
func (m *ProposedCertificateRevocation) XXX_Unmarshal(b []byte) error
type QueryAllApprovedCertificatesRequest ¶
type QueryAllApprovedCertificatesRequest struct { Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` }
func (*QueryAllApprovedCertificatesRequest) Descriptor ¶
func (*QueryAllApprovedCertificatesRequest) Descriptor() ([]byte, []int)
func (*QueryAllApprovedCertificatesRequest) GetPagination ¶
func (m *QueryAllApprovedCertificatesRequest) GetPagination() *query.PageRequest
func (*QueryAllApprovedCertificatesRequest) GetSubjectKeyId ¶ added in v1.4.0
func (m *QueryAllApprovedCertificatesRequest) GetSubjectKeyId() string
func (*QueryAllApprovedCertificatesRequest) Marshal ¶
func (m *QueryAllApprovedCertificatesRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllApprovedCertificatesRequest) MarshalTo ¶
func (m *QueryAllApprovedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllApprovedCertificatesRequest) MarshalToSizedBuffer ¶
func (m *QueryAllApprovedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllApprovedCertificatesRequest) ProtoMessage ¶
func (*QueryAllApprovedCertificatesRequest) ProtoMessage()
func (*QueryAllApprovedCertificatesRequest) Reset ¶
func (m *QueryAllApprovedCertificatesRequest) Reset()
func (*QueryAllApprovedCertificatesRequest) Size ¶
func (m *QueryAllApprovedCertificatesRequest) Size() (n int)
func (*QueryAllApprovedCertificatesRequest) String ¶
func (m *QueryAllApprovedCertificatesRequest) String() string
func (*QueryAllApprovedCertificatesRequest) Unmarshal ¶
func (m *QueryAllApprovedCertificatesRequest) Unmarshal(dAtA []byte) error
func (*QueryAllApprovedCertificatesRequest) XXX_DiscardUnknown ¶
func (m *QueryAllApprovedCertificatesRequest) XXX_DiscardUnknown()
func (*QueryAllApprovedCertificatesRequest) XXX_Marshal ¶
func (m *QueryAllApprovedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllApprovedCertificatesRequest) XXX_Merge ¶
func (m *QueryAllApprovedCertificatesRequest) XXX_Merge(src proto.Message)
func (*QueryAllApprovedCertificatesRequest) XXX_Size ¶
func (m *QueryAllApprovedCertificatesRequest) XXX_Size() int
func (*QueryAllApprovedCertificatesRequest) XXX_Unmarshal ¶
func (m *QueryAllApprovedCertificatesRequest) XXX_Unmarshal(b []byte) error
type QueryAllApprovedCertificatesResponse ¶
type QueryAllApprovedCertificatesResponse struct { ApprovedCertificates []ApprovedCertificates `protobuf:"bytes,1,rep,name=approvedCertificates,proto3" json:"approvedCertificates"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllApprovedCertificatesResponse) Descriptor ¶
func (*QueryAllApprovedCertificatesResponse) Descriptor() ([]byte, []int)
func (*QueryAllApprovedCertificatesResponse) GetApprovedCertificates ¶
func (m *QueryAllApprovedCertificatesResponse) GetApprovedCertificates() []ApprovedCertificates
func (*QueryAllApprovedCertificatesResponse) GetPagination ¶
func (m *QueryAllApprovedCertificatesResponse) GetPagination() *query.PageResponse
func (*QueryAllApprovedCertificatesResponse) Marshal ¶
func (m *QueryAllApprovedCertificatesResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllApprovedCertificatesResponse) MarshalTo ¶
func (m *QueryAllApprovedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllApprovedCertificatesResponse) MarshalToSizedBuffer ¶
func (m *QueryAllApprovedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllApprovedCertificatesResponse) ProtoMessage ¶
func (*QueryAllApprovedCertificatesResponse) ProtoMessage()
func (*QueryAllApprovedCertificatesResponse) Reset ¶
func (m *QueryAllApprovedCertificatesResponse) Reset()
func (*QueryAllApprovedCertificatesResponse) Size ¶
func (m *QueryAllApprovedCertificatesResponse) Size() (n int)
func (*QueryAllApprovedCertificatesResponse) String ¶
func (m *QueryAllApprovedCertificatesResponse) String() string
func (*QueryAllApprovedCertificatesResponse) Unmarshal ¶
func (m *QueryAllApprovedCertificatesResponse) Unmarshal(dAtA []byte) error
func (*QueryAllApprovedCertificatesResponse) XXX_DiscardUnknown ¶
func (m *QueryAllApprovedCertificatesResponse) XXX_DiscardUnknown()
func (*QueryAllApprovedCertificatesResponse) XXX_Marshal ¶
func (m *QueryAllApprovedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllApprovedCertificatesResponse) XXX_Merge ¶
func (m *QueryAllApprovedCertificatesResponse) XXX_Merge(src proto.Message)
func (*QueryAllApprovedCertificatesResponse) XXX_Size ¶
func (m *QueryAllApprovedCertificatesResponse) XXX_Size() int
func (*QueryAllApprovedCertificatesResponse) XXX_Unmarshal ¶
func (m *QueryAllApprovedCertificatesResponse) XXX_Unmarshal(b []byte) error
type QueryAllPkiRevocationDistributionPointRequest ¶ added in v1.2.0
type QueryAllPkiRevocationDistributionPointRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*QueryAllPkiRevocationDistributionPointRequest) Descriptor ¶ added in v1.2.0
func (*QueryAllPkiRevocationDistributionPointRequest) Descriptor() ([]byte, []int)
func (*QueryAllPkiRevocationDistributionPointRequest) GetPagination ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) GetPagination() *query.PageRequest
func (*QueryAllPkiRevocationDistributionPointRequest) Marshal ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllPkiRevocationDistributionPointRequest) MarshalTo ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllPkiRevocationDistributionPointRequest) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllPkiRevocationDistributionPointRequest) ProtoMessage ¶ added in v1.2.0
func (*QueryAllPkiRevocationDistributionPointRequest) ProtoMessage()
func (*QueryAllPkiRevocationDistributionPointRequest) Reset ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) Reset()
func (*QueryAllPkiRevocationDistributionPointRequest) Size ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) Size() (n int)
func (*QueryAllPkiRevocationDistributionPointRequest) String ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) String() string
func (*QueryAllPkiRevocationDistributionPointRequest) Unmarshal ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) Unmarshal(dAtA []byte) error
func (*QueryAllPkiRevocationDistributionPointRequest) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) XXX_DiscardUnknown()
func (*QueryAllPkiRevocationDistributionPointRequest) XXX_Marshal ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllPkiRevocationDistributionPointRequest) XXX_Merge ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) XXX_Merge(src proto.Message)
func (*QueryAllPkiRevocationDistributionPointRequest) XXX_Size ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) XXX_Size() int
func (*QueryAllPkiRevocationDistributionPointRequest) XXX_Unmarshal ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointRequest) XXX_Unmarshal(b []byte) error
type QueryAllPkiRevocationDistributionPointResponse ¶ added in v1.2.0
type QueryAllPkiRevocationDistributionPointResponse struct { PkiRevocationDistributionPoint []PkiRevocationDistributionPoint `protobuf:"bytes,1,rep,name=PkiRevocationDistributionPoint,proto3" json:"PkiRevocationDistributionPoint"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllPkiRevocationDistributionPointResponse) Descriptor ¶ added in v1.2.0
func (*QueryAllPkiRevocationDistributionPointResponse) Descriptor() ([]byte, []int)
func (*QueryAllPkiRevocationDistributionPointResponse) GetPagination ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) GetPagination() *query.PageResponse
func (*QueryAllPkiRevocationDistributionPointResponse) GetPkiRevocationDistributionPoint ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) GetPkiRevocationDistributionPoint() []PkiRevocationDistributionPoint
func (*QueryAllPkiRevocationDistributionPointResponse) Marshal ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllPkiRevocationDistributionPointResponse) MarshalTo ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllPkiRevocationDistributionPointResponse) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllPkiRevocationDistributionPointResponse) ProtoMessage ¶ added in v1.2.0
func (*QueryAllPkiRevocationDistributionPointResponse) ProtoMessage()
func (*QueryAllPkiRevocationDistributionPointResponse) Reset ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) Reset()
func (*QueryAllPkiRevocationDistributionPointResponse) Size ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) Size() (n int)
func (*QueryAllPkiRevocationDistributionPointResponse) String ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) String() string
func (*QueryAllPkiRevocationDistributionPointResponse) Unmarshal ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) Unmarshal(dAtA []byte) error
func (*QueryAllPkiRevocationDistributionPointResponse) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) XXX_DiscardUnknown()
func (*QueryAllPkiRevocationDistributionPointResponse) XXX_Marshal ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllPkiRevocationDistributionPointResponse) XXX_Merge ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) XXX_Merge(src proto.Message)
func (*QueryAllPkiRevocationDistributionPointResponse) XXX_Size ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) XXX_Size() int
func (*QueryAllPkiRevocationDistributionPointResponse) XXX_Unmarshal ¶ added in v1.2.0
func (m *QueryAllPkiRevocationDistributionPointResponse) XXX_Unmarshal(b []byte) error
type QueryAllProposedCertificateRequest ¶
type QueryAllProposedCertificateRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*QueryAllProposedCertificateRequest) Descriptor ¶
func (*QueryAllProposedCertificateRequest) Descriptor() ([]byte, []int)
func (*QueryAllProposedCertificateRequest) GetPagination ¶
func (m *QueryAllProposedCertificateRequest) GetPagination() *query.PageRequest
func (*QueryAllProposedCertificateRequest) Marshal ¶
func (m *QueryAllProposedCertificateRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllProposedCertificateRequest) MarshalTo ¶
func (m *QueryAllProposedCertificateRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllProposedCertificateRequest) MarshalToSizedBuffer ¶
func (m *QueryAllProposedCertificateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllProposedCertificateRequest) ProtoMessage ¶
func (*QueryAllProposedCertificateRequest) ProtoMessage()
func (*QueryAllProposedCertificateRequest) Reset ¶
func (m *QueryAllProposedCertificateRequest) Reset()
func (*QueryAllProposedCertificateRequest) Size ¶
func (m *QueryAllProposedCertificateRequest) Size() (n int)
func (*QueryAllProposedCertificateRequest) String ¶
func (m *QueryAllProposedCertificateRequest) String() string
func (*QueryAllProposedCertificateRequest) Unmarshal ¶
func (m *QueryAllProposedCertificateRequest) Unmarshal(dAtA []byte) error
func (*QueryAllProposedCertificateRequest) XXX_DiscardUnknown ¶
func (m *QueryAllProposedCertificateRequest) XXX_DiscardUnknown()
func (*QueryAllProposedCertificateRequest) XXX_Marshal ¶
func (m *QueryAllProposedCertificateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllProposedCertificateRequest) XXX_Merge ¶
func (m *QueryAllProposedCertificateRequest) XXX_Merge(src proto.Message)
func (*QueryAllProposedCertificateRequest) XXX_Size ¶
func (m *QueryAllProposedCertificateRequest) XXX_Size() int
func (*QueryAllProposedCertificateRequest) XXX_Unmarshal ¶
func (m *QueryAllProposedCertificateRequest) XXX_Unmarshal(b []byte) error
type QueryAllProposedCertificateResponse ¶
type QueryAllProposedCertificateResponse struct { ProposedCertificate []ProposedCertificate `protobuf:"bytes,1,rep,name=proposedCertificate,proto3" json:"proposedCertificate"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllProposedCertificateResponse) Descriptor ¶
func (*QueryAllProposedCertificateResponse) Descriptor() ([]byte, []int)
func (*QueryAllProposedCertificateResponse) GetPagination ¶
func (m *QueryAllProposedCertificateResponse) GetPagination() *query.PageResponse
func (*QueryAllProposedCertificateResponse) GetProposedCertificate ¶
func (m *QueryAllProposedCertificateResponse) GetProposedCertificate() []ProposedCertificate
func (*QueryAllProposedCertificateResponse) Marshal ¶
func (m *QueryAllProposedCertificateResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllProposedCertificateResponse) MarshalTo ¶
func (m *QueryAllProposedCertificateResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllProposedCertificateResponse) MarshalToSizedBuffer ¶
func (m *QueryAllProposedCertificateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllProposedCertificateResponse) ProtoMessage ¶
func (*QueryAllProposedCertificateResponse) ProtoMessage()
func (*QueryAllProposedCertificateResponse) Reset ¶
func (m *QueryAllProposedCertificateResponse) Reset()
func (*QueryAllProposedCertificateResponse) Size ¶
func (m *QueryAllProposedCertificateResponse) Size() (n int)
func (*QueryAllProposedCertificateResponse) String ¶
func (m *QueryAllProposedCertificateResponse) String() string
func (*QueryAllProposedCertificateResponse) Unmarshal ¶
func (m *QueryAllProposedCertificateResponse) Unmarshal(dAtA []byte) error
func (*QueryAllProposedCertificateResponse) XXX_DiscardUnknown ¶
func (m *QueryAllProposedCertificateResponse) XXX_DiscardUnknown()
func (*QueryAllProposedCertificateResponse) XXX_Marshal ¶
func (m *QueryAllProposedCertificateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllProposedCertificateResponse) XXX_Merge ¶
func (m *QueryAllProposedCertificateResponse) XXX_Merge(src proto.Message)
func (*QueryAllProposedCertificateResponse) XXX_Size ¶
func (m *QueryAllProposedCertificateResponse) XXX_Size() int
func (*QueryAllProposedCertificateResponse) XXX_Unmarshal ¶
func (m *QueryAllProposedCertificateResponse) XXX_Unmarshal(b []byte) error
type QueryAllProposedCertificateRevocationRequest ¶
type QueryAllProposedCertificateRevocationRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*QueryAllProposedCertificateRevocationRequest) Descriptor ¶
func (*QueryAllProposedCertificateRevocationRequest) Descriptor() ([]byte, []int)
func (*QueryAllProposedCertificateRevocationRequest) GetPagination ¶
func (m *QueryAllProposedCertificateRevocationRequest) GetPagination() *query.PageRequest
func (*QueryAllProposedCertificateRevocationRequest) Marshal ¶
func (m *QueryAllProposedCertificateRevocationRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllProposedCertificateRevocationRequest) MarshalTo ¶
func (m *QueryAllProposedCertificateRevocationRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllProposedCertificateRevocationRequest) MarshalToSizedBuffer ¶
func (m *QueryAllProposedCertificateRevocationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllProposedCertificateRevocationRequest) ProtoMessage ¶
func (*QueryAllProposedCertificateRevocationRequest) ProtoMessage()
func (*QueryAllProposedCertificateRevocationRequest) Reset ¶
func (m *QueryAllProposedCertificateRevocationRequest) Reset()
func (*QueryAllProposedCertificateRevocationRequest) Size ¶
func (m *QueryAllProposedCertificateRevocationRequest) Size() (n int)
func (*QueryAllProposedCertificateRevocationRequest) String ¶
func (m *QueryAllProposedCertificateRevocationRequest) String() string
func (*QueryAllProposedCertificateRevocationRequest) Unmarshal ¶
func (m *QueryAllProposedCertificateRevocationRequest) Unmarshal(dAtA []byte) error
func (*QueryAllProposedCertificateRevocationRequest) XXX_DiscardUnknown ¶
func (m *QueryAllProposedCertificateRevocationRequest) XXX_DiscardUnknown()
func (*QueryAllProposedCertificateRevocationRequest) XXX_Marshal ¶
func (m *QueryAllProposedCertificateRevocationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllProposedCertificateRevocationRequest) XXX_Merge ¶
func (m *QueryAllProposedCertificateRevocationRequest) XXX_Merge(src proto.Message)
func (*QueryAllProposedCertificateRevocationRequest) XXX_Size ¶
func (m *QueryAllProposedCertificateRevocationRequest) XXX_Size() int
func (*QueryAllProposedCertificateRevocationRequest) XXX_Unmarshal ¶
func (m *QueryAllProposedCertificateRevocationRequest) XXX_Unmarshal(b []byte) error
type QueryAllProposedCertificateRevocationResponse ¶
type QueryAllProposedCertificateRevocationResponse struct { ProposedCertificateRevocation []ProposedCertificateRevocation `protobuf:"bytes,1,rep,name=proposedCertificateRevocation,proto3" json:"proposedCertificateRevocation"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllProposedCertificateRevocationResponse) Descriptor ¶
func (*QueryAllProposedCertificateRevocationResponse) Descriptor() ([]byte, []int)
func (*QueryAllProposedCertificateRevocationResponse) GetPagination ¶
func (m *QueryAllProposedCertificateRevocationResponse) GetPagination() *query.PageResponse
func (*QueryAllProposedCertificateRevocationResponse) GetProposedCertificateRevocation ¶
func (m *QueryAllProposedCertificateRevocationResponse) GetProposedCertificateRevocation() []ProposedCertificateRevocation
func (*QueryAllProposedCertificateRevocationResponse) Marshal ¶
func (m *QueryAllProposedCertificateRevocationResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllProposedCertificateRevocationResponse) MarshalTo ¶
func (m *QueryAllProposedCertificateRevocationResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllProposedCertificateRevocationResponse) MarshalToSizedBuffer ¶
func (m *QueryAllProposedCertificateRevocationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllProposedCertificateRevocationResponse) ProtoMessage ¶
func (*QueryAllProposedCertificateRevocationResponse) ProtoMessage()
func (*QueryAllProposedCertificateRevocationResponse) Reset ¶
func (m *QueryAllProposedCertificateRevocationResponse) Reset()
func (*QueryAllProposedCertificateRevocationResponse) Size ¶
func (m *QueryAllProposedCertificateRevocationResponse) Size() (n int)
func (*QueryAllProposedCertificateRevocationResponse) String ¶
func (m *QueryAllProposedCertificateRevocationResponse) String() string
func (*QueryAllProposedCertificateRevocationResponse) Unmarshal ¶
func (m *QueryAllProposedCertificateRevocationResponse) Unmarshal(dAtA []byte) error
func (*QueryAllProposedCertificateRevocationResponse) XXX_DiscardUnknown ¶
func (m *QueryAllProposedCertificateRevocationResponse) XXX_DiscardUnknown()
func (*QueryAllProposedCertificateRevocationResponse) XXX_Marshal ¶
func (m *QueryAllProposedCertificateRevocationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllProposedCertificateRevocationResponse) XXX_Merge ¶
func (m *QueryAllProposedCertificateRevocationResponse) XXX_Merge(src proto.Message)
func (*QueryAllProposedCertificateRevocationResponse) XXX_Size ¶
func (m *QueryAllProposedCertificateRevocationResponse) XXX_Size() int
func (*QueryAllProposedCertificateRevocationResponse) XXX_Unmarshal ¶
func (m *QueryAllProposedCertificateRevocationResponse) XXX_Unmarshal(b []byte) error
type QueryAllRejectedCertificatesRequest ¶ added in v0.11.0
type QueryAllRejectedCertificatesRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*QueryAllRejectedCertificatesRequest) Descriptor ¶ added in v0.11.0
func (*QueryAllRejectedCertificatesRequest) Descriptor() ([]byte, []int)
func (*QueryAllRejectedCertificatesRequest) GetPagination ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) GetPagination() *query.PageRequest
func (*QueryAllRejectedCertificatesRequest) Marshal ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllRejectedCertificatesRequest) MarshalTo ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllRejectedCertificatesRequest) MarshalToSizedBuffer ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllRejectedCertificatesRequest) ProtoMessage ¶ added in v0.11.0
func (*QueryAllRejectedCertificatesRequest) ProtoMessage()
func (*QueryAllRejectedCertificatesRequest) Reset ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) Reset()
func (*QueryAllRejectedCertificatesRequest) Size ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) Size() (n int)
func (*QueryAllRejectedCertificatesRequest) String ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) String() string
func (*QueryAllRejectedCertificatesRequest) Unmarshal ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) Unmarshal(dAtA []byte) error
func (*QueryAllRejectedCertificatesRequest) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) XXX_DiscardUnknown()
func (*QueryAllRejectedCertificatesRequest) XXX_Marshal ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllRejectedCertificatesRequest) XXX_Merge ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) XXX_Merge(src proto.Message)
func (*QueryAllRejectedCertificatesRequest) XXX_Size ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) XXX_Size() int
func (*QueryAllRejectedCertificatesRequest) XXX_Unmarshal ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesRequest) XXX_Unmarshal(b []byte) error
type QueryAllRejectedCertificatesResponse ¶ added in v0.11.0
type QueryAllRejectedCertificatesResponse struct { RejectedCertificate []RejectedCertificate `protobuf:"bytes,1,rep,name=rejectedCertificate,proto3" json:"rejectedCertificate"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllRejectedCertificatesResponse) Descriptor ¶ added in v0.11.0
func (*QueryAllRejectedCertificatesResponse) Descriptor() ([]byte, []int)
func (*QueryAllRejectedCertificatesResponse) GetPagination ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) GetPagination() *query.PageResponse
func (*QueryAllRejectedCertificatesResponse) GetRejectedCertificate ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) GetRejectedCertificate() []RejectedCertificate
func (*QueryAllRejectedCertificatesResponse) Marshal ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllRejectedCertificatesResponse) MarshalTo ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllRejectedCertificatesResponse) MarshalToSizedBuffer ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllRejectedCertificatesResponse) ProtoMessage ¶ added in v0.11.0
func (*QueryAllRejectedCertificatesResponse) ProtoMessage()
func (*QueryAllRejectedCertificatesResponse) Reset ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) Reset()
func (*QueryAllRejectedCertificatesResponse) Size ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) Size() (n int)
func (*QueryAllRejectedCertificatesResponse) String ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) String() string
func (*QueryAllRejectedCertificatesResponse) Unmarshal ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) Unmarshal(dAtA []byte) error
func (*QueryAllRejectedCertificatesResponse) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) XXX_DiscardUnknown()
func (*QueryAllRejectedCertificatesResponse) XXX_Marshal ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllRejectedCertificatesResponse) XXX_Merge ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) XXX_Merge(src proto.Message)
func (*QueryAllRejectedCertificatesResponse) XXX_Size ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) XXX_Size() int
func (*QueryAllRejectedCertificatesResponse) XXX_Unmarshal ¶ added in v0.11.0
func (m *QueryAllRejectedCertificatesResponse) XXX_Unmarshal(b []byte) error
type QueryAllRevokedCertificatesRequest ¶
type QueryAllRevokedCertificatesRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*QueryAllRevokedCertificatesRequest) Descriptor ¶
func (*QueryAllRevokedCertificatesRequest) Descriptor() ([]byte, []int)
func (*QueryAllRevokedCertificatesRequest) GetPagination ¶
func (m *QueryAllRevokedCertificatesRequest) GetPagination() *query.PageRequest
func (*QueryAllRevokedCertificatesRequest) Marshal ¶
func (m *QueryAllRevokedCertificatesRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllRevokedCertificatesRequest) MarshalTo ¶
func (m *QueryAllRevokedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllRevokedCertificatesRequest) MarshalToSizedBuffer ¶
func (m *QueryAllRevokedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllRevokedCertificatesRequest) ProtoMessage ¶
func (*QueryAllRevokedCertificatesRequest) ProtoMessage()
func (*QueryAllRevokedCertificatesRequest) Reset ¶
func (m *QueryAllRevokedCertificatesRequest) Reset()
func (*QueryAllRevokedCertificatesRequest) Size ¶
func (m *QueryAllRevokedCertificatesRequest) Size() (n int)
func (*QueryAllRevokedCertificatesRequest) String ¶
func (m *QueryAllRevokedCertificatesRequest) String() string
func (*QueryAllRevokedCertificatesRequest) Unmarshal ¶
func (m *QueryAllRevokedCertificatesRequest) Unmarshal(dAtA []byte) error
func (*QueryAllRevokedCertificatesRequest) XXX_DiscardUnknown ¶
func (m *QueryAllRevokedCertificatesRequest) XXX_DiscardUnknown()
func (*QueryAllRevokedCertificatesRequest) XXX_Marshal ¶
func (m *QueryAllRevokedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllRevokedCertificatesRequest) XXX_Merge ¶
func (m *QueryAllRevokedCertificatesRequest) XXX_Merge(src proto.Message)
func (*QueryAllRevokedCertificatesRequest) XXX_Size ¶
func (m *QueryAllRevokedCertificatesRequest) XXX_Size() int
func (*QueryAllRevokedCertificatesRequest) XXX_Unmarshal ¶
func (m *QueryAllRevokedCertificatesRequest) XXX_Unmarshal(b []byte) error
type QueryAllRevokedCertificatesResponse ¶
type QueryAllRevokedCertificatesResponse struct { RevokedCertificates []RevokedCertificates `protobuf:"bytes,1,rep,name=revokedCertificates,proto3" json:"revokedCertificates"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllRevokedCertificatesResponse) Descriptor ¶
func (*QueryAllRevokedCertificatesResponse) Descriptor() ([]byte, []int)
func (*QueryAllRevokedCertificatesResponse) GetPagination ¶
func (m *QueryAllRevokedCertificatesResponse) GetPagination() *query.PageResponse
func (*QueryAllRevokedCertificatesResponse) GetRevokedCertificates ¶
func (m *QueryAllRevokedCertificatesResponse) GetRevokedCertificates() []RevokedCertificates
func (*QueryAllRevokedCertificatesResponse) Marshal ¶
func (m *QueryAllRevokedCertificatesResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllRevokedCertificatesResponse) MarshalTo ¶
func (m *QueryAllRevokedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllRevokedCertificatesResponse) MarshalToSizedBuffer ¶
func (m *QueryAllRevokedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllRevokedCertificatesResponse) ProtoMessage ¶
func (*QueryAllRevokedCertificatesResponse) ProtoMessage()
func (*QueryAllRevokedCertificatesResponse) Reset ¶
func (m *QueryAllRevokedCertificatesResponse) Reset()
func (*QueryAllRevokedCertificatesResponse) Size ¶
func (m *QueryAllRevokedCertificatesResponse) Size() (n int)
func (*QueryAllRevokedCertificatesResponse) String ¶
func (m *QueryAllRevokedCertificatesResponse) String() string
func (*QueryAllRevokedCertificatesResponse) Unmarshal ¶
func (m *QueryAllRevokedCertificatesResponse) Unmarshal(dAtA []byte) error
func (*QueryAllRevokedCertificatesResponse) XXX_DiscardUnknown ¶
func (m *QueryAllRevokedCertificatesResponse) XXX_DiscardUnknown()
func (*QueryAllRevokedCertificatesResponse) XXX_Marshal ¶
func (m *QueryAllRevokedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllRevokedCertificatesResponse) XXX_Merge ¶
func (m *QueryAllRevokedCertificatesResponse) XXX_Merge(src proto.Message)
func (*QueryAllRevokedCertificatesResponse) XXX_Size ¶
func (m *QueryAllRevokedCertificatesResponse) XXX_Size() int
func (*QueryAllRevokedCertificatesResponse) XXX_Unmarshal ¶
func (m *QueryAllRevokedCertificatesResponse) XXX_Unmarshal(b []byte) error
type QueryClient ¶
type QueryClient interface { // Queries a ApprovedCertificates by index. ApprovedCertificates(ctx context.Context, in *QueryGetApprovedCertificatesRequest, opts ...grpc.CallOption) (*QueryGetApprovedCertificatesResponse, error) // Queries a list of ApprovedCertificates items. ApprovedCertificatesAll(ctx context.Context, in *QueryAllApprovedCertificatesRequest, opts ...grpc.CallOption) (*QueryAllApprovedCertificatesResponse, error) // Queries a ProposedCertificate by index. ProposedCertificate(ctx context.Context, in *QueryGetProposedCertificateRequest, opts ...grpc.CallOption) (*QueryGetProposedCertificateResponse, error) // Queries a list of ProposedCertificate items. ProposedCertificateAll(ctx context.Context, in *QueryAllProposedCertificateRequest, opts ...grpc.CallOption) (*QueryAllProposedCertificateResponse, error) // Queries a ChildCertificates by index. ChildCertificates(ctx context.Context, in *QueryGetChildCertificatesRequest, opts ...grpc.CallOption) (*QueryGetChildCertificatesResponse, error) // Queries a ProposedCertificateRevocation by index. ProposedCertificateRevocation(ctx context.Context, in *QueryGetProposedCertificateRevocationRequest, opts ...grpc.CallOption) (*QueryGetProposedCertificateRevocationResponse, error) // Queries a list of ProposedCertificateRevocation items. ProposedCertificateRevocationAll(ctx context.Context, in *QueryAllProposedCertificateRevocationRequest, opts ...grpc.CallOption) (*QueryAllProposedCertificateRevocationResponse, error) // Queries a RevokedCertificates by index. RevokedCertificates(ctx context.Context, in *QueryGetRevokedCertificatesRequest, opts ...grpc.CallOption) (*QueryGetRevokedCertificatesResponse, error) // Queries a list of RevokedCertificates items. RevokedCertificatesAll(ctx context.Context, in *QueryAllRevokedCertificatesRequest, opts ...grpc.CallOption) (*QueryAllRevokedCertificatesResponse, error) // Queries a ApprovedRootCertificates by index. ApprovedRootCertificates(ctx context.Context, in *QueryGetApprovedRootCertificatesRequest, opts ...grpc.CallOption) (*QueryGetApprovedRootCertificatesResponse, error) // Queries a RevokedRootCertificates by index. RevokedRootCertificates(ctx context.Context, in *QueryGetRevokedRootCertificatesRequest, opts ...grpc.CallOption) (*QueryGetRevokedRootCertificatesResponse, error) // Queries a ApprovedCertificatesBySubject by index. ApprovedCertificatesBySubject(ctx context.Context, in *QueryGetApprovedCertificatesBySubjectRequest, opts ...grpc.CallOption) (*QueryGetApprovedCertificatesBySubjectResponse, error) // Queries a RejectedCertificate by index. RejectedCertificate(ctx context.Context, in *QueryGetRejectedCertificatesRequest, opts ...grpc.CallOption) (*QueryGetRejectedCertificatesResponse, error) // Queries a list of RejectedCertificate items. RejectedCertificateAll(ctx context.Context, in *QueryAllRejectedCertificatesRequest, opts ...grpc.CallOption) (*QueryAllRejectedCertificatesResponse, error) // Queries a PkiRevocationDistributionPoint by index. PkiRevocationDistributionPoint(ctx context.Context, in *QueryGetPkiRevocationDistributionPointRequest, opts ...grpc.CallOption) (*QueryGetPkiRevocationDistributionPointResponse, error) // Queries a list of PkiRevocationDistributionPoint items. PkiRevocationDistributionPointAll(ctx context.Context, in *QueryAllPkiRevocationDistributionPointRequest, opts ...grpc.CallOption) (*QueryAllPkiRevocationDistributionPointResponse, error) // Queries a PkiRevocationDistributionPointsByIssuerSubjectKeyID by index. PkiRevocationDistributionPointsByIssuerSubjectKeyID(ctx context.Context, in *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest, opts ...grpc.CallOption) (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse, error) }
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewQueryClient ¶
func NewQueryClient(cc grpc1.ClientConn) QueryClient
type QueryGetApprovedCertificatesBySubjectRequest ¶
type QueryGetApprovedCertificatesBySubjectRequest struct {
Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
}
func (*QueryGetApprovedCertificatesBySubjectRequest) Descriptor ¶
func (*QueryGetApprovedCertificatesBySubjectRequest) Descriptor() ([]byte, []int)
func (*QueryGetApprovedCertificatesBySubjectRequest) GetSubject ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) GetSubject() string
func (*QueryGetApprovedCertificatesBySubjectRequest) Marshal ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetApprovedCertificatesBySubjectRequest) MarshalTo ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetApprovedCertificatesBySubjectRequest) MarshalToSizedBuffer ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetApprovedCertificatesBySubjectRequest) ProtoMessage ¶
func (*QueryGetApprovedCertificatesBySubjectRequest) ProtoMessage()
func (*QueryGetApprovedCertificatesBySubjectRequest) Reset ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) Reset()
func (*QueryGetApprovedCertificatesBySubjectRequest) Size ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) Size() (n int)
func (*QueryGetApprovedCertificatesBySubjectRequest) String ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) String() string
func (*QueryGetApprovedCertificatesBySubjectRequest) Unmarshal ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) Unmarshal(dAtA []byte) error
func (*QueryGetApprovedCertificatesBySubjectRequest) XXX_DiscardUnknown ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) XXX_DiscardUnknown()
func (*QueryGetApprovedCertificatesBySubjectRequest) XXX_Marshal ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetApprovedCertificatesBySubjectRequest) XXX_Merge ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) XXX_Merge(src proto.Message)
func (*QueryGetApprovedCertificatesBySubjectRequest) XXX_Size ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) XXX_Size() int
func (*QueryGetApprovedCertificatesBySubjectRequest) XXX_Unmarshal ¶
func (m *QueryGetApprovedCertificatesBySubjectRequest) XXX_Unmarshal(b []byte) error
type QueryGetApprovedCertificatesBySubjectResponse ¶
type QueryGetApprovedCertificatesBySubjectResponse struct {
ApprovedCertificatesBySubject ApprovedCertificatesBySubject `protobuf:"bytes,1,opt,name=approvedCertificatesBySubject,proto3" json:"approvedCertificatesBySubject"`
}
func (*QueryGetApprovedCertificatesBySubjectResponse) Descriptor ¶
func (*QueryGetApprovedCertificatesBySubjectResponse) Descriptor() ([]byte, []int)
func (*QueryGetApprovedCertificatesBySubjectResponse) GetApprovedCertificatesBySubject ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) GetApprovedCertificatesBySubject() ApprovedCertificatesBySubject
func (*QueryGetApprovedCertificatesBySubjectResponse) Marshal ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetApprovedCertificatesBySubjectResponse) MarshalTo ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetApprovedCertificatesBySubjectResponse) MarshalToSizedBuffer ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetApprovedCertificatesBySubjectResponse) ProtoMessage ¶
func (*QueryGetApprovedCertificatesBySubjectResponse) ProtoMessage()
func (*QueryGetApprovedCertificatesBySubjectResponse) Reset ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) Reset()
func (*QueryGetApprovedCertificatesBySubjectResponse) Size ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) Size() (n int)
func (*QueryGetApprovedCertificatesBySubjectResponse) String ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) String() string
func (*QueryGetApprovedCertificatesBySubjectResponse) Unmarshal ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) Unmarshal(dAtA []byte) error
func (*QueryGetApprovedCertificatesBySubjectResponse) XXX_DiscardUnknown ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) XXX_DiscardUnknown()
func (*QueryGetApprovedCertificatesBySubjectResponse) XXX_Marshal ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetApprovedCertificatesBySubjectResponse) XXX_Merge ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) XXX_Merge(src proto.Message)
func (*QueryGetApprovedCertificatesBySubjectResponse) XXX_Size ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) XXX_Size() int
func (*QueryGetApprovedCertificatesBySubjectResponse) XXX_Unmarshal ¶
func (m *QueryGetApprovedCertificatesBySubjectResponse) XXX_Unmarshal(b []byte) error
type QueryGetApprovedCertificatesRequest ¶
type QueryGetApprovedCertificatesRequest struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` }
func (*QueryGetApprovedCertificatesRequest) Descriptor ¶
func (*QueryGetApprovedCertificatesRequest) Descriptor() ([]byte, []int)
func (*QueryGetApprovedCertificatesRequest) GetSubject ¶
func (m *QueryGetApprovedCertificatesRequest) GetSubject() string
func (*QueryGetApprovedCertificatesRequest) GetSubjectKeyId ¶
func (m *QueryGetApprovedCertificatesRequest) GetSubjectKeyId() string
func (*QueryGetApprovedCertificatesRequest) Marshal ¶
func (m *QueryGetApprovedCertificatesRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetApprovedCertificatesRequest) MarshalTo ¶
func (m *QueryGetApprovedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetApprovedCertificatesRequest) MarshalToSizedBuffer ¶
func (m *QueryGetApprovedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetApprovedCertificatesRequest) ProtoMessage ¶
func (*QueryGetApprovedCertificatesRequest) ProtoMessage()
func (*QueryGetApprovedCertificatesRequest) Reset ¶
func (m *QueryGetApprovedCertificatesRequest) Reset()
func (*QueryGetApprovedCertificatesRequest) Size ¶
func (m *QueryGetApprovedCertificatesRequest) Size() (n int)
func (*QueryGetApprovedCertificatesRequest) String ¶
func (m *QueryGetApprovedCertificatesRequest) String() string
func (*QueryGetApprovedCertificatesRequest) Unmarshal ¶
func (m *QueryGetApprovedCertificatesRequest) Unmarshal(dAtA []byte) error
func (*QueryGetApprovedCertificatesRequest) XXX_DiscardUnknown ¶
func (m *QueryGetApprovedCertificatesRequest) XXX_DiscardUnknown()
func (*QueryGetApprovedCertificatesRequest) XXX_Marshal ¶
func (m *QueryGetApprovedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetApprovedCertificatesRequest) XXX_Merge ¶
func (m *QueryGetApprovedCertificatesRequest) XXX_Merge(src proto.Message)
func (*QueryGetApprovedCertificatesRequest) XXX_Size ¶
func (m *QueryGetApprovedCertificatesRequest) XXX_Size() int
func (*QueryGetApprovedCertificatesRequest) XXX_Unmarshal ¶
func (m *QueryGetApprovedCertificatesRequest) XXX_Unmarshal(b []byte) error
type QueryGetApprovedCertificatesResponse ¶
type QueryGetApprovedCertificatesResponse struct {
ApprovedCertificates ApprovedCertificates `protobuf:"bytes,1,opt,name=approvedCertificates,proto3" json:"approvedCertificates"`
}
func (*QueryGetApprovedCertificatesResponse) Descriptor ¶
func (*QueryGetApprovedCertificatesResponse) Descriptor() ([]byte, []int)
func (*QueryGetApprovedCertificatesResponse) GetApprovedCertificates ¶
func (m *QueryGetApprovedCertificatesResponse) GetApprovedCertificates() ApprovedCertificates
func (*QueryGetApprovedCertificatesResponse) Marshal ¶
func (m *QueryGetApprovedCertificatesResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetApprovedCertificatesResponse) MarshalTo ¶
func (m *QueryGetApprovedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetApprovedCertificatesResponse) MarshalToSizedBuffer ¶
func (m *QueryGetApprovedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetApprovedCertificatesResponse) ProtoMessage ¶
func (*QueryGetApprovedCertificatesResponse) ProtoMessage()
func (*QueryGetApprovedCertificatesResponse) Reset ¶
func (m *QueryGetApprovedCertificatesResponse) Reset()
func (*QueryGetApprovedCertificatesResponse) Size ¶
func (m *QueryGetApprovedCertificatesResponse) Size() (n int)
func (*QueryGetApprovedCertificatesResponse) String ¶
func (m *QueryGetApprovedCertificatesResponse) String() string
func (*QueryGetApprovedCertificatesResponse) Unmarshal ¶
func (m *QueryGetApprovedCertificatesResponse) Unmarshal(dAtA []byte) error
func (*QueryGetApprovedCertificatesResponse) XXX_DiscardUnknown ¶
func (m *QueryGetApprovedCertificatesResponse) XXX_DiscardUnknown()
func (*QueryGetApprovedCertificatesResponse) XXX_Marshal ¶
func (m *QueryGetApprovedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetApprovedCertificatesResponse) XXX_Merge ¶
func (m *QueryGetApprovedCertificatesResponse) XXX_Merge(src proto.Message)
func (*QueryGetApprovedCertificatesResponse) XXX_Size ¶
func (m *QueryGetApprovedCertificatesResponse) XXX_Size() int
func (*QueryGetApprovedCertificatesResponse) XXX_Unmarshal ¶
func (m *QueryGetApprovedCertificatesResponse) XXX_Unmarshal(b []byte) error
type QueryGetApprovedRootCertificatesRequest ¶
type QueryGetApprovedRootCertificatesRequest struct { }
func (*QueryGetApprovedRootCertificatesRequest) Descriptor ¶
func (*QueryGetApprovedRootCertificatesRequest) Descriptor() ([]byte, []int)
func (*QueryGetApprovedRootCertificatesRequest) Marshal ¶
func (m *QueryGetApprovedRootCertificatesRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetApprovedRootCertificatesRequest) MarshalTo ¶
func (m *QueryGetApprovedRootCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetApprovedRootCertificatesRequest) MarshalToSizedBuffer ¶
func (m *QueryGetApprovedRootCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetApprovedRootCertificatesRequest) ProtoMessage ¶
func (*QueryGetApprovedRootCertificatesRequest) ProtoMessage()
func (*QueryGetApprovedRootCertificatesRequest) Reset ¶
func (m *QueryGetApprovedRootCertificatesRequest) Reset()
func (*QueryGetApprovedRootCertificatesRequest) Size ¶
func (m *QueryGetApprovedRootCertificatesRequest) Size() (n int)
func (*QueryGetApprovedRootCertificatesRequest) String ¶
func (m *QueryGetApprovedRootCertificatesRequest) String() string
func (*QueryGetApprovedRootCertificatesRequest) Unmarshal ¶
func (m *QueryGetApprovedRootCertificatesRequest) Unmarshal(dAtA []byte) error
func (*QueryGetApprovedRootCertificatesRequest) XXX_DiscardUnknown ¶
func (m *QueryGetApprovedRootCertificatesRequest) XXX_DiscardUnknown()
func (*QueryGetApprovedRootCertificatesRequest) XXX_Marshal ¶
func (m *QueryGetApprovedRootCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetApprovedRootCertificatesRequest) XXX_Merge ¶
func (m *QueryGetApprovedRootCertificatesRequest) XXX_Merge(src proto.Message)
func (*QueryGetApprovedRootCertificatesRequest) XXX_Size ¶
func (m *QueryGetApprovedRootCertificatesRequest) XXX_Size() int
func (*QueryGetApprovedRootCertificatesRequest) XXX_Unmarshal ¶
func (m *QueryGetApprovedRootCertificatesRequest) XXX_Unmarshal(b []byte) error
type QueryGetApprovedRootCertificatesResponse ¶
type QueryGetApprovedRootCertificatesResponse struct {
ApprovedRootCertificates ApprovedRootCertificates `protobuf:"bytes,1,opt,name=approvedRootCertificates,proto3" json:"approvedRootCertificates"`
}
func (*QueryGetApprovedRootCertificatesResponse) Descriptor ¶
func (*QueryGetApprovedRootCertificatesResponse) Descriptor() ([]byte, []int)
func (*QueryGetApprovedRootCertificatesResponse) GetApprovedRootCertificates ¶
func (m *QueryGetApprovedRootCertificatesResponse) GetApprovedRootCertificates() ApprovedRootCertificates
func (*QueryGetApprovedRootCertificatesResponse) Marshal ¶
func (m *QueryGetApprovedRootCertificatesResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetApprovedRootCertificatesResponse) MarshalTo ¶
func (m *QueryGetApprovedRootCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetApprovedRootCertificatesResponse) MarshalToSizedBuffer ¶
func (m *QueryGetApprovedRootCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetApprovedRootCertificatesResponse) ProtoMessage ¶
func (*QueryGetApprovedRootCertificatesResponse) ProtoMessage()
func (*QueryGetApprovedRootCertificatesResponse) Reset ¶
func (m *QueryGetApprovedRootCertificatesResponse) Reset()
func (*QueryGetApprovedRootCertificatesResponse) Size ¶
func (m *QueryGetApprovedRootCertificatesResponse) Size() (n int)
func (*QueryGetApprovedRootCertificatesResponse) String ¶
func (m *QueryGetApprovedRootCertificatesResponse) String() string
func (*QueryGetApprovedRootCertificatesResponse) Unmarshal ¶
func (m *QueryGetApprovedRootCertificatesResponse) Unmarshal(dAtA []byte) error
func (*QueryGetApprovedRootCertificatesResponse) XXX_DiscardUnknown ¶
func (m *QueryGetApprovedRootCertificatesResponse) XXX_DiscardUnknown()
func (*QueryGetApprovedRootCertificatesResponse) XXX_Marshal ¶
func (m *QueryGetApprovedRootCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetApprovedRootCertificatesResponse) XXX_Merge ¶
func (m *QueryGetApprovedRootCertificatesResponse) XXX_Merge(src proto.Message)
func (*QueryGetApprovedRootCertificatesResponse) XXX_Size ¶
func (m *QueryGetApprovedRootCertificatesResponse) XXX_Size() int
func (*QueryGetApprovedRootCertificatesResponse) XXX_Unmarshal ¶
func (m *QueryGetApprovedRootCertificatesResponse) XXX_Unmarshal(b []byte) error
type QueryGetChildCertificatesRequest ¶
type QueryGetChildCertificatesRequest struct { Issuer string `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"` AuthorityKeyId string `protobuf:"bytes,2,opt,name=authorityKeyId,proto3" json:"authorityKeyId,omitempty"` }
func (*QueryGetChildCertificatesRequest) Descriptor ¶
func (*QueryGetChildCertificatesRequest) Descriptor() ([]byte, []int)
func (*QueryGetChildCertificatesRequest) GetAuthorityKeyId ¶
func (m *QueryGetChildCertificatesRequest) GetAuthorityKeyId() string
func (*QueryGetChildCertificatesRequest) GetIssuer ¶
func (m *QueryGetChildCertificatesRequest) GetIssuer() string
func (*QueryGetChildCertificatesRequest) Marshal ¶
func (m *QueryGetChildCertificatesRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetChildCertificatesRequest) MarshalTo ¶
func (m *QueryGetChildCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetChildCertificatesRequest) MarshalToSizedBuffer ¶
func (m *QueryGetChildCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetChildCertificatesRequest) ProtoMessage ¶
func (*QueryGetChildCertificatesRequest) ProtoMessage()
func (*QueryGetChildCertificatesRequest) Reset ¶
func (m *QueryGetChildCertificatesRequest) Reset()
func (*QueryGetChildCertificatesRequest) Size ¶
func (m *QueryGetChildCertificatesRequest) Size() (n int)
func (*QueryGetChildCertificatesRequest) String ¶
func (m *QueryGetChildCertificatesRequest) String() string
func (*QueryGetChildCertificatesRequest) Unmarshal ¶
func (m *QueryGetChildCertificatesRequest) Unmarshal(dAtA []byte) error
func (*QueryGetChildCertificatesRequest) XXX_DiscardUnknown ¶
func (m *QueryGetChildCertificatesRequest) XXX_DiscardUnknown()
func (*QueryGetChildCertificatesRequest) XXX_Marshal ¶
func (m *QueryGetChildCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetChildCertificatesRequest) XXX_Merge ¶
func (m *QueryGetChildCertificatesRequest) XXX_Merge(src proto.Message)
func (*QueryGetChildCertificatesRequest) XXX_Size ¶
func (m *QueryGetChildCertificatesRequest) XXX_Size() int
func (*QueryGetChildCertificatesRequest) XXX_Unmarshal ¶
func (m *QueryGetChildCertificatesRequest) XXX_Unmarshal(b []byte) error
type QueryGetChildCertificatesResponse ¶
type QueryGetChildCertificatesResponse struct {
ChildCertificates ChildCertificates `protobuf:"bytes,1,opt,name=childCertificates,proto3" json:"childCertificates"`
}
func (*QueryGetChildCertificatesResponse) Descriptor ¶
func (*QueryGetChildCertificatesResponse) Descriptor() ([]byte, []int)
func (*QueryGetChildCertificatesResponse) GetChildCertificates ¶
func (m *QueryGetChildCertificatesResponse) GetChildCertificates() ChildCertificates
func (*QueryGetChildCertificatesResponse) Marshal ¶
func (m *QueryGetChildCertificatesResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetChildCertificatesResponse) MarshalTo ¶
func (m *QueryGetChildCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetChildCertificatesResponse) MarshalToSizedBuffer ¶
func (m *QueryGetChildCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetChildCertificatesResponse) ProtoMessage ¶
func (*QueryGetChildCertificatesResponse) ProtoMessage()
func (*QueryGetChildCertificatesResponse) Reset ¶
func (m *QueryGetChildCertificatesResponse) Reset()
func (*QueryGetChildCertificatesResponse) Size ¶
func (m *QueryGetChildCertificatesResponse) Size() (n int)
func (*QueryGetChildCertificatesResponse) String ¶
func (m *QueryGetChildCertificatesResponse) String() string
func (*QueryGetChildCertificatesResponse) Unmarshal ¶
func (m *QueryGetChildCertificatesResponse) Unmarshal(dAtA []byte) error
func (*QueryGetChildCertificatesResponse) XXX_DiscardUnknown ¶
func (m *QueryGetChildCertificatesResponse) XXX_DiscardUnknown()
func (*QueryGetChildCertificatesResponse) XXX_Marshal ¶
func (m *QueryGetChildCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetChildCertificatesResponse) XXX_Merge ¶
func (m *QueryGetChildCertificatesResponse) XXX_Merge(src proto.Message)
func (*QueryGetChildCertificatesResponse) XXX_Size ¶
func (m *QueryGetChildCertificatesResponse) XXX_Size() int
func (*QueryGetChildCertificatesResponse) XXX_Unmarshal ¶
func (m *QueryGetChildCertificatesResponse) XXX_Unmarshal(b []byte) error
type QueryGetPkiRevocationDistributionPointRequest ¶ added in v1.2.0
type QueryGetPkiRevocationDistributionPointRequest struct { Vid int32 `protobuf:"varint,1,opt,name=vid,proto3" json:"vid,omitempty"` Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` IssuerSubjectKeyID string `protobuf:"bytes,3,opt,name=issuerSubjectKeyID,proto3" json:"issuerSubjectKeyID,omitempty"` }
func (*QueryGetPkiRevocationDistributionPointRequest) Descriptor ¶ added in v1.2.0
func (*QueryGetPkiRevocationDistributionPointRequest) Descriptor() ([]byte, []int)
func (*QueryGetPkiRevocationDistributionPointRequest) GetIssuerSubjectKeyID ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) GetIssuerSubjectKeyID() string
func (*QueryGetPkiRevocationDistributionPointRequest) GetLabel ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) GetLabel() string
func (*QueryGetPkiRevocationDistributionPointRequest) GetVid ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) GetVid() int32
func (*QueryGetPkiRevocationDistributionPointRequest) Marshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetPkiRevocationDistributionPointRequest) MarshalTo ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetPkiRevocationDistributionPointRequest) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetPkiRevocationDistributionPointRequest) ProtoMessage ¶ added in v1.2.0
func (*QueryGetPkiRevocationDistributionPointRequest) ProtoMessage()
func (*QueryGetPkiRevocationDistributionPointRequest) Reset ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) Reset()
func (*QueryGetPkiRevocationDistributionPointRequest) Size ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) Size() (n int)
func (*QueryGetPkiRevocationDistributionPointRequest) String ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) String() string
func (*QueryGetPkiRevocationDistributionPointRequest) Unmarshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) Unmarshal(dAtA []byte) error
func (*QueryGetPkiRevocationDistributionPointRequest) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) XXX_DiscardUnknown()
func (*QueryGetPkiRevocationDistributionPointRequest) XXX_Marshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetPkiRevocationDistributionPointRequest) XXX_Merge ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) XXX_Merge(src proto.Message)
func (*QueryGetPkiRevocationDistributionPointRequest) XXX_Size ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) XXX_Size() int
func (*QueryGetPkiRevocationDistributionPointRequest) XXX_Unmarshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointRequest) XXX_Unmarshal(b []byte) error
type QueryGetPkiRevocationDistributionPointResponse ¶ added in v1.2.0
type QueryGetPkiRevocationDistributionPointResponse struct {
PkiRevocationDistributionPoint PkiRevocationDistributionPoint `protobuf:"bytes,1,opt,name=PkiRevocationDistributionPoint,proto3" json:"PkiRevocationDistributionPoint"`
}
func (*QueryGetPkiRevocationDistributionPointResponse) Descriptor ¶ added in v1.2.0
func (*QueryGetPkiRevocationDistributionPointResponse) Descriptor() ([]byte, []int)
func (*QueryGetPkiRevocationDistributionPointResponse) GetPkiRevocationDistributionPoint ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) GetPkiRevocationDistributionPoint() PkiRevocationDistributionPoint
func (*QueryGetPkiRevocationDistributionPointResponse) Marshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetPkiRevocationDistributionPointResponse) MarshalTo ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetPkiRevocationDistributionPointResponse) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetPkiRevocationDistributionPointResponse) ProtoMessage ¶ added in v1.2.0
func (*QueryGetPkiRevocationDistributionPointResponse) ProtoMessage()
func (*QueryGetPkiRevocationDistributionPointResponse) Reset ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) Reset()
func (*QueryGetPkiRevocationDistributionPointResponse) Size ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) Size() (n int)
func (*QueryGetPkiRevocationDistributionPointResponse) String ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) String() string
func (*QueryGetPkiRevocationDistributionPointResponse) Unmarshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) Unmarshal(dAtA []byte) error
func (*QueryGetPkiRevocationDistributionPointResponse) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) XXX_DiscardUnknown()
func (*QueryGetPkiRevocationDistributionPointResponse) XXX_Marshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetPkiRevocationDistributionPointResponse) XXX_Merge ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) XXX_Merge(src proto.Message)
func (*QueryGetPkiRevocationDistributionPointResponse) XXX_Size ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) XXX_Size() int
func (*QueryGetPkiRevocationDistributionPointResponse) XXX_Unmarshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointResponse) XXX_Unmarshal(b []byte) error
type QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest ¶ added in v1.2.0
type QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest struct {
IssuerSubjectKeyID string `protobuf:"bytes,1,opt,name=issuerSubjectKeyID,proto3" json:"issuerSubjectKeyID,omitempty"`
}
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Descriptor ¶ added in v1.2.0
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Descriptor() ([]byte, []int)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) GetIssuerSubjectKeyID ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) GetIssuerSubjectKeyID() string
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Marshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) MarshalTo ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) ProtoMessage ¶ added in v1.2.0
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) ProtoMessage()
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Reset ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Reset()
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Size ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Size() (n int)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) String ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) String() string
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Unmarshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Unmarshal(dAtA []byte) error
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_DiscardUnknown()
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Marshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Merge ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Merge(src proto.Message)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Size ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Size() int
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Unmarshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Unmarshal(b []byte) error
type QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse ¶ added in v1.2.0
type QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse struct {
PkiRevocationDistributionPointsByIssuerSubjectKeyID PkiRevocationDistributionPointsByIssuerSubjectKeyID `` /* 145-byte string literal not displayed */
}
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Descriptor ¶ added in v1.2.0
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Descriptor() ([]byte, []int)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) GetPkiRevocationDistributionPointsByIssuerSubjectKeyID ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) GetPkiRevocationDistributionPointsByIssuerSubjectKeyID() PkiRevocationDistributionPointsByIssuerSubjectKeyID
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Marshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) MarshalTo ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) ProtoMessage ¶ added in v1.2.0
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) ProtoMessage()
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Reset ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Reset()
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Size ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Size() (n int)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) String ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) String() string
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Unmarshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Unmarshal(dAtA []byte) error
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_DiscardUnknown()
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Marshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Merge ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Merge(src proto.Message)
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Size ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Size() int
func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Unmarshal ¶ added in v1.2.0
func (m *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Unmarshal(b []byte) error
type QueryGetProposedCertificateRequest ¶
type QueryGetProposedCertificateRequest struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` }
func (*QueryGetProposedCertificateRequest) Descriptor ¶
func (*QueryGetProposedCertificateRequest) Descriptor() ([]byte, []int)
func (*QueryGetProposedCertificateRequest) GetSubject ¶
func (m *QueryGetProposedCertificateRequest) GetSubject() string
func (*QueryGetProposedCertificateRequest) GetSubjectKeyId ¶
func (m *QueryGetProposedCertificateRequest) GetSubjectKeyId() string
func (*QueryGetProposedCertificateRequest) Marshal ¶
func (m *QueryGetProposedCertificateRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetProposedCertificateRequest) MarshalTo ¶
func (m *QueryGetProposedCertificateRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetProposedCertificateRequest) MarshalToSizedBuffer ¶
func (m *QueryGetProposedCertificateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetProposedCertificateRequest) ProtoMessage ¶
func (*QueryGetProposedCertificateRequest) ProtoMessage()
func (*QueryGetProposedCertificateRequest) Reset ¶
func (m *QueryGetProposedCertificateRequest) Reset()
func (*QueryGetProposedCertificateRequest) Size ¶
func (m *QueryGetProposedCertificateRequest) Size() (n int)
func (*QueryGetProposedCertificateRequest) String ¶
func (m *QueryGetProposedCertificateRequest) String() string
func (*QueryGetProposedCertificateRequest) Unmarshal ¶
func (m *QueryGetProposedCertificateRequest) Unmarshal(dAtA []byte) error
func (*QueryGetProposedCertificateRequest) XXX_DiscardUnknown ¶
func (m *QueryGetProposedCertificateRequest) XXX_DiscardUnknown()
func (*QueryGetProposedCertificateRequest) XXX_Marshal ¶
func (m *QueryGetProposedCertificateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetProposedCertificateRequest) XXX_Merge ¶
func (m *QueryGetProposedCertificateRequest) XXX_Merge(src proto.Message)
func (*QueryGetProposedCertificateRequest) XXX_Size ¶
func (m *QueryGetProposedCertificateRequest) XXX_Size() int
func (*QueryGetProposedCertificateRequest) XXX_Unmarshal ¶
func (m *QueryGetProposedCertificateRequest) XXX_Unmarshal(b []byte) error
type QueryGetProposedCertificateResponse ¶
type QueryGetProposedCertificateResponse struct {
ProposedCertificate ProposedCertificate `protobuf:"bytes,1,opt,name=proposedCertificate,proto3" json:"proposedCertificate"`
}
func (*QueryGetProposedCertificateResponse) Descriptor ¶
func (*QueryGetProposedCertificateResponse) Descriptor() ([]byte, []int)
func (*QueryGetProposedCertificateResponse) GetProposedCertificate ¶
func (m *QueryGetProposedCertificateResponse) GetProposedCertificate() ProposedCertificate
func (*QueryGetProposedCertificateResponse) Marshal ¶
func (m *QueryGetProposedCertificateResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetProposedCertificateResponse) MarshalTo ¶
func (m *QueryGetProposedCertificateResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetProposedCertificateResponse) MarshalToSizedBuffer ¶
func (m *QueryGetProposedCertificateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetProposedCertificateResponse) ProtoMessage ¶
func (*QueryGetProposedCertificateResponse) ProtoMessage()
func (*QueryGetProposedCertificateResponse) Reset ¶
func (m *QueryGetProposedCertificateResponse) Reset()
func (*QueryGetProposedCertificateResponse) Size ¶
func (m *QueryGetProposedCertificateResponse) Size() (n int)
func (*QueryGetProposedCertificateResponse) String ¶
func (m *QueryGetProposedCertificateResponse) String() string
func (*QueryGetProposedCertificateResponse) Unmarshal ¶
func (m *QueryGetProposedCertificateResponse) Unmarshal(dAtA []byte) error
func (*QueryGetProposedCertificateResponse) XXX_DiscardUnknown ¶
func (m *QueryGetProposedCertificateResponse) XXX_DiscardUnknown()
func (*QueryGetProposedCertificateResponse) XXX_Marshal ¶
func (m *QueryGetProposedCertificateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetProposedCertificateResponse) XXX_Merge ¶
func (m *QueryGetProposedCertificateResponse) XXX_Merge(src proto.Message)
func (*QueryGetProposedCertificateResponse) XXX_Size ¶
func (m *QueryGetProposedCertificateResponse) XXX_Size() int
func (*QueryGetProposedCertificateResponse) XXX_Unmarshal ¶
func (m *QueryGetProposedCertificateResponse) XXX_Unmarshal(b []byte) error
type QueryGetProposedCertificateRevocationRequest ¶
type QueryGetProposedCertificateRevocationRequest struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` }
func (*QueryGetProposedCertificateRevocationRequest) Descriptor ¶
func (*QueryGetProposedCertificateRevocationRequest) Descriptor() ([]byte, []int)
func (*QueryGetProposedCertificateRevocationRequest) GetSubject ¶
func (m *QueryGetProposedCertificateRevocationRequest) GetSubject() string
func (*QueryGetProposedCertificateRevocationRequest) GetSubjectKeyId ¶
func (m *QueryGetProposedCertificateRevocationRequest) GetSubjectKeyId() string
func (*QueryGetProposedCertificateRevocationRequest) Marshal ¶
func (m *QueryGetProposedCertificateRevocationRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetProposedCertificateRevocationRequest) MarshalTo ¶
func (m *QueryGetProposedCertificateRevocationRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetProposedCertificateRevocationRequest) MarshalToSizedBuffer ¶
func (m *QueryGetProposedCertificateRevocationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetProposedCertificateRevocationRequest) ProtoMessage ¶
func (*QueryGetProposedCertificateRevocationRequest) ProtoMessage()
func (*QueryGetProposedCertificateRevocationRequest) Reset ¶
func (m *QueryGetProposedCertificateRevocationRequest) Reset()
func (*QueryGetProposedCertificateRevocationRequest) Size ¶
func (m *QueryGetProposedCertificateRevocationRequest) Size() (n int)
func (*QueryGetProposedCertificateRevocationRequest) String ¶
func (m *QueryGetProposedCertificateRevocationRequest) String() string
func (*QueryGetProposedCertificateRevocationRequest) Unmarshal ¶
func (m *QueryGetProposedCertificateRevocationRequest) Unmarshal(dAtA []byte) error
func (*QueryGetProposedCertificateRevocationRequest) XXX_DiscardUnknown ¶
func (m *QueryGetProposedCertificateRevocationRequest) XXX_DiscardUnknown()
func (*QueryGetProposedCertificateRevocationRequest) XXX_Marshal ¶
func (m *QueryGetProposedCertificateRevocationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetProposedCertificateRevocationRequest) XXX_Merge ¶
func (m *QueryGetProposedCertificateRevocationRequest) XXX_Merge(src proto.Message)
func (*QueryGetProposedCertificateRevocationRequest) XXX_Size ¶
func (m *QueryGetProposedCertificateRevocationRequest) XXX_Size() int
func (*QueryGetProposedCertificateRevocationRequest) XXX_Unmarshal ¶
func (m *QueryGetProposedCertificateRevocationRequest) XXX_Unmarshal(b []byte) error
type QueryGetProposedCertificateRevocationResponse ¶
type QueryGetProposedCertificateRevocationResponse struct {
ProposedCertificateRevocation ProposedCertificateRevocation `protobuf:"bytes,1,opt,name=proposedCertificateRevocation,proto3" json:"proposedCertificateRevocation"`
}
func (*QueryGetProposedCertificateRevocationResponse) Descriptor ¶
func (*QueryGetProposedCertificateRevocationResponse) Descriptor() ([]byte, []int)
func (*QueryGetProposedCertificateRevocationResponse) GetProposedCertificateRevocation ¶
func (m *QueryGetProposedCertificateRevocationResponse) GetProposedCertificateRevocation() ProposedCertificateRevocation
func (*QueryGetProposedCertificateRevocationResponse) Marshal ¶
func (m *QueryGetProposedCertificateRevocationResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetProposedCertificateRevocationResponse) MarshalTo ¶
func (m *QueryGetProposedCertificateRevocationResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetProposedCertificateRevocationResponse) MarshalToSizedBuffer ¶
func (m *QueryGetProposedCertificateRevocationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetProposedCertificateRevocationResponse) ProtoMessage ¶
func (*QueryGetProposedCertificateRevocationResponse) ProtoMessage()
func (*QueryGetProposedCertificateRevocationResponse) Reset ¶
func (m *QueryGetProposedCertificateRevocationResponse) Reset()
func (*QueryGetProposedCertificateRevocationResponse) Size ¶
func (m *QueryGetProposedCertificateRevocationResponse) Size() (n int)
func (*QueryGetProposedCertificateRevocationResponse) String ¶
func (m *QueryGetProposedCertificateRevocationResponse) String() string
func (*QueryGetProposedCertificateRevocationResponse) Unmarshal ¶
func (m *QueryGetProposedCertificateRevocationResponse) Unmarshal(dAtA []byte) error
func (*QueryGetProposedCertificateRevocationResponse) XXX_DiscardUnknown ¶
func (m *QueryGetProposedCertificateRevocationResponse) XXX_DiscardUnknown()
func (*QueryGetProposedCertificateRevocationResponse) XXX_Marshal ¶
func (m *QueryGetProposedCertificateRevocationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetProposedCertificateRevocationResponse) XXX_Merge ¶
func (m *QueryGetProposedCertificateRevocationResponse) XXX_Merge(src proto.Message)
func (*QueryGetProposedCertificateRevocationResponse) XXX_Size ¶
func (m *QueryGetProposedCertificateRevocationResponse) XXX_Size() int
func (*QueryGetProposedCertificateRevocationResponse) XXX_Unmarshal ¶
func (m *QueryGetProposedCertificateRevocationResponse) XXX_Unmarshal(b []byte) error
type QueryGetRejectedCertificatesRequest ¶ added in v0.11.0
type QueryGetRejectedCertificatesRequest struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` }
func (*QueryGetRejectedCertificatesRequest) Descriptor ¶ added in v0.11.0
func (*QueryGetRejectedCertificatesRequest) Descriptor() ([]byte, []int)
func (*QueryGetRejectedCertificatesRequest) GetSubject ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) GetSubject() string
func (*QueryGetRejectedCertificatesRequest) GetSubjectKeyId ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) GetSubjectKeyId() string
func (*QueryGetRejectedCertificatesRequest) Marshal ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetRejectedCertificatesRequest) MarshalTo ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetRejectedCertificatesRequest) MarshalToSizedBuffer ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetRejectedCertificatesRequest) ProtoMessage ¶ added in v0.11.0
func (*QueryGetRejectedCertificatesRequest) ProtoMessage()
func (*QueryGetRejectedCertificatesRequest) Reset ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) Reset()
func (*QueryGetRejectedCertificatesRequest) Size ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) Size() (n int)
func (*QueryGetRejectedCertificatesRequest) String ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) String() string
func (*QueryGetRejectedCertificatesRequest) Unmarshal ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) Unmarshal(dAtA []byte) error
func (*QueryGetRejectedCertificatesRequest) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) XXX_DiscardUnknown()
func (*QueryGetRejectedCertificatesRequest) XXX_Marshal ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetRejectedCertificatesRequest) XXX_Merge ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) XXX_Merge(src proto.Message)
func (*QueryGetRejectedCertificatesRequest) XXX_Size ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) XXX_Size() int
func (*QueryGetRejectedCertificatesRequest) XXX_Unmarshal ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesRequest) XXX_Unmarshal(b []byte) error
type QueryGetRejectedCertificatesResponse ¶ added in v0.11.0
type QueryGetRejectedCertificatesResponse struct {
RejectedCertificate RejectedCertificate `protobuf:"bytes,1,opt,name=rejectedCertificate,proto3" json:"rejectedCertificate"`
}
func (*QueryGetRejectedCertificatesResponse) Descriptor ¶ added in v0.11.0
func (*QueryGetRejectedCertificatesResponse) Descriptor() ([]byte, []int)
func (*QueryGetRejectedCertificatesResponse) GetRejectedCertificate ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) GetRejectedCertificate() RejectedCertificate
func (*QueryGetRejectedCertificatesResponse) Marshal ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetRejectedCertificatesResponse) MarshalTo ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetRejectedCertificatesResponse) MarshalToSizedBuffer ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetRejectedCertificatesResponse) ProtoMessage ¶ added in v0.11.0
func (*QueryGetRejectedCertificatesResponse) ProtoMessage()
func (*QueryGetRejectedCertificatesResponse) Reset ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) Reset()
func (*QueryGetRejectedCertificatesResponse) Size ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) Size() (n int)
func (*QueryGetRejectedCertificatesResponse) String ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) String() string
func (*QueryGetRejectedCertificatesResponse) Unmarshal ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) Unmarshal(dAtA []byte) error
func (*QueryGetRejectedCertificatesResponse) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) XXX_DiscardUnknown()
func (*QueryGetRejectedCertificatesResponse) XXX_Marshal ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetRejectedCertificatesResponse) XXX_Merge ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) XXX_Merge(src proto.Message)
func (*QueryGetRejectedCertificatesResponse) XXX_Size ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) XXX_Size() int
func (*QueryGetRejectedCertificatesResponse) XXX_Unmarshal ¶ added in v0.11.0
func (m *QueryGetRejectedCertificatesResponse) XXX_Unmarshal(b []byte) error
type QueryGetRevokedCertificatesRequest ¶
type QueryGetRevokedCertificatesRequest struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` }
func (*QueryGetRevokedCertificatesRequest) Descriptor ¶
func (*QueryGetRevokedCertificatesRequest) Descriptor() ([]byte, []int)
func (*QueryGetRevokedCertificatesRequest) GetSubject ¶
func (m *QueryGetRevokedCertificatesRequest) GetSubject() string
func (*QueryGetRevokedCertificatesRequest) GetSubjectKeyId ¶
func (m *QueryGetRevokedCertificatesRequest) GetSubjectKeyId() string
func (*QueryGetRevokedCertificatesRequest) Marshal ¶
func (m *QueryGetRevokedCertificatesRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetRevokedCertificatesRequest) MarshalTo ¶
func (m *QueryGetRevokedCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetRevokedCertificatesRequest) MarshalToSizedBuffer ¶
func (m *QueryGetRevokedCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetRevokedCertificatesRequest) ProtoMessage ¶
func (*QueryGetRevokedCertificatesRequest) ProtoMessage()
func (*QueryGetRevokedCertificatesRequest) Reset ¶
func (m *QueryGetRevokedCertificatesRequest) Reset()
func (*QueryGetRevokedCertificatesRequest) Size ¶
func (m *QueryGetRevokedCertificatesRequest) Size() (n int)
func (*QueryGetRevokedCertificatesRequest) String ¶
func (m *QueryGetRevokedCertificatesRequest) String() string
func (*QueryGetRevokedCertificatesRequest) Unmarshal ¶
func (m *QueryGetRevokedCertificatesRequest) Unmarshal(dAtA []byte) error
func (*QueryGetRevokedCertificatesRequest) XXX_DiscardUnknown ¶
func (m *QueryGetRevokedCertificatesRequest) XXX_DiscardUnknown()
func (*QueryGetRevokedCertificatesRequest) XXX_Marshal ¶
func (m *QueryGetRevokedCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetRevokedCertificatesRequest) XXX_Merge ¶
func (m *QueryGetRevokedCertificatesRequest) XXX_Merge(src proto.Message)
func (*QueryGetRevokedCertificatesRequest) XXX_Size ¶
func (m *QueryGetRevokedCertificatesRequest) XXX_Size() int
func (*QueryGetRevokedCertificatesRequest) XXX_Unmarshal ¶
func (m *QueryGetRevokedCertificatesRequest) XXX_Unmarshal(b []byte) error
type QueryGetRevokedCertificatesResponse ¶
type QueryGetRevokedCertificatesResponse struct {
RevokedCertificates RevokedCertificates `protobuf:"bytes,1,opt,name=revokedCertificates,proto3" json:"revokedCertificates"`
}
func (*QueryGetRevokedCertificatesResponse) Descriptor ¶
func (*QueryGetRevokedCertificatesResponse) Descriptor() ([]byte, []int)
func (*QueryGetRevokedCertificatesResponse) GetRevokedCertificates ¶
func (m *QueryGetRevokedCertificatesResponse) GetRevokedCertificates() RevokedCertificates
func (*QueryGetRevokedCertificatesResponse) Marshal ¶
func (m *QueryGetRevokedCertificatesResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetRevokedCertificatesResponse) MarshalTo ¶
func (m *QueryGetRevokedCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetRevokedCertificatesResponse) MarshalToSizedBuffer ¶
func (m *QueryGetRevokedCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetRevokedCertificatesResponse) ProtoMessage ¶
func (*QueryGetRevokedCertificatesResponse) ProtoMessage()
func (*QueryGetRevokedCertificatesResponse) Reset ¶
func (m *QueryGetRevokedCertificatesResponse) Reset()
func (*QueryGetRevokedCertificatesResponse) Size ¶
func (m *QueryGetRevokedCertificatesResponse) Size() (n int)
func (*QueryGetRevokedCertificatesResponse) String ¶
func (m *QueryGetRevokedCertificatesResponse) String() string
func (*QueryGetRevokedCertificatesResponse) Unmarshal ¶
func (m *QueryGetRevokedCertificatesResponse) Unmarshal(dAtA []byte) error
func (*QueryGetRevokedCertificatesResponse) XXX_DiscardUnknown ¶
func (m *QueryGetRevokedCertificatesResponse) XXX_DiscardUnknown()
func (*QueryGetRevokedCertificatesResponse) XXX_Marshal ¶
func (m *QueryGetRevokedCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetRevokedCertificatesResponse) XXX_Merge ¶
func (m *QueryGetRevokedCertificatesResponse) XXX_Merge(src proto.Message)
func (*QueryGetRevokedCertificatesResponse) XXX_Size ¶
func (m *QueryGetRevokedCertificatesResponse) XXX_Size() int
func (*QueryGetRevokedCertificatesResponse) XXX_Unmarshal ¶
func (m *QueryGetRevokedCertificatesResponse) XXX_Unmarshal(b []byte) error
type QueryGetRevokedRootCertificatesRequest ¶
type QueryGetRevokedRootCertificatesRequest struct { }
func (*QueryGetRevokedRootCertificatesRequest) Descriptor ¶
func (*QueryGetRevokedRootCertificatesRequest) Descriptor() ([]byte, []int)
func (*QueryGetRevokedRootCertificatesRequest) Marshal ¶
func (m *QueryGetRevokedRootCertificatesRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetRevokedRootCertificatesRequest) MarshalTo ¶
func (m *QueryGetRevokedRootCertificatesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetRevokedRootCertificatesRequest) MarshalToSizedBuffer ¶
func (m *QueryGetRevokedRootCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetRevokedRootCertificatesRequest) ProtoMessage ¶
func (*QueryGetRevokedRootCertificatesRequest) ProtoMessage()
func (*QueryGetRevokedRootCertificatesRequest) Reset ¶
func (m *QueryGetRevokedRootCertificatesRequest) Reset()
func (*QueryGetRevokedRootCertificatesRequest) Size ¶
func (m *QueryGetRevokedRootCertificatesRequest) Size() (n int)
func (*QueryGetRevokedRootCertificatesRequest) String ¶
func (m *QueryGetRevokedRootCertificatesRequest) String() string
func (*QueryGetRevokedRootCertificatesRequest) Unmarshal ¶
func (m *QueryGetRevokedRootCertificatesRequest) Unmarshal(dAtA []byte) error
func (*QueryGetRevokedRootCertificatesRequest) XXX_DiscardUnknown ¶
func (m *QueryGetRevokedRootCertificatesRequest) XXX_DiscardUnknown()
func (*QueryGetRevokedRootCertificatesRequest) XXX_Marshal ¶
func (m *QueryGetRevokedRootCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetRevokedRootCertificatesRequest) XXX_Merge ¶
func (m *QueryGetRevokedRootCertificatesRequest) XXX_Merge(src proto.Message)
func (*QueryGetRevokedRootCertificatesRequest) XXX_Size ¶
func (m *QueryGetRevokedRootCertificatesRequest) XXX_Size() int
func (*QueryGetRevokedRootCertificatesRequest) XXX_Unmarshal ¶
func (m *QueryGetRevokedRootCertificatesRequest) XXX_Unmarshal(b []byte) error
type QueryGetRevokedRootCertificatesResponse ¶
type QueryGetRevokedRootCertificatesResponse struct {
RevokedRootCertificates RevokedRootCertificates `protobuf:"bytes,1,opt,name=revokedRootCertificates,proto3" json:"revokedRootCertificates"`
}
func (*QueryGetRevokedRootCertificatesResponse) Descriptor ¶
func (*QueryGetRevokedRootCertificatesResponse) Descriptor() ([]byte, []int)
func (*QueryGetRevokedRootCertificatesResponse) GetRevokedRootCertificates ¶
func (m *QueryGetRevokedRootCertificatesResponse) GetRevokedRootCertificates() RevokedRootCertificates
func (*QueryGetRevokedRootCertificatesResponse) Marshal ¶
func (m *QueryGetRevokedRootCertificatesResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetRevokedRootCertificatesResponse) MarshalTo ¶
func (m *QueryGetRevokedRootCertificatesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetRevokedRootCertificatesResponse) MarshalToSizedBuffer ¶
func (m *QueryGetRevokedRootCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetRevokedRootCertificatesResponse) ProtoMessage ¶
func (*QueryGetRevokedRootCertificatesResponse) ProtoMessage()
func (*QueryGetRevokedRootCertificatesResponse) Reset ¶
func (m *QueryGetRevokedRootCertificatesResponse) Reset()
func (*QueryGetRevokedRootCertificatesResponse) Size ¶
func (m *QueryGetRevokedRootCertificatesResponse) Size() (n int)
func (*QueryGetRevokedRootCertificatesResponse) String ¶
func (m *QueryGetRevokedRootCertificatesResponse) String() string
func (*QueryGetRevokedRootCertificatesResponse) Unmarshal ¶
func (m *QueryGetRevokedRootCertificatesResponse) Unmarshal(dAtA []byte) error
func (*QueryGetRevokedRootCertificatesResponse) XXX_DiscardUnknown ¶
func (m *QueryGetRevokedRootCertificatesResponse) XXX_DiscardUnknown()
func (*QueryGetRevokedRootCertificatesResponse) XXX_Marshal ¶
func (m *QueryGetRevokedRootCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetRevokedRootCertificatesResponse) XXX_Merge ¶
func (m *QueryGetRevokedRootCertificatesResponse) XXX_Merge(src proto.Message)
func (*QueryGetRevokedRootCertificatesResponse) XXX_Size ¶
func (m *QueryGetRevokedRootCertificatesResponse) XXX_Size() int
func (*QueryGetRevokedRootCertificatesResponse) XXX_Unmarshal ¶
func (m *QueryGetRevokedRootCertificatesResponse) XXX_Unmarshal(b []byte) error
type QueryServer ¶
type QueryServer interface { // Queries a ApprovedCertificates by index. ApprovedCertificates(context.Context, *QueryGetApprovedCertificatesRequest) (*QueryGetApprovedCertificatesResponse, error) // Queries a list of ApprovedCertificates items. ApprovedCertificatesAll(context.Context, *QueryAllApprovedCertificatesRequest) (*QueryAllApprovedCertificatesResponse, error) // Queries a ProposedCertificate by index. ProposedCertificate(context.Context, *QueryGetProposedCertificateRequest) (*QueryGetProposedCertificateResponse, error) // Queries a list of ProposedCertificate items. ProposedCertificateAll(context.Context, *QueryAllProposedCertificateRequest) (*QueryAllProposedCertificateResponse, error) // Queries a ChildCertificates by index. ChildCertificates(context.Context, *QueryGetChildCertificatesRequest) (*QueryGetChildCertificatesResponse, error) // Queries a ProposedCertificateRevocation by index. ProposedCertificateRevocation(context.Context, *QueryGetProposedCertificateRevocationRequest) (*QueryGetProposedCertificateRevocationResponse, error) // Queries a list of ProposedCertificateRevocation items. ProposedCertificateRevocationAll(context.Context, *QueryAllProposedCertificateRevocationRequest) (*QueryAllProposedCertificateRevocationResponse, error) // Queries a RevokedCertificates by index. RevokedCertificates(context.Context, *QueryGetRevokedCertificatesRequest) (*QueryGetRevokedCertificatesResponse, error) // Queries a list of RevokedCertificates items. RevokedCertificatesAll(context.Context, *QueryAllRevokedCertificatesRequest) (*QueryAllRevokedCertificatesResponse, error) // Queries a ApprovedRootCertificates by index. ApprovedRootCertificates(context.Context, *QueryGetApprovedRootCertificatesRequest) (*QueryGetApprovedRootCertificatesResponse, error) // Queries a RevokedRootCertificates by index. RevokedRootCertificates(context.Context, *QueryGetRevokedRootCertificatesRequest) (*QueryGetRevokedRootCertificatesResponse, error) // Queries a ApprovedCertificatesBySubject by index. ApprovedCertificatesBySubject(context.Context, *QueryGetApprovedCertificatesBySubjectRequest) (*QueryGetApprovedCertificatesBySubjectResponse, error) // Queries a RejectedCertificate by index. RejectedCertificate(context.Context, *QueryGetRejectedCertificatesRequest) (*QueryGetRejectedCertificatesResponse, error) // Queries a list of RejectedCertificate items. RejectedCertificateAll(context.Context, *QueryAllRejectedCertificatesRequest) (*QueryAllRejectedCertificatesResponse, error) // Queries a PkiRevocationDistributionPoint by index. PkiRevocationDistributionPoint(context.Context, *QueryGetPkiRevocationDistributionPointRequest) (*QueryGetPkiRevocationDistributionPointResponse, error) // Queries a list of PkiRevocationDistributionPoint items. PkiRevocationDistributionPointAll(context.Context, *QueryAllPkiRevocationDistributionPointRequest) (*QueryAllPkiRevocationDistributionPointResponse, error) // Queries a PkiRevocationDistributionPointsByIssuerSubjectKeyID by index. PkiRevocationDistributionPointsByIssuerSubjectKeyID(context.Context, *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse, error) }
QueryServer is the server API for Query service.
type RejectedCertificate ¶ added in v0.11.0
type RejectedCertificate struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` Certs []*Certificate `protobuf:"bytes,3,rep,name=certs,proto3" json:"certs,omitempty"` }
func (*RejectedCertificate) Descriptor ¶ added in v0.11.0
func (*RejectedCertificate) Descriptor() ([]byte, []int)
func (*RejectedCertificate) GetCerts ¶ added in v0.11.0
func (m *RejectedCertificate) GetCerts() []*Certificate
func (*RejectedCertificate) GetSubject ¶ added in v0.11.0
func (m *RejectedCertificate) GetSubject() string
func (*RejectedCertificate) GetSubjectKeyId ¶ added in v0.11.0
func (m *RejectedCertificate) GetSubjectKeyId() string
func (*RejectedCertificate) Marshal ¶ added in v0.11.0
func (m *RejectedCertificate) Marshal() (dAtA []byte, err error)
func (*RejectedCertificate) MarshalTo ¶ added in v0.11.0
func (m *RejectedCertificate) MarshalTo(dAtA []byte) (int, error)
func (*RejectedCertificate) MarshalToSizedBuffer ¶ added in v0.11.0
func (m *RejectedCertificate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RejectedCertificate) ProtoMessage ¶ added in v0.11.0
func (*RejectedCertificate) ProtoMessage()
func (*RejectedCertificate) Reset ¶ added in v0.11.0
func (m *RejectedCertificate) Reset()
func (*RejectedCertificate) Size ¶ added in v0.11.0
func (m *RejectedCertificate) Size() (n int)
func (*RejectedCertificate) String ¶ added in v0.11.0
func (m *RejectedCertificate) String() string
func (*RejectedCertificate) Unmarshal ¶ added in v0.11.0
func (m *RejectedCertificate) Unmarshal(dAtA []byte) error
func (*RejectedCertificate) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *RejectedCertificate) XXX_DiscardUnknown()
func (*RejectedCertificate) XXX_Marshal ¶ added in v0.11.0
func (m *RejectedCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RejectedCertificate) XXX_Merge ¶ added in v0.11.0
func (m *RejectedCertificate) XXX_Merge(src proto.Message)
func (*RejectedCertificate) XXX_Size ¶ added in v0.11.0
func (m *RejectedCertificate) XXX_Size() int
func (*RejectedCertificate) XXX_Unmarshal ¶ added in v0.11.0
func (m *RejectedCertificate) XXX_Unmarshal(b []byte) error
type RevokedCertificates ¶
type RevokedCertificates struct { Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"` Certs []*Certificate `protobuf:"bytes,3,rep,name=certs,proto3" json:"certs,omitempty"` }
func (*RevokedCertificates) Descriptor ¶
func (*RevokedCertificates) Descriptor() ([]byte, []int)
func (*RevokedCertificates) GetCerts ¶
func (m *RevokedCertificates) GetCerts() []*Certificate
func (*RevokedCertificates) GetSubject ¶
func (m *RevokedCertificates) GetSubject() string
func (*RevokedCertificates) GetSubjectKeyId ¶
func (m *RevokedCertificates) GetSubjectKeyId() string
func (*RevokedCertificates) Marshal ¶
func (m *RevokedCertificates) Marshal() (dAtA []byte, err error)
func (*RevokedCertificates) MarshalTo ¶
func (m *RevokedCertificates) MarshalTo(dAtA []byte) (int, error)
func (*RevokedCertificates) MarshalToSizedBuffer ¶
func (m *RevokedCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RevokedCertificates) ProtoMessage ¶
func (*RevokedCertificates) ProtoMessage()
func (*RevokedCertificates) Reset ¶
func (m *RevokedCertificates) Reset()
func (*RevokedCertificates) Size ¶
func (m *RevokedCertificates) Size() (n int)
func (*RevokedCertificates) String ¶
func (m *RevokedCertificates) String() string
func (*RevokedCertificates) Unmarshal ¶
func (m *RevokedCertificates) Unmarshal(dAtA []byte) error
func (*RevokedCertificates) XXX_DiscardUnknown ¶
func (m *RevokedCertificates) XXX_DiscardUnknown()
func (*RevokedCertificates) XXX_Marshal ¶
func (m *RevokedCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RevokedCertificates) XXX_Merge ¶
func (m *RevokedCertificates) XXX_Merge(src proto.Message)
func (*RevokedCertificates) XXX_Size ¶
func (m *RevokedCertificates) XXX_Size() int
func (*RevokedCertificates) XXX_Unmarshal ¶
func (m *RevokedCertificates) XXX_Unmarshal(b []byte) error
type RevokedRootCertificates ¶
type RevokedRootCertificates struct {
Certs []*CertificateIdentifier `protobuf:"bytes,1,rep,name=certs,proto3" json:"certs,omitempty"`
}
func (*RevokedRootCertificates) Descriptor ¶
func (*RevokedRootCertificates) Descriptor() ([]byte, []int)
func (*RevokedRootCertificates) GetCerts ¶
func (m *RevokedRootCertificates) GetCerts() []*CertificateIdentifier
func (*RevokedRootCertificates) Marshal ¶
func (m *RevokedRootCertificates) Marshal() (dAtA []byte, err error)
func (*RevokedRootCertificates) MarshalTo ¶
func (m *RevokedRootCertificates) MarshalTo(dAtA []byte) (int, error)
func (*RevokedRootCertificates) MarshalToSizedBuffer ¶
func (m *RevokedRootCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RevokedRootCertificates) ProtoMessage ¶
func (*RevokedRootCertificates) ProtoMessage()
func (*RevokedRootCertificates) Reset ¶
func (m *RevokedRootCertificates) Reset()
func (*RevokedRootCertificates) Size ¶
func (m *RevokedRootCertificates) Size() (n int)
func (*RevokedRootCertificates) String ¶
func (m *RevokedRootCertificates) String() string
func (*RevokedRootCertificates) Unmarshal ¶
func (m *RevokedRootCertificates) Unmarshal(dAtA []byte) error
func (*RevokedRootCertificates) XXX_DiscardUnknown ¶
func (m *RevokedRootCertificates) XXX_DiscardUnknown()
func (*RevokedRootCertificates) XXX_Marshal ¶
func (m *RevokedRootCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RevokedRootCertificates) XXX_Merge ¶
func (m *RevokedRootCertificates) XXX_Merge(src proto.Message)
func (*RevokedRootCertificates) XXX_Size ¶
func (m *RevokedRootCertificates) XXX_Size() int
func (*RevokedRootCertificates) XXX_Unmarshal ¶
func (m *RevokedRootCertificates) XXX_Unmarshal(b []byte) error
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) AddPkiRevocationDistributionPoint ¶ added in v1.2.0
func (*UnimplementedMsgServer) AddPkiRevocationDistributionPoint(ctx context.Context, req *MsgAddPkiRevocationDistributionPoint) (*MsgAddPkiRevocationDistributionPointResponse, error)
func (*UnimplementedMsgServer) AddX509Cert ¶
func (*UnimplementedMsgServer) AddX509Cert(ctx context.Context, req *MsgAddX509Cert) (*MsgAddX509CertResponse, error)
func (*UnimplementedMsgServer) ApproveAddX509RootCert ¶
func (*UnimplementedMsgServer) ApproveAddX509RootCert(ctx context.Context, req *MsgApproveAddX509RootCert) (*MsgApproveAddX509RootCertResponse, error)
func (*UnimplementedMsgServer) ApproveRevokeX509RootCert ¶
func (*UnimplementedMsgServer) ApproveRevokeX509RootCert(ctx context.Context, req *MsgApproveRevokeX509RootCert) (*MsgApproveRevokeX509RootCertResponse, error)
func (*UnimplementedMsgServer) AssignVid ¶ added in v1.2.0
func (*UnimplementedMsgServer) AssignVid(ctx context.Context, req *MsgAssignVid) (*MsgAssignVidResponse, error)
func (*UnimplementedMsgServer) DeletePkiRevocationDistributionPoint ¶ added in v1.2.0
func (*UnimplementedMsgServer) DeletePkiRevocationDistributionPoint(ctx context.Context, req *MsgDeletePkiRevocationDistributionPoint) (*MsgDeletePkiRevocationDistributionPointResponse, error)
func (*UnimplementedMsgServer) ProposeAddX509RootCert ¶
func (*UnimplementedMsgServer) ProposeAddX509RootCert(ctx context.Context, req *MsgProposeAddX509RootCert) (*MsgProposeAddX509RootCertResponse, error)
func (*UnimplementedMsgServer) ProposeRevokeX509RootCert ¶
func (*UnimplementedMsgServer) ProposeRevokeX509RootCert(ctx context.Context, req *MsgProposeRevokeX509RootCert) (*MsgProposeRevokeX509RootCertResponse, error)
func (*UnimplementedMsgServer) RejectAddX509RootCert ¶ added in v0.11.0
func (*UnimplementedMsgServer) RejectAddX509RootCert(ctx context.Context, req *MsgRejectAddX509RootCert) (*MsgRejectAddX509RootCertResponse, error)
func (*UnimplementedMsgServer) RevokeX509Cert ¶
func (*UnimplementedMsgServer) RevokeX509Cert(ctx context.Context, req *MsgRevokeX509Cert) (*MsgRevokeX509CertResponse, error)
func (*UnimplementedMsgServer) UpdatePkiRevocationDistributionPoint ¶ added in v1.2.0
func (*UnimplementedMsgServer) UpdatePkiRevocationDistributionPoint(ctx context.Context, req *MsgUpdatePkiRevocationDistributionPoint) (*MsgUpdatePkiRevocationDistributionPointResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) ApprovedCertificates ¶
func (*UnimplementedQueryServer) ApprovedCertificates(ctx context.Context, req *QueryGetApprovedCertificatesRequest) (*QueryGetApprovedCertificatesResponse, error)
func (*UnimplementedQueryServer) ApprovedCertificatesAll ¶
func (*UnimplementedQueryServer) ApprovedCertificatesAll(ctx context.Context, req *QueryAllApprovedCertificatesRequest) (*QueryAllApprovedCertificatesResponse, error)
func (*UnimplementedQueryServer) ApprovedCertificatesBySubject ¶
func (*UnimplementedQueryServer) ApprovedCertificatesBySubject(ctx context.Context, req *QueryGetApprovedCertificatesBySubjectRequest) (*QueryGetApprovedCertificatesBySubjectResponse, error)
func (*UnimplementedQueryServer) ApprovedRootCertificates ¶
func (*UnimplementedQueryServer) ApprovedRootCertificates(ctx context.Context, req *QueryGetApprovedRootCertificatesRequest) (*QueryGetApprovedRootCertificatesResponse, error)
func (*UnimplementedQueryServer) ChildCertificates ¶
func (*UnimplementedQueryServer) ChildCertificates(ctx context.Context, req *QueryGetChildCertificatesRequest) (*QueryGetChildCertificatesResponse, error)
func (*UnimplementedQueryServer) PkiRevocationDistributionPoint ¶ added in v1.2.0
func (*UnimplementedQueryServer) PkiRevocationDistributionPoint(ctx context.Context, req *QueryGetPkiRevocationDistributionPointRequest) (*QueryGetPkiRevocationDistributionPointResponse, error)
func (*UnimplementedQueryServer) PkiRevocationDistributionPointAll ¶ added in v1.2.0
func (*UnimplementedQueryServer) PkiRevocationDistributionPointAll(ctx context.Context, req *QueryAllPkiRevocationDistributionPointRequest) (*QueryAllPkiRevocationDistributionPointResponse, error)
func (*UnimplementedQueryServer) PkiRevocationDistributionPointsByIssuerSubjectKeyID ¶ added in v1.2.0
func (*UnimplementedQueryServer) PkiRevocationDistributionPointsByIssuerSubjectKeyID(ctx context.Context, req *QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse, error)
func (*UnimplementedQueryServer) ProposedCertificate ¶
func (*UnimplementedQueryServer) ProposedCertificate(ctx context.Context, req *QueryGetProposedCertificateRequest) (*QueryGetProposedCertificateResponse, error)
func (*UnimplementedQueryServer) ProposedCertificateAll ¶
func (*UnimplementedQueryServer) ProposedCertificateAll(ctx context.Context, req *QueryAllProposedCertificateRequest) (*QueryAllProposedCertificateResponse, error)
func (*UnimplementedQueryServer) ProposedCertificateRevocation ¶
func (*UnimplementedQueryServer) ProposedCertificateRevocation(ctx context.Context, req *QueryGetProposedCertificateRevocationRequest) (*QueryGetProposedCertificateRevocationResponse, error)
func (*UnimplementedQueryServer) ProposedCertificateRevocationAll ¶
func (*UnimplementedQueryServer) ProposedCertificateRevocationAll(ctx context.Context, req *QueryAllProposedCertificateRevocationRequest) (*QueryAllProposedCertificateRevocationResponse, error)
func (*UnimplementedQueryServer) RejectedCertificate ¶ added in v0.11.0
func (*UnimplementedQueryServer) RejectedCertificate(ctx context.Context, req *QueryGetRejectedCertificatesRequest) (*QueryGetRejectedCertificatesResponse, error)
func (*UnimplementedQueryServer) RejectedCertificateAll ¶ added in v0.11.0
func (*UnimplementedQueryServer) RejectedCertificateAll(ctx context.Context, req *QueryAllRejectedCertificatesRequest) (*QueryAllRejectedCertificatesResponse, error)
func (*UnimplementedQueryServer) RevokedCertificates ¶
func (*UnimplementedQueryServer) RevokedCertificates(ctx context.Context, req *QueryGetRevokedCertificatesRequest) (*QueryGetRevokedCertificatesResponse, error)
func (*UnimplementedQueryServer) RevokedCertificatesAll ¶
func (*UnimplementedQueryServer) RevokedCertificatesAll(ctx context.Context, req *QueryAllRevokedCertificatesRequest) (*QueryAllRevokedCertificatesResponse, error)
func (*UnimplementedQueryServer) RevokedRootCertificates ¶
func (*UnimplementedQueryServer) RevokedRootCertificates(ctx context.Context, req *QueryGetRevokedRootCertificatesRequest) (*QueryGetRevokedRootCertificatesResponse, error)
type UniqueCertificate ¶
type UniqueCertificate struct { Issuer string `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"` SerialNumber string `protobuf:"bytes,2,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"` Present bool `protobuf:"varint,3,opt,name=present,proto3" json:"present,omitempty"` }
func (*UniqueCertificate) Descriptor ¶
func (*UniqueCertificate) Descriptor() ([]byte, []int)
func (*UniqueCertificate) GetIssuer ¶
func (m *UniqueCertificate) GetIssuer() string
func (*UniqueCertificate) GetPresent ¶
func (m *UniqueCertificate) GetPresent() bool
func (*UniqueCertificate) GetSerialNumber ¶
func (m *UniqueCertificate) GetSerialNumber() string
func (*UniqueCertificate) Marshal ¶
func (m *UniqueCertificate) Marshal() (dAtA []byte, err error)
func (*UniqueCertificate) MarshalTo ¶
func (m *UniqueCertificate) MarshalTo(dAtA []byte) (int, error)
func (*UniqueCertificate) MarshalToSizedBuffer ¶
func (m *UniqueCertificate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UniqueCertificate) ProtoMessage ¶
func (*UniqueCertificate) ProtoMessage()
func (*UniqueCertificate) Reset ¶
func (m *UniqueCertificate) Reset()
func (*UniqueCertificate) Size ¶
func (m *UniqueCertificate) Size() (n int)
func (*UniqueCertificate) String ¶
func (m *UniqueCertificate) String() string
func (*UniqueCertificate) Unmarshal ¶
func (m *UniqueCertificate) Unmarshal(dAtA []byte) error
func (*UniqueCertificate) XXX_DiscardUnknown ¶
func (m *UniqueCertificate) XXX_DiscardUnknown()
func (*UniqueCertificate) XXX_Marshal ¶
func (m *UniqueCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UniqueCertificate) XXX_Merge ¶
func (m *UniqueCertificate) XXX_Merge(src proto.Message)
func (*UniqueCertificate) XXX_Size ¶
func (m *UniqueCertificate) XXX_Size() int
func (*UniqueCertificate) XXX_Unmarshal ¶
func (m *UniqueCertificate) XXX_Unmarshal(b []byte) error
Source Files ¶
- approved_certificates.pb.go
- approved_certificates_by_subject.pb.go
- approved_certificates_by_subject_key_id.pb.go
- approved_root_certificates.pb.go
- certificate.go
- certificate.pb.go
- certificate_identifier.pb.go
- child_certificates.pb.go
- codec.go
- expected_keepers.go
- genesis.go
- genesis.pb.go
- grant.pb.go
- key_approved_certificates.go
- key_approved_certificates_by_subject.go
- key_approved_certificates_by_subject_key_id.go
- key_child_certificates.go
- key_pki_revocation_distribution_point.go
- key_pki_revocation_distribution_points_by_issuer_subject_key_id.go
- key_proposed_certificate.go
- key_proposed_certificate_revocation.go
- key_rejected_certificate.go
- key_revoked_certificates.go
- key_unique_certificate.go
- message_add_pki_revocation_distribution_point.go
- message_add_x_509_cert.go
- message_approve_add_x_509_root_cert.go
- message_approve_revoke_x_509_root_cert.go
- message_assign_vid.go
- message_delete_pki_revocation_distribution_point.go
- message_propose_add_x_509_root_cert.go
- message_propose_revoke_x_509_root_cert.go
- message_reject_add_x_509_root_cert.go
- message_revoke_x_509_cert.go
- message_update_pki_revocation_distribution_point.go
- pki_revocation_distribution_point.pb.go
- pki_revocation_distribution_points_by_issuer_subject_key_id.pb.go
- proposed_certificate.pb.go
- proposed_certificate_revocation.go
- proposed_certificate_revocation.pb.go
- query.pb.go
- query.pb.gw.go
- rejected_certificate.pb.go
- revoked_certificates.pb.go
- revoked_root_certificates.pb.go
- rules.go
- tx.pb.go
- types.go
- unique_certificate.pb.go