types

package
v1.4.2-dev1 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2024 License: Apache-2.0 Imports: 39 Imported by: 0

Documentation

Overview

Package types is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	// ApprovedCertificatesBySubjectKeyIDKeyPrefix is the prefix to retrieve all ApprovedCertificatesBySubjectKeyId.
	ApprovedCertificatesBySubjectKeyIDKeyPrefix = "ApprovedCertificatesBySubjectKeyId/value/"
)
View Source
const (
	// ApprovedCertificatesBySubjectKeyPrefix is the prefix to retrieve all ApprovedCertificatesBySubject.
	ApprovedCertificatesBySubjectKeyPrefix = "ApprovedCertificatesBySubject/value/"
)
View Source
const (
	// ApprovedCertificatesKeyPrefix is the prefix to retrieve all ApprovedCertificates.
	ApprovedCertificatesKeyPrefix = "ApprovedCertificates/value/"
)
View Source
const (
	// ChildCertificatesKeyPrefix is the prefix to retrieve all ChildCertificates.
	ChildCertificatesKeyPrefix = "ChildCertificates/value/"
)
View Source
const DefaultIndex uint64 = 1

DefaultIndex is the default capability global index.

View Source
const (
	// NocCertificatesByVidAndSkidKeyPrefix is the prefix to retrieve all NocCertificatesByVidAndSkid.
	NocCertificatesByVidAndSkidKeyPrefix = "NocCertificatesByVidAndSkid/value/"
)
View Source
const (
	// NocCertificatesKeyPrefix is the prefix to retrieve all NocCertificates.
	NocIcaCertificatesKeyPrefix = "NocIcaCertificates/value/"
)
View Source
const (
	// NocRootCertificatesKeyPrefix is the prefix to retrieve all NocRootCertificates.
	NocRootCertificatesKeyPrefix = "NocRootCertificates/value/"
)
View Source
const (
	// PkiRevocationDistributionPointKeyPrefix is the prefix to retrieve all PkiRevocationDistributionPoint.
	PkiRevocationDistributionPointKeyPrefix = "PkiRevocationDistributionPoint/value/"
)
View Source
const (
	// PkiRevocationDistributionPointsByIssuerSubjectKeyIDKeyPrefix is the prefix to retrieve all PkiRevocationDistributionPointsByIssuerSubjectKeyID.
	PkiRevocationDistributionPointsByIssuerSubjectKeyIDKeyPrefix = "PkiRevocationDistributionPointsByIssuerSubjectKeyID/value/"
)
View Source
const (
	// ProposedCertificateKeyPrefix is the prefix to retrieve all ProposedCertificate.
	ProposedCertificateKeyPrefix = "ProposedCertificate/value/"
)
View Source
const (
	// ProposedCertificateRevocationKeyPrefix is the prefix to retrieve all ProposedCertificateRevocation.
	ProposedCertificateRevocationKeyPrefix = "ProposedCertificateRevocation/value/"
)
View Source
const (
	// RejectedCertificateKeyPrefix is the prefix to retrieve all RejectedCertificate.
	RejectedCertificateKeyPrefix = "RejectedCertificate/value/"
)
View Source
const (
	// RevokedCertificatesKeyPrefix is the prefix to retrieve all RevokedCertificates.
	RevokedCertificatesKeyPrefix = "RevokedCertificates/value/"
)
View Source
const (
	// RevokedNocRootCertificatesKeyPrefix is the prefix to retrieve all RevokedNocRootCertificates.
	RevokedNocRootCertificatesKeyPrefix = "RevokedNocRootCertificates/value/"
)
View Source
const TypeMsgAddNocX509IcaCert = "add_noc_x_509_ica_cert"
View Source
const TypeMsgAddNocX509RootCert = "add_noc_x_509_root_cert"
View Source
const TypeMsgAddPkiRevocationDistributionPoint = "add_pki_revocation_distribution_point"
View Source
const TypeMsgAddX509Cert = "add_x_509_cert"
View Source
const TypeMsgApproveAddX509RootCert = "approve_add_x_509_root_cert"
View Source
const TypeMsgApproveRevokeX509RootCert = "approve_revoke_x_509_root_cert"
View Source
const TypeMsgAssignVid = "assign_vid"
View Source
const TypeMsgDeletePkiRevocationDistributionPoint = "delete_pki_revocation_distribution_point"
View Source
const TypeMsgProposeAddX509RootCert = "propose_add_x_509_root_cert"
View Source
const TypeMsgProposeRevokeX509RootCert = "propose_revoke_x_509_root_cert"
View Source
const TypeMsgRejectAddX509RootCert = "reject_add_x_509_root_cert"
View Source
const TypeMsgRemoveNocX509IcaCert = "remove_noc_x_509_ica_cert"
View Source
const TypeMsgRemoveNocX509RootCert = "remove_noc_x_509_root_cert"
View Source
const TypeMsgRemoveX509Cert = "remove_x_509_cert"
View Source
const TypeMsgRevokeNocX509CRootert = "revoke_noc_x_509_root_cert"
View Source
const TypeMsgRevokeNocX509IcaCert = "revoke_noc_x_509_ica_cert"
View Source
const TypeMsgRevokeX509Cert = "revoke_x_509_cert"
View Source
const TypeMsgUpdatePkiRevocationDistributionPoint = "update_pki_revocation_distribution_point"
View Source
const (
	// UniqueCertificateKeyPrefix is the prefix to retrieve all UniqueCertificate.
	UniqueCertificateKeyPrefix = "UniqueCertificate/value/"
)

Variables

View Source
var (
	ErrInvalidLengthApprovedCertificates        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowApprovedCertificates          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupApprovedCertificates = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthApprovedCertificatesBySubject        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowApprovedCertificatesBySubject          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupApprovedCertificatesBySubject = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthApprovedCertificatesBySubjectKeyId        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowApprovedCertificatesBySubjectKeyId          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupApprovedCertificatesBySubjectKeyId = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthApprovedRootCertificates        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowApprovedRootCertificates          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupApprovedRootCertificates = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthCertificate        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCertificate          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCertificate = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthCertificateIdentifier        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCertificateIdentifier          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCertificateIdentifier = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthChildCertificates        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowChildCertificates          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupChildCertificates = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthGenesis        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenesis          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthGrant        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGrant          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGrant = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthNocCertificatesByVidAndSkid        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowNocCertificatesByVidAndSkid          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupNocCertificatesByVidAndSkid = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthNocIcaCertificates        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowNocIcaCertificates          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupNocIcaCertificates = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthNocRootCertificates        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowNocRootCertificates          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupNocRootCertificates = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthPkiRevocationDistributionPoint        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPkiRevocationDistributionPoint          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPkiRevocationDistributionPoint = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthPkiRevocationDistributionPointsByIssuerSubjectKeyId        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPkiRevocationDistributionPointsByIssuerSubjectKeyId          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPkiRevocationDistributionPointsByIssuerSubjectKeyId = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProposedCertificate        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProposedCertificate          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProposedCertificate = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProposedCertificateRevocation        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProposedCertificateRevocation          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProposedCertificateRevocation = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthQuery        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowQuery          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthRejectedCertificate        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRejectedCertificate          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupRejectedCertificate = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthRevokedCertificates        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRevokedCertificates          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupRevokedCertificates = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthRevokedNocRootCertificates        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRevokedNocRootCertificates          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupRevokedNocRootCertificates = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthRevokedRootCertificates        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRevokedRootCertificates          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupRevokedRootCertificates = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	RootCertificateApprovalsPercent = 2.0 / 3.0
	RootCertificateApprovalRole     = dclauthtypes.Trustee
)

TODO: 1. Move it to separate module 2. Make it configurable 3. Save into store.

View Source
var (
	ErrInvalidLengthTx        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTx          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthUniqueCertificate        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowUniqueCertificate          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupUniqueCertificate = fmt.Errorf("proto: unexpected end of group")
)
View Source
var CRLRevocationType = uint32(1)

Functions

func ApprovedCertificatesBySubjectKey

func ApprovedCertificatesBySubjectKey(
	subject string,
) []byte

ApprovedCertificatesBySubjectKey returns the store key to retrieve a ApprovedCertificatesBySubject from the index fields.

func ApprovedCertificatesBySubjectKeyIDKey added in v1.4.0

func ApprovedCertificatesBySubjectKeyIDKey(
	subjectKeyID string,
) []byte

ApprovedCertificatesBySubjectKeyIDKey returns the store key to retrieve a ApprovedCertificatesBySubjectKeyId from the index fields.

func ApprovedCertificatesKey

func ApprovedCertificatesKey(
	subject string,
	subjectKeyID string,
) []byte

ApprovedCertificatesKey returns the store key to retrieve a ApprovedCertificates from the index fields.

func ChildCertificatesKey

func ChildCertificatesKey(
	issuer string,
	authorityKeyID string,
) []byte

ChildCertificatesKey returns the store key to retrieve a ChildCertificates from the index fields.

func NocCertificatesByVidAndSkidKey added in v1.4.1

func NocCertificatesByVidAndSkidKey(
	vid int32,
	subjectKeyID string,
) []byte

NocCertificatesByVidAndSkidKey returns the store key to retrieve a NocCertificatesByVidAndSkid from the index fields.

func NocIcaCertificatesKey added in v1.4.0

func NocIcaCertificatesKey(
	vid int32,
) []byte

NocCertificatesKey returns the store key to retrieve a NocCertificates from the index fields.

func NocRootCertificatesKey added in v1.4.0

func NocRootCertificatesKey(
	vid int32,
) []byte

NocRootCertificatesKey returns the store key to retrieve a NocRootCertificates 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

func PkiRevocationDistributionPointsByIssuerSubjectKeyIDKey(
	issuerSubjectKeyID string,
) []byte

PkiRevocationDistributionPointsByIssuerSubjectKeyIDKey returns the store key to retrieve a PkiRevocationDistributionPointsByIssuerSubjectKeyID from the index fields.

func ProposedCertificateKey

func ProposedCertificateKey(
	subject string,
	subjectKeyID string,
) []byte

ProposedCertificateKey returns the store key to retrieve a ProposedCertificate from the index fields.

func ProposedCertificateRevocationKey

func ProposedCertificateRevocationKey(
	subject string,
	subjectKeyID string,
	serialNumber string,
) []byte

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 RegisterMsgServer(s grpc1.Server, srv MsgServer)

func RegisterQueryHandler

func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

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

func RejectedCertificateKey(
	subject string,
	subjectKeyID string,
) []byte

RejectedCertificateKey returns the store key to retrieve a RejectedCertificate from the index fields.

func RevokedCertificatesKey

func RevokedCertificatesKey(
	subject string,
	subjectKeyID string,
) []byte

RevokedCertificatesKey returns the store key to retrieve a RevokedCertificates from the index fields.

func RevokedNocRootCertificatesKey added in v1.4.0

func RevokedNocRootCertificatesKey(
	subject string,
	subjectKeyID string,
) []byte

RevokedNocRootCertificatesKey returns the store key to retrieve a RevokedNocRootCertificates from the index fields.

func UniqueCertificateKey

func UniqueCertificateKey(
	issuer string,
	serialNumber string,
) []byte

UniqueCertificateKey returns the store key to retrieve a UniqueCertificate from the index fields.

func VerifyCRLSignerCertFormat added in v1.4.0

func VerifyCRLSignerCertFormat(certificate *x509.Certificate) error

func VerifyRevocationPointIssuerSubjectKeyIDFormat added in v1.2.0

func VerifyRevocationPointIssuerSubjectKeyIDFormat(issuerSubjectKeyID string) bool

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"`
	SchemaVersion uint32         `protobuf:"varint,4,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*ApprovedCertificates) Descriptor

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

func (*ApprovedCertificates) GetCerts

func (m *ApprovedCertificates) GetCerts() []*Certificate

func (*ApprovedCertificates) GetSchemaVersion added in v1.4.0

func (m *ApprovedCertificates) GetSchemaVersion() uint32

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"`
	SchemaVersion uint32   `protobuf:"varint,3,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*ApprovedCertificatesBySubject) Descriptor

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

func (*ApprovedCertificatesBySubject) GetSchemaVersion added in v1.4.0

func (m *ApprovedCertificatesBySubject) GetSchemaVersion() uint32

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 (*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"`
	SchemaVersion uint32         `protobuf:"varint,3,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*ApprovedCertificatesBySubjectKeyId) Descriptor added in v1.4.0

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

func (*ApprovedCertificatesBySubjectKeyId) GetCerts added in v1.4.0

func (*ApprovedCertificatesBySubjectKeyId) GetSchemaVersion added in v1.4.0

func (m *ApprovedCertificatesBySubjectKeyId) GetSchemaVersion() uint32

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 (*ApprovedCertificatesBySubjectKeyId) Size added in v1.4.0

func (*ApprovedCertificatesBySubjectKeyId) String added in v1.4.0

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 (*ApprovedCertificatesBySubjectKeyId) XXX_Size added in v1.4.0

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"`
	SchemaVersion uint32                   `protobuf:"varint,2,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*ApprovedRootCertificates) Descriptor

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

func (*ApprovedRootCertificates) GetCerts

func (*ApprovedRootCertificates) GetSchemaVersion added in v1.4.0

func (m *ApprovedRootCertificates) GetSchemaVersion() uint32

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"`
	IsNoc            bool     `protobuf:"varint,15,opt,name=isNoc,proto3" json:"isNoc,omitempty"`
	SchemaVersion    uint32   `protobuf:"varint,16,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func NewNocCertificate added in v1.4.0

func NewNocCertificate(
	pemCert string,
	subject string,
	subjectAsText string,
	subjectKeyID string,
	serialNumber string,
	issuer string,
	authorityKeyID string,
	rootSubject string,
	rootSubjectKeyID string,
	owner string,
	vid int32,
	schemaVersion uint32,
) Certificate

func NewNocRootCertificate added in v1.4.0

func NewNocRootCertificate(
	pemCert string,
	subject string,
	subjectAsText string,
	subjectKeyID string,
	serialNumber string,
	owner string,
	vid int32,
	schemaVersion uint32,
) Certificate

func NewNonRootCertificate

func NewNonRootCertificate(pemCert string, subject string, subjectAsText string, subjectKeyID string, serialNumber string,
	issuer string, authorityKeyID string,
	rootSubject string, rootSubjectKeyID string,
	owner string, vid int32,
	schemaVersion uint32,
) Certificate

func NewRootCertificate

func NewRootCertificate(pemCert string, subject string, subjectAsText string, subjectKeyID string,
	serialNumber string, owner string, approvals []*Grant, rejects []*Grant, vid int32, schemaVersion uint32,
) Certificate

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) GetIsNoc added in v1.4.0

func (m *Certificate) GetIsNoc() bool

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) GetSchemaVersion added in v1.4.0

func (m *Certificate) GetSchemaVersion() uint32

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) MarshalTo

func (m *Certificate) MarshalTo(dAtA []byte) (int, 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"`
	SchemaVersion  uint32                   `protobuf:"varint,4,opt,name=schemaVersion,proto3" json:"schemaVersion,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) GetSchemaVersion added in v1.4.0

func (m *ChildCertificates) GetSchemaVersion() uint32

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"`
	NocRootCertificatesList                                 []NocRootCertificates                                 `protobuf:"bytes,14,rep,name=nocRootCertificatesList,proto3" json:"nocRootCertificatesList"`
	NocIcaCertificatesList                                  []NocIcaCertificates                                  `protobuf:"bytes,15,rep,name=nocIcaCertificatesList,proto3" json:"nocIcaCertificatesList"`
	RevokedNocRootCertificatesList                          []RevokedNocRootCertificates                          `protobuf:"bytes,16,rep,name=revokedNocRootCertificatesList,proto3" json:"revokedNocRootCertificatesList"`
	NocCertificatesByVidAndSkidList                         []NocCertificatesByVidAndSkid                         `protobuf:"bytes,17,rep,name=nocCertificatesByVidAndSkidList,proto3" json:"nocCertificatesByVidAndSkidList"`
}

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) GetNocCertificatesByVidAndSkidList added in v1.4.1

func (m *GenesisState) GetNocCertificatesByVidAndSkidList() []NocCertificatesByVidAndSkid

func (*GenesisState) GetNocIcaCertificatesList added in v1.4.0

func (m *GenesisState) GetNocIcaCertificatesList() []NocIcaCertificates

func (*GenesisState) GetNocRootCertificatesList added in v1.4.0

func (m *GenesisState) GetNocRootCertificatesList() []NocRootCertificates

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) GetRevokedNocRootCertificatesList added in v1.4.0

func (m *GenesisState) GetRevokedNocRootCertificatesList() []RevokedNocRootCertificates

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) MarshalTo

func (m *GenesisState) MarshalTo(dAtA []byte) (int, 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"`
	SchemaVersion uint32 `protobuf:"varint,4,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*Grant) Descriptor added in v0.7.0

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

func (*Grant) GetAddress added in v0.7.0

func (m *Grant) GetAddress() string

func (*Grant) GetInfo added in v0.7.0

func (m *Grant) GetInfo() string

func (*Grant) GetSchemaVersion added in v1.4.0

func (m *Grant) GetSchemaVersion() uint32

func (*Grant) GetTime added in v0.7.0

func (m *Grant) GetTime() int64

func (*Grant) Marshal added in v0.7.0

func (m *Grant) Marshal() (dAtA []byte, err error)

func (*Grant) MarshalTo added in v0.7.0

func (m *Grant) MarshalTo(dAtA []byte) (int, error)

func (*Grant) MarshalToSizedBuffer added in v0.7.0

func (m *Grant) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Grant) ProtoMessage added in v0.7.0

func (*Grant) ProtoMessage()

func (*Grant) Reset added in v0.7.0

func (m *Grant) Reset()

func (*Grant) Size added in v0.7.0

func (m *Grant) Size() (n int)

func (*Grant) String added in v0.7.0

func (m *Grant) String() string

func (*Grant) Unmarshal added in v0.7.0

func (m *Grant) Unmarshal(dAtA []byte) error

func (*Grant) XXX_DiscardUnknown added in v0.7.0

func (m *Grant) XXX_DiscardUnknown()

func (*Grant) XXX_Marshal added in v0.7.0

func (m *Grant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Grant) XXX_Merge added in v0.7.0

func (m *Grant) XXX_Merge(src proto.Message)

func (*Grant) XXX_Size added in v0.7.0

func (m *Grant) XXX_Size() int

func (*Grant) XXX_Unmarshal added in v0.7.0

func (m *Grant) XXX_Unmarshal(b []byte) error

type MsgAddNocX509IcaCert added in v1.4.0

type MsgAddNocX509IcaCert 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"`
	CertSchemaVersion uint32 `protobuf:"varint,3,opt,name=certSchemaVersion,proto3" json:"certSchemaVersion,omitempty" validate:"gte=0,lte=65535"`
}

func NewMsgAddNocX509IcaCert added in v1.4.0

func NewMsgAddNocX509IcaCert(signer string, cert string, certSchemaVersion uint32) *MsgAddNocX509IcaCert

func (*MsgAddNocX509IcaCert) Descriptor added in v1.4.0

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

func (*MsgAddNocX509IcaCert) GetCert added in v1.4.0

func (m *MsgAddNocX509IcaCert) GetCert() string

func (*MsgAddNocX509IcaCert) GetCertSchemaVersion added in v1.4.0

func (m *MsgAddNocX509IcaCert) GetCertSchemaVersion() uint32

func (*MsgAddNocX509IcaCert) GetSignBytes added in v1.4.0

func (msg *MsgAddNocX509IcaCert) GetSignBytes() []byte

func (*MsgAddNocX509IcaCert) GetSigner added in v1.4.0

func (m *MsgAddNocX509IcaCert) GetSigner() string

func (*MsgAddNocX509IcaCert) GetSigners added in v1.4.0

func (msg *MsgAddNocX509IcaCert) GetSigners() []sdk.AccAddress

func (*MsgAddNocX509IcaCert) Marshal added in v1.4.0

func (m *MsgAddNocX509IcaCert) Marshal() (dAtA []byte, err error)

func (*MsgAddNocX509IcaCert) MarshalTo added in v1.4.0

func (m *MsgAddNocX509IcaCert) MarshalTo(dAtA []byte) (int, error)

func (*MsgAddNocX509IcaCert) MarshalToSizedBuffer added in v1.4.0

func (m *MsgAddNocX509IcaCert) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgAddNocX509IcaCert) ProtoMessage added in v1.4.0

func (*MsgAddNocX509IcaCert) ProtoMessage()

func (*MsgAddNocX509IcaCert) Reset added in v1.4.0

func (m *MsgAddNocX509IcaCert) Reset()

func (*MsgAddNocX509IcaCert) Route added in v1.4.0

func (msg *MsgAddNocX509IcaCert) Route() string

func (*MsgAddNocX509IcaCert) Size added in v1.4.0

func (m *MsgAddNocX509IcaCert) Size() (n int)

func (*MsgAddNocX509IcaCert) String added in v1.4.0

func (m *MsgAddNocX509IcaCert) String() string

func (*MsgAddNocX509IcaCert) Type added in v1.4.0

func (msg *MsgAddNocX509IcaCert) Type() string

func (*MsgAddNocX509IcaCert) Unmarshal added in v1.4.0

func (m *MsgAddNocX509IcaCert) Unmarshal(dAtA []byte) error

func (*MsgAddNocX509IcaCert) ValidateBasic added in v1.4.0

func (msg *MsgAddNocX509IcaCert) ValidateBasic() error

func (*MsgAddNocX509IcaCert) XXX_DiscardUnknown added in v1.4.0

func (m *MsgAddNocX509IcaCert) XXX_DiscardUnknown()

func (*MsgAddNocX509IcaCert) XXX_Marshal added in v1.4.0

func (m *MsgAddNocX509IcaCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgAddNocX509IcaCert) XXX_Merge added in v1.4.0

func (m *MsgAddNocX509IcaCert) XXX_Merge(src proto.Message)

func (*MsgAddNocX509IcaCert) XXX_Size added in v1.4.0

func (m *MsgAddNocX509IcaCert) XXX_Size() int

func (*MsgAddNocX509IcaCert) XXX_Unmarshal added in v1.4.0

func (m *MsgAddNocX509IcaCert) XXX_Unmarshal(b []byte) error

type MsgAddNocX509IcaCertResponse added in v1.4.0

type MsgAddNocX509IcaCertResponse struct {
}

func (*MsgAddNocX509IcaCertResponse) Descriptor added in v1.4.0

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

func (*MsgAddNocX509IcaCertResponse) Marshal added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) Marshal() (dAtA []byte, err error)

func (*MsgAddNocX509IcaCertResponse) MarshalTo added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgAddNocX509IcaCertResponse) MarshalToSizedBuffer added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgAddNocX509IcaCertResponse) ProtoMessage added in v1.4.0

func (*MsgAddNocX509IcaCertResponse) ProtoMessage()

func (*MsgAddNocX509IcaCertResponse) Reset added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) Reset()

func (*MsgAddNocX509IcaCertResponse) Size added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) Size() (n int)

func (*MsgAddNocX509IcaCertResponse) String added in v1.4.0

func (*MsgAddNocX509IcaCertResponse) Unmarshal added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) Unmarshal(dAtA []byte) error

func (*MsgAddNocX509IcaCertResponse) XXX_DiscardUnknown added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) XXX_DiscardUnknown()

func (*MsgAddNocX509IcaCertResponse) XXX_Marshal added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgAddNocX509IcaCertResponse) XXX_Merge added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) XXX_Merge(src proto.Message)

func (*MsgAddNocX509IcaCertResponse) XXX_Size added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) XXX_Size() int

func (*MsgAddNocX509IcaCertResponse) XXX_Unmarshal added in v1.4.0

func (m *MsgAddNocX509IcaCertResponse) XXX_Unmarshal(b []byte) error

type MsgAddNocX509RootCert added in v1.4.0

type MsgAddNocX509RootCert 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"`
	CertSchemaVersion uint32 `protobuf:"varint,4,opt,name=certSchemaVersion,proto3" json:"certSchemaVersion,omitempty" validate:"gte=0,lte=65535"`
}

func NewMsgAddNocX509RootCert added in v1.4.0

func NewMsgAddNocX509RootCert(signer string, cert string, certSchemaVersion uint32) *MsgAddNocX509RootCert

func (*MsgAddNocX509RootCert) Descriptor added in v1.4.0

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

func (*MsgAddNocX509RootCert) GetCert added in v1.4.0

func (m *MsgAddNocX509RootCert) GetCert() string

func (*MsgAddNocX509RootCert) GetCertSchemaVersion added in v1.4.0

func (m *MsgAddNocX509RootCert) GetCertSchemaVersion() uint32

func (*MsgAddNocX509RootCert) GetSignBytes added in v1.4.0

func (msg *MsgAddNocX509RootCert) GetSignBytes() []byte

func (*MsgAddNocX509RootCert) GetSigner added in v1.4.0

func (m *MsgAddNocX509RootCert) GetSigner() string

func (*MsgAddNocX509RootCert) GetSigners added in v1.4.0

func (msg *MsgAddNocX509RootCert) GetSigners() []sdk.AccAddress

func (*MsgAddNocX509RootCert) Marshal added in v1.4.0

func (m *MsgAddNocX509RootCert) Marshal() (dAtA []byte, err error)

func (*MsgAddNocX509RootCert) MarshalTo added in v1.4.0

func (m *MsgAddNocX509RootCert) MarshalTo(dAtA []byte) (int, error)

func (*MsgAddNocX509RootCert) MarshalToSizedBuffer added in v1.4.0

func (m *MsgAddNocX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgAddNocX509RootCert) ProtoMessage added in v1.4.0

func (*MsgAddNocX509RootCert) ProtoMessage()

func (*MsgAddNocX509RootCert) Reset added in v1.4.0

func (m *MsgAddNocX509RootCert) Reset()

func (*MsgAddNocX509RootCert) Route added in v1.4.0

func (msg *MsgAddNocX509RootCert) Route() string

func (*MsgAddNocX509RootCert) Size added in v1.4.0

func (m *MsgAddNocX509RootCert) Size() (n int)

func (*MsgAddNocX509RootCert) String added in v1.4.0

func (m *MsgAddNocX509RootCert) String() string

func (*MsgAddNocX509RootCert) Type added in v1.4.0

func (msg *MsgAddNocX509RootCert) Type() string

func (*MsgAddNocX509RootCert) Unmarshal added in v1.4.0

func (m *MsgAddNocX509RootCert) Unmarshal(dAtA []byte) error

func (*MsgAddNocX509RootCert) ValidateBasic added in v1.4.0

func (msg *MsgAddNocX509RootCert) ValidateBasic() error

func (*MsgAddNocX509RootCert) XXX_DiscardUnknown added in v1.4.0

func (m *MsgAddNocX509RootCert) XXX_DiscardUnknown()

func (*MsgAddNocX509RootCert) XXX_Marshal added in v1.4.0

func (m *MsgAddNocX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgAddNocX509RootCert) XXX_Merge added in v1.4.0

func (m *MsgAddNocX509RootCert) XXX_Merge(src proto.Message)

func (*MsgAddNocX509RootCert) XXX_Size added in v1.4.0

func (m *MsgAddNocX509RootCert) XXX_Size() int

func (*MsgAddNocX509RootCert) XXX_Unmarshal added in v1.4.0

func (m *MsgAddNocX509RootCert) XXX_Unmarshal(b []byte) error

type MsgAddNocX509RootCertResponse added in v1.4.0

type MsgAddNocX509RootCertResponse struct {
}

func (*MsgAddNocX509RootCertResponse) Descriptor added in v1.4.0

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

func (*MsgAddNocX509RootCertResponse) Marshal added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) Marshal() (dAtA []byte, err error)

func (*MsgAddNocX509RootCertResponse) MarshalTo added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgAddNocX509RootCertResponse) MarshalToSizedBuffer added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgAddNocX509RootCertResponse) ProtoMessage added in v1.4.0

func (*MsgAddNocX509RootCertResponse) ProtoMessage()

func (*MsgAddNocX509RootCertResponse) Reset added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) Reset()

func (*MsgAddNocX509RootCertResponse) Size added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) Size() (n int)

func (*MsgAddNocX509RootCertResponse) String added in v1.4.0

func (*MsgAddNocX509RootCertResponse) Unmarshal added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) Unmarshal(dAtA []byte) error

func (*MsgAddNocX509RootCertResponse) XXX_DiscardUnknown added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) XXX_DiscardUnknown()

func (*MsgAddNocX509RootCertResponse) XXX_Marshal added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgAddNocX509RootCertResponse) XXX_Merge added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) XXX_Merge(src proto.Message)

func (*MsgAddNocX509RootCertResponse) XXX_Size added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) XXX_Size() int

func (*MsgAddNocX509RootCertResponse) XXX_Unmarshal added in v1.4.0

func (m *MsgAddNocX509RootCertResponse) XXX_Unmarshal(b []byte) error

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"`
	SchemaVersion        uint32 `protobuf:"varint,13,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty" validate:"gte=1,lte=65535"`
	CrlSignerDelegator   string `protobuf:"bytes,14,opt,name=crlSignerDelegator,proto3" json:"crlSignerDelegator,omitempty" validate:"max=10485760"`
}

func NewMsgAddPkiRevocationDistributionPoint added in v1.2.0

func NewMsgAddPkiRevocationDistributionPoint(signer string, vid int32, pid int32, isPAA bool, label string,
	crlSignerCertificate string, crlSignerDelegator string, issuerSubjectKeyID string, dataURL string, dataFileSize uint64, dataDigest string,
	dataDigestType uint32, revocationType uint32, schemaVersion 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) GetCrlSignerDelegator added in v1.4.0

func (m *MsgAddPkiRevocationDistributionPoint) GetCrlSignerDelegator() 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 (*MsgAddPkiRevocationDistributionPoint) GetIsPAA added in v1.2.0

func (*MsgAddPkiRevocationDistributionPoint) GetIssuerSubjectKeyID added in v1.2.0

func (m *MsgAddPkiRevocationDistributionPoint) GetIssuerSubjectKeyID() string

func (*MsgAddPkiRevocationDistributionPoint) GetLabel added in v1.2.0

func (*MsgAddPkiRevocationDistributionPoint) GetPid added in v1.2.0

func (*MsgAddPkiRevocationDistributionPoint) GetRevocationType added in v1.2.0

func (m *MsgAddPkiRevocationDistributionPoint) GetRevocationType() uint32

func (*MsgAddPkiRevocationDistributionPoint) GetSchemaVersion added in v1.4.0

func (m *MsgAddPkiRevocationDistributionPoint) GetSchemaVersion() uint32

func (*MsgAddPkiRevocationDistributionPoint) GetSignBytes added in v1.2.0

func (msg *MsgAddPkiRevocationDistributionPoint) GetSignBytes() []byte

func (*MsgAddPkiRevocationDistributionPoint) GetSigner added in v1.2.0

func (*MsgAddPkiRevocationDistributionPoint) GetSigners added in v1.2.0

func (*MsgAddPkiRevocationDistributionPoint) GetVid added in v1.2.0

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 (*MsgAddPkiRevocationDistributionPoint) Route added in v1.2.0

func (*MsgAddPkiRevocationDistributionPoint) Size added in v1.2.0

func (*MsgAddPkiRevocationDistributionPoint) String added in v1.2.0

func (*MsgAddPkiRevocationDistributionPoint) Type added in v1.2.0

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 (*MsgAddPkiRevocationDistributionPoint) XXX_Size added in v1.2.0

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) Marshal added in v1.2.0

func (m *MsgAddPkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)

func (*MsgAddPkiRevocationDistributionPointResponse) MarshalTo added in v1.2.0

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) Reset added in v1.2.0

func (*MsgAddPkiRevocationDistributionPointResponse) Size added in v1.2.0

func (*MsgAddPkiRevocationDistributionPointResponse) String added in v1.2.0

func (*MsgAddPkiRevocationDistributionPointResponse) Unmarshal added in v1.2.0

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 (*MsgAddPkiRevocationDistributionPointResponse) XXX_Size added in v1.2.0

func (*MsgAddPkiRevocationDistributionPointResponse) XXX_Unmarshal added in v1.2.0

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"`
	CertSchemaVersion uint32 `protobuf:"varint,5,opt,name=certSchemaVersion,proto3" json:"certSchemaVersion,omitempty" validate:"gte=0,lte=65535"`
}

func NewMsgAddX509Cert

func NewMsgAddX509Cert(signer string, cert string, certSchemaVersion uint32) *MsgAddX509Cert

func (*MsgAddX509Cert) Descriptor

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

func (*MsgAddX509Cert) GetCert

func (m *MsgAddX509Cert) GetCert() string

func (*MsgAddX509Cert) GetCertSchemaVersion added in v1.4.0

func (m *MsgAddX509Cert) GetCertSchemaVersion() uint32

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) MarshalTo

func (m *MsgAddX509Cert) MarshalTo(dAtA []byte) (int, 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 (*MsgApproveAddX509RootCertResponse) Size

func (m *MsgApproveAddX509RootCertResponse) Size() (n int)

func (*MsgApproveAddX509RootCertResponse) 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 (*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"`
	SerialNumber string `protobuf:"bytes,7,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
}

func NewMsgApproveRevokeX509RootCert

func NewMsgApproveRevokeX509RootCert(signer string, subject string, subjectKeyID string, serialNumber 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) GetSerialNumber added in v1.4.0

func (m *MsgApproveRevokeX509RootCert) GetSerialNumber() 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 (*MsgApproveRevokeX509RootCert) Type

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 (*MsgApproveRevokeX509RootCertResponse) Size

func (*MsgApproveRevokeX509RootCertResponse) 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 (*MsgApproveRevokeX509RootCertResponse) XXX_Size

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)
	AddNocX509RootCert(ctx context.Context, in *MsgAddNocX509RootCert, opts ...grpc.CallOption) (*MsgAddNocX509RootCertResponse, error)
	RemoveX509Cert(ctx context.Context, in *MsgRemoveX509Cert, opts ...grpc.CallOption) (*MsgRemoveX509CertResponse, error)
	AddNocX509IcaCert(ctx context.Context, in *MsgAddNocX509IcaCert, opts ...grpc.CallOption) (*MsgAddNocX509IcaCertResponse, error)
	RevokeNocX509RootCert(ctx context.Context, in *MsgRevokeNocX509RootCert, opts ...grpc.CallOption) (*MsgRevokeNocX509RootCertResponse, error)
	RevokeNocX509IcaCert(ctx context.Context, in *MsgRevokeNocX509IcaCert, opts ...grpc.CallOption) (*MsgRevokeNocX509IcaCertResponse, error)
	RemoveNocX509IcaCert(ctx context.Context, in *MsgRemoveNocX509IcaCert, opts ...grpc.CallOption) (*MsgRemoveNocX509IcaCertResponse, error)
	RemoveNocX509RootCert(ctx context.Context, in *MsgRemoveNocX509RootCert, opts ...grpc.CallOption) (*MsgRemoveNocX509RootCertResponse, 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 (*MsgDeletePkiRevocationDistributionPoint) GetSignBytes added in v1.2.0

func (msg *MsgDeletePkiRevocationDistributionPoint) GetSignBytes() []byte

func (*MsgDeletePkiRevocationDistributionPoint) GetSigner added in v1.2.0

func (*MsgDeletePkiRevocationDistributionPoint) GetSigners added in v1.2.0

func (*MsgDeletePkiRevocationDistributionPoint) GetVid added in v1.2.0

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) Reset added in v1.2.0

func (*MsgDeletePkiRevocationDistributionPoint) Route added in v1.2.0

func (*MsgDeletePkiRevocationDistributionPoint) Size added in v1.2.0

func (*MsgDeletePkiRevocationDistributionPoint) String added in v1.2.0

func (*MsgDeletePkiRevocationDistributionPoint) Type added in v1.2.0

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 (*MsgDeletePkiRevocationDistributionPoint) XXX_Size added in v1.2.0

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) Marshal added in v1.2.0

func (m *MsgDeletePkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)

func (*MsgDeletePkiRevocationDistributionPointResponse) MarshalTo added in v1.2.0

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) Reset added in v1.2.0

func (*MsgDeletePkiRevocationDistributionPointResponse) Size added in v1.2.0

func (*MsgDeletePkiRevocationDistributionPointResponse) String added in v1.2.0

func (*MsgDeletePkiRevocationDistributionPointResponse) Unmarshal added in v1.2.0

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 (*MsgDeletePkiRevocationDistributionPointResponse) XXX_Size added in v1.2.0

func (*MsgDeletePkiRevocationDistributionPointResponse) XXX_Unmarshal added in v1.2.0

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"`
	CertSchemaVersion uint32 `protobuf:"varint,6,opt,name=certSchemaVersion,proto3" json:"certSchemaVersion,omitempty" validate:"gte=0,lte=65535"`
}

func NewMsgProposeAddX509RootCert

func NewMsgProposeAddX509RootCert(signer string, cert string, info string, vid int32, certSchemaVersion uint32) *MsgProposeAddX509RootCert

func (*MsgProposeAddX509RootCert) Descriptor

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

func (*MsgProposeAddX509RootCert) GetCert

func (m *MsgProposeAddX509RootCert) GetCert() string

func (*MsgProposeAddX509RootCert) GetCertSchemaVersion added in v1.4.0

func (m *MsgProposeAddX509RootCert) GetCertSchemaVersion() uint32

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 (*MsgProposeAddX509RootCertResponse) Size

func (m *MsgProposeAddX509RootCertResponse) Size() (n int)

func (*MsgProposeAddX509RootCertResponse) 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 (*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"`
	SerialNumber string `protobuf:"bytes,6,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
	RevokeChild  bool   `protobuf:"varint,7,opt,name=revokeChild,proto3" json:"revokeChild,omitempty"`
}

func NewMsgProposeRevokeX509RootCert

func NewMsgProposeRevokeX509RootCert(
	signer string,
	subject string,
	subjectKeyID string,
	serialNumber string,
	revokeChild bool,
	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) GetRevokeChild added in v1.4.0

func (m *MsgProposeRevokeX509RootCert) GetRevokeChild() bool

func (*MsgProposeRevokeX509RootCert) GetSerialNumber added in v1.4.0

func (m *MsgProposeRevokeX509RootCert) GetSerialNumber() 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 (*MsgProposeRevokeX509RootCert) Type

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 (*MsgProposeRevokeX509RootCertResponse) Size

func (*MsgProposeRevokeX509RootCertResponse) 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 (*MsgProposeRevokeX509RootCertResponse) XXX_Size

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 (*MsgRejectAddX509RootCertResponse) Size added in v0.11.0

func (m *MsgRejectAddX509RootCertResponse) Size() (n int)

func (*MsgRejectAddX509RootCertResponse) String added in v0.11.0

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 (*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 MsgRemoveNocX509IcaCert added in v1.4.0

type MsgRemoveNocX509IcaCert 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"`
	SerialNumber string `protobuf:"bytes,4,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
}

func NewMsgRemoveNocX509IcaCert added in v1.4.0

func NewMsgRemoveNocX509IcaCert(signer string, subject string, subjectKeyID string, serialNumber string) *MsgRemoveNocX509IcaCert

func (*MsgRemoveNocX509IcaCert) Descriptor added in v1.4.0

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

func (*MsgRemoveNocX509IcaCert) GetSerialNumber added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) GetSerialNumber() string

func (*MsgRemoveNocX509IcaCert) GetSignBytes added in v1.4.0

func (msg *MsgRemoveNocX509IcaCert) GetSignBytes() []byte

func (*MsgRemoveNocX509IcaCert) GetSigner added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) GetSigner() string

func (*MsgRemoveNocX509IcaCert) GetSigners added in v1.4.0

func (msg *MsgRemoveNocX509IcaCert) GetSigners() []sdk.AccAddress

func (*MsgRemoveNocX509IcaCert) GetSubject added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) GetSubject() string

func (*MsgRemoveNocX509IcaCert) GetSubjectKeyId added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) GetSubjectKeyId() string

func (*MsgRemoveNocX509IcaCert) Marshal added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) Marshal() (dAtA []byte, err error)

func (*MsgRemoveNocX509IcaCert) MarshalTo added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) MarshalTo(dAtA []byte) (int, error)

func (*MsgRemoveNocX509IcaCert) MarshalToSizedBuffer added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRemoveNocX509IcaCert) ProtoMessage added in v1.4.0

func (*MsgRemoveNocX509IcaCert) ProtoMessage()

func (*MsgRemoveNocX509IcaCert) Reset added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) Reset()

func (*MsgRemoveNocX509IcaCert) Route added in v1.4.0

func (msg *MsgRemoveNocX509IcaCert) Route() string

func (*MsgRemoveNocX509IcaCert) Size added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) Size() (n int)

func (*MsgRemoveNocX509IcaCert) String added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) String() string

func (*MsgRemoveNocX509IcaCert) Type added in v1.4.0

func (msg *MsgRemoveNocX509IcaCert) Type() string

func (*MsgRemoveNocX509IcaCert) Unmarshal added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) Unmarshal(dAtA []byte) error

func (*MsgRemoveNocX509IcaCert) ValidateBasic added in v1.4.0

func (msg *MsgRemoveNocX509IcaCert) ValidateBasic() error

func (*MsgRemoveNocX509IcaCert) XXX_DiscardUnknown added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) XXX_DiscardUnknown()

func (*MsgRemoveNocX509IcaCert) XXX_Marshal added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRemoveNocX509IcaCert) XXX_Merge added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) XXX_Merge(src proto.Message)

func (*MsgRemoveNocX509IcaCert) XXX_Size added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) XXX_Size() int

func (*MsgRemoveNocX509IcaCert) XXX_Unmarshal added in v1.4.0

func (m *MsgRemoveNocX509IcaCert) XXX_Unmarshal(b []byte) error

type MsgRemoveNocX509IcaCertResponse added in v1.4.0

type MsgRemoveNocX509IcaCertResponse struct {
}

func (*MsgRemoveNocX509IcaCertResponse) Descriptor added in v1.4.0

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

func (*MsgRemoveNocX509IcaCertResponse) Marshal added in v1.4.0

func (m *MsgRemoveNocX509IcaCertResponse) Marshal() (dAtA []byte, err error)

func (*MsgRemoveNocX509IcaCertResponse) MarshalTo added in v1.4.0

func (m *MsgRemoveNocX509IcaCertResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRemoveNocX509IcaCertResponse) MarshalToSizedBuffer added in v1.4.0

func (m *MsgRemoveNocX509IcaCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRemoveNocX509IcaCertResponse) ProtoMessage added in v1.4.0

func (*MsgRemoveNocX509IcaCertResponse) ProtoMessage()

func (*MsgRemoveNocX509IcaCertResponse) Reset added in v1.4.0

func (*MsgRemoveNocX509IcaCertResponse) Size added in v1.4.0

func (m *MsgRemoveNocX509IcaCertResponse) Size() (n int)

func (*MsgRemoveNocX509IcaCertResponse) String added in v1.4.0

func (*MsgRemoveNocX509IcaCertResponse) Unmarshal added in v1.4.0

func (m *MsgRemoveNocX509IcaCertResponse) Unmarshal(dAtA []byte) error

func (*MsgRemoveNocX509IcaCertResponse) XXX_DiscardUnknown added in v1.4.0

func (m *MsgRemoveNocX509IcaCertResponse) XXX_DiscardUnknown()

func (*MsgRemoveNocX509IcaCertResponse) XXX_Marshal added in v1.4.0

func (m *MsgRemoveNocX509IcaCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRemoveNocX509IcaCertResponse) XXX_Merge added in v1.4.0

func (m *MsgRemoveNocX509IcaCertResponse) XXX_Merge(src proto.Message)

func (*MsgRemoveNocX509IcaCertResponse) XXX_Size added in v1.4.0

func (m *MsgRemoveNocX509IcaCertResponse) XXX_Size() int

func (*MsgRemoveNocX509IcaCertResponse) XXX_Unmarshal added in v1.4.0

func (m *MsgRemoveNocX509IcaCertResponse) XXX_Unmarshal(b []byte) error

type MsgRemoveNocX509RootCert added in v1.4.0

type MsgRemoveNocX509RootCert 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"`
	SerialNumber string `protobuf:"bytes,4,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
}

func NewMsgRemoveNocX509RootCert added in v1.4.0

func NewMsgRemoveNocX509RootCert(signer string, subject string, subjectKeyID string, serialNumber string) *MsgRemoveNocX509RootCert

func (*MsgRemoveNocX509RootCert) Descriptor added in v1.4.0

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

func (*MsgRemoveNocX509RootCert) GetSerialNumber added in v1.4.0

func (m *MsgRemoveNocX509RootCert) GetSerialNumber() string

func (*MsgRemoveNocX509RootCert) GetSignBytes added in v1.4.0

func (msg *MsgRemoveNocX509RootCert) GetSignBytes() []byte

func (*MsgRemoveNocX509RootCert) GetSigner added in v1.4.0

func (m *MsgRemoveNocX509RootCert) GetSigner() string

func (*MsgRemoveNocX509RootCert) GetSigners added in v1.4.0

func (msg *MsgRemoveNocX509RootCert) GetSigners() []sdk.AccAddress

func (*MsgRemoveNocX509RootCert) GetSubject added in v1.4.0

func (m *MsgRemoveNocX509RootCert) GetSubject() string

func (*MsgRemoveNocX509RootCert) GetSubjectKeyId added in v1.4.0

func (m *MsgRemoveNocX509RootCert) GetSubjectKeyId() string

func (*MsgRemoveNocX509RootCert) Marshal added in v1.4.0

func (m *MsgRemoveNocX509RootCert) Marshal() (dAtA []byte, err error)

func (*MsgRemoveNocX509RootCert) MarshalTo added in v1.4.0

func (m *MsgRemoveNocX509RootCert) MarshalTo(dAtA []byte) (int, error)

func (*MsgRemoveNocX509RootCert) MarshalToSizedBuffer added in v1.4.0

func (m *MsgRemoveNocX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRemoveNocX509RootCert) ProtoMessage added in v1.4.0

func (*MsgRemoveNocX509RootCert) ProtoMessage()

func (*MsgRemoveNocX509RootCert) Reset added in v1.4.0

func (m *MsgRemoveNocX509RootCert) Reset()

func (*MsgRemoveNocX509RootCert) Route added in v1.4.0

func (msg *MsgRemoveNocX509RootCert) Route() string

func (*MsgRemoveNocX509RootCert) Size added in v1.4.0

func (m *MsgRemoveNocX509RootCert) Size() (n int)

func (*MsgRemoveNocX509RootCert) String added in v1.4.0

func (m *MsgRemoveNocX509RootCert) String() string

func (*MsgRemoveNocX509RootCert) Type added in v1.4.0

func (msg *MsgRemoveNocX509RootCert) Type() string

func (*MsgRemoveNocX509RootCert) Unmarshal added in v1.4.0

func (m *MsgRemoveNocX509RootCert) Unmarshal(dAtA []byte) error

func (*MsgRemoveNocX509RootCert) ValidateBasic added in v1.4.0

func (msg *MsgRemoveNocX509RootCert) ValidateBasic() error

func (*MsgRemoveNocX509RootCert) XXX_DiscardUnknown added in v1.4.0

func (m *MsgRemoveNocX509RootCert) XXX_DiscardUnknown()

func (*MsgRemoveNocX509RootCert) XXX_Marshal added in v1.4.0

func (m *MsgRemoveNocX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRemoveNocX509RootCert) XXX_Merge added in v1.4.0

func (m *MsgRemoveNocX509RootCert) XXX_Merge(src proto.Message)

func (*MsgRemoveNocX509RootCert) XXX_Size added in v1.4.0

func (m *MsgRemoveNocX509RootCert) XXX_Size() int

func (*MsgRemoveNocX509RootCert) XXX_Unmarshal added in v1.4.0

func (m *MsgRemoveNocX509RootCert) XXX_Unmarshal(b []byte) error

type MsgRemoveNocX509RootCertResponse added in v1.4.0

type MsgRemoveNocX509RootCertResponse struct {
}

func (*MsgRemoveNocX509RootCertResponse) Descriptor added in v1.4.0

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

func (*MsgRemoveNocX509RootCertResponse) Marshal added in v1.4.0

func (m *MsgRemoveNocX509RootCertResponse) Marshal() (dAtA []byte, err error)

func (*MsgRemoveNocX509RootCertResponse) MarshalTo added in v1.4.0

func (m *MsgRemoveNocX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRemoveNocX509RootCertResponse) MarshalToSizedBuffer added in v1.4.0

func (m *MsgRemoveNocX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRemoveNocX509RootCertResponse) ProtoMessage added in v1.4.0

func (*MsgRemoveNocX509RootCertResponse) ProtoMessage()

func (*MsgRemoveNocX509RootCertResponse) Reset added in v1.4.0

func (*MsgRemoveNocX509RootCertResponse) Size added in v1.4.0

func (m *MsgRemoveNocX509RootCertResponse) Size() (n int)

func (*MsgRemoveNocX509RootCertResponse) String added in v1.4.0

func (*MsgRemoveNocX509RootCertResponse) Unmarshal added in v1.4.0

func (m *MsgRemoveNocX509RootCertResponse) Unmarshal(dAtA []byte) error

func (*MsgRemoveNocX509RootCertResponse) XXX_DiscardUnknown added in v1.4.0

func (m *MsgRemoveNocX509RootCertResponse) XXX_DiscardUnknown()

func (*MsgRemoveNocX509RootCertResponse) XXX_Marshal added in v1.4.0

func (m *MsgRemoveNocX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRemoveNocX509RootCertResponse) XXX_Merge added in v1.4.0

func (*MsgRemoveNocX509RootCertResponse) XXX_Size added in v1.4.0

func (m *MsgRemoveNocX509RootCertResponse) XXX_Size() int

func (*MsgRemoveNocX509RootCertResponse) XXX_Unmarshal added in v1.4.0

func (m *MsgRemoveNocX509RootCertResponse) XXX_Unmarshal(b []byte) error

type MsgRemoveX509Cert added in v1.4.0

type MsgRemoveX509Cert 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"`
	SerialNumber string `protobuf:"bytes,4,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
}

func NewMsgRemoveX509Cert added in v1.4.0

func NewMsgRemoveX509Cert(signer string, subject string, subjectKeyID string, serialNumber string) *MsgRemoveX509Cert

func (*MsgRemoveX509Cert) Descriptor added in v1.4.0

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

func (*MsgRemoveX509Cert) GetSerialNumber added in v1.4.0

func (m *MsgRemoveX509Cert) GetSerialNumber() string

func (*MsgRemoveX509Cert) GetSignBytes added in v1.4.0

func (msg *MsgRemoveX509Cert) GetSignBytes() []byte

func (*MsgRemoveX509Cert) GetSigner added in v1.4.0

func (m *MsgRemoveX509Cert) GetSigner() string

func (*MsgRemoveX509Cert) GetSigners added in v1.4.0

func (msg *MsgRemoveX509Cert) GetSigners() []sdk.AccAddress

func (*MsgRemoveX509Cert) GetSubject added in v1.4.0

func (m *MsgRemoveX509Cert) GetSubject() string

func (*MsgRemoveX509Cert) GetSubjectKeyId added in v1.4.0

func (m *MsgRemoveX509Cert) GetSubjectKeyId() string

func (*MsgRemoveX509Cert) Marshal added in v1.4.0

func (m *MsgRemoveX509Cert) Marshal() (dAtA []byte, err error)

func (*MsgRemoveX509Cert) MarshalTo added in v1.4.0

func (m *MsgRemoveX509Cert) MarshalTo(dAtA []byte) (int, error)

func (*MsgRemoveX509Cert) MarshalToSizedBuffer added in v1.4.0

func (m *MsgRemoveX509Cert) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRemoveX509Cert) ProtoMessage added in v1.4.0

func (*MsgRemoveX509Cert) ProtoMessage()

func (*MsgRemoveX509Cert) Reset added in v1.4.0

func (m *MsgRemoveX509Cert) Reset()

func (*MsgRemoveX509Cert) Route added in v1.4.0

func (msg *MsgRemoveX509Cert) Route() string

func (*MsgRemoveX509Cert) Size added in v1.4.0

func (m *MsgRemoveX509Cert) Size() (n int)

func (*MsgRemoveX509Cert) String added in v1.4.0

func (m *MsgRemoveX509Cert) String() string

func (*MsgRemoveX509Cert) Type added in v1.4.0

func (msg *MsgRemoveX509Cert) Type() string

func (*MsgRemoveX509Cert) Unmarshal added in v1.4.0

func (m *MsgRemoveX509Cert) Unmarshal(dAtA []byte) error

func (*MsgRemoveX509Cert) ValidateBasic added in v1.4.0

func (msg *MsgRemoveX509Cert) ValidateBasic() error

func (*MsgRemoveX509Cert) XXX_DiscardUnknown added in v1.4.0

func (m *MsgRemoveX509Cert) XXX_DiscardUnknown()

func (*MsgRemoveX509Cert) XXX_Marshal added in v1.4.0

func (m *MsgRemoveX509Cert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRemoveX509Cert) XXX_Merge added in v1.4.0

func (m *MsgRemoveX509Cert) XXX_Merge(src proto.Message)

func (*MsgRemoveX509Cert) XXX_Size added in v1.4.0

func (m *MsgRemoveX509Cert) XXX_Size() int

func (*MsgRemoveX509Cert) XXX_Unmarshal added in v1.4.0

func (m *MsgRemoveX509Cert) XXX_Unmarshal(b []byte) error

type MsgRemoveX509CertResponse added in v1.4.0

type MsgRemoveX509CertResponse struct {
}

func (*MsgRemoveX509CertResponse) Descriptor added in v1.4.0

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

func (*MsgRemoveX509CertResponse) Marshal added in v1.4.0

func (m *MsgRemoveX509CertResponse) Marshal() (dAtA []byte, err error)

func (*MsgRemoveX509CertResponse) MarshalTo added in v1.4.0

func (m *MsgRemoveX509CertResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRemoveX509CertResponse) MarshalToSizedBuffer added in v1.4.0

func (m *MsgRemoveX509CertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRemoveX509CertResponse) ProtoMessage added in v1.4.0

func (*MsgRemoveX509CertResponse) ProtoMessage()

func (*MsgRemoveX509CertResponse) Reset added in v1.4.0

func (m *MsgRemoveX509CertResponse) Reset()

func (*MsgRemoveX509CertResponse) Size added in v1.4.0

func (m *MsgRemoveX509CertResponse) Size() (n int)

func (*MsgRemoveX509CertResponse) String added in v1.4.0

func (m *MsgRemoveX509CertResponse) String() string

func (*MsgRemoveX509CertResponse) Unmarshal added in v1.4.0

func (m *MsgRemoveX509CertResponse) Unmarshal(dAtA []byte) error

func (*MsgRemoveX509CertResponse) XXX_DiscardUnknown added in v1.4.0

func (m *MsgRemoveX509CertResponse) XXX_DiscardUnknown()

func (*MsgRemoveX509CertResponse) XXX_Marshal added in v1.4.0

func (m *MsgRemoveX509CertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRemoveX509CertResponse) XXX_Merge added in v1.4.0

func (m *MsgRemoveX509CertResponse) XXX_Merge(src proto.Message)

func (*MsgRemoveX509CertResponse) XXX_Size added in v1.4.0

func (m *MsgRemoveX509CertResponse) XXX_Size() int

func (*MsgRemoveX509CertResponse) XXX_Unmarshal added in v1.4.0

func (m *MsgRemoveX509CertResponse) XXX_Unmarshal(b []byte) error

type MsgRevokeNocX509IcaCert added in v1.4.0

type MsgRevokeNocX509IcaCert 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"`
	SerialNumber string `protobuf:"bytes,4,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
	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"`
	RevokeChild  bool   `protobuf:"varint,7,opt,name=revokeChild,proto3" json:"revokeChild,omitempty"`
}

func NewMsgRevokeNocX509IcaCert added in v1.4.0

func NewMsgRevokeNocX509IcaCert(signer, subject, subjectKeyID, serialNumber, info string, revokeChild bool) *MsgRevokeNocX509IcaCert

func (*MsgRevokeNocX509IcaCert) Descriptor added in v1.4.0

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

func (*MsgRevokeNocX509IcaCert) GetInfo added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) GetInfo() string

func (*MsgRevokeNocX509IcaCert) GetRevokeChild added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) GetRevokeChild() bool

func (*MsgRevokeNocX509IcaCert) GetSerialNumber added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) GetSerialNumber() string

func (*MsgRevokeNocX509IcaCert) GetSignBytes added in v1.4.0

func (msg *MsgRevokeNocX509IcaCert) GetSignBytes() []byte

func (*MsgRevokeNocX509IcaCert) GetSigner added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) GetSigner() string

func (*MsgRevokeNocX509IcaCert) GetSigners added in v1.4.0

func (msg *MsgRevokeNocX509IcaCert) GetSigners() []sdk.AccAddress

func (*MsgRevokeNocX509IcaCert) GetSubject added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) GetSubject() string

func (*MsgRevokeNocX509IcaCert) GetSubjectKeyId added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) GetSubjectKeyId() string

func (*MsgRevokeNocX509IcaCert) GetTime added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) GetTime() int64

func (*MsgRevokeNocX509IcaCert) Marshal added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) Marshal() (dAtA []byte, err error)

func (*MsgRevokeNocX509IcaCert) MarshalTo added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) MarshalTo(dAtA []byte) (int, error)

func (*MsgRevokeNocX509IcaCert) MarshalToSizedBuffer added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRevokeNocX509IcaCert) ProtoMessage added in v1.4.0

func (*MsgRevokeNocX509IcaCert) ProtoMessage()

func (*MsgRevokeNocX509IcaCert) Reset added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) Reset()

func (*MsgRevokeNocX509IcaCert) Route added in v1.4.0

func (msg *MsgRevokeNocX509IcaCert) Route() string

func (*MsgRevokeNocX509IcaCert) Size added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) Size() (n int)

func (*MsgRevokeNocX509IcaCert) String added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) String() string

func (*MsgRevokeNocX509IcaCert) Type added in v1.4.0

func (msg *MsgRevokeNocX509IcaCert) Type() string

func (*MsgRevokeNocX509IcaCert) Unmarshal added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) Unmarshal(dAtA []byte) error

func (*MsgRevokeNocX509IcaCert) ValidateBasic added in v1.4.0

func (msg *MsgRevokeNocX509IcaCert) ValidateBasic() error

func (*MsgRevokeNocX509IcaCert) XXX_DiscardUnknown added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) XXX_DiscardUnknown()

func (*MsgRevokeNocX509IcaCert) XXX_Marshal added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRevokeNocX509IcaCert) XXX_Merge added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) XXX_Merge(src proto.Message)

func (*MsgRevokeNocX509IcaCert) XXX_Size added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) XXX_Size() int

func (*MsgRevokeNocX509IcaCert) XXX_Unmarshal added in v1.4.0

func (m *MsgRevokeNocX509IcaCert) XXX_Unmarshal(b []byte) error

type MsgRevokeNocX509IcaCertResponse added in v1.4.0

type MsgRevokeNocX509IcaCertResponse struct {
}

func (*MsgRevokeNocX509IcaCertResponse) Descriptor added in v1.4.0

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

func (*MsgRevokeNocX509IcaCertResponse) Marshal added in v1.4.0

func (m *MsgRevokeNocX509IcaCertResponse) Marshal() (dAtA []byte, err error)

func (*MsgRevokeNocX509IcaCertResponse) MarshalTo added in v1.4.0

func (m *MsgRevokeNocX509IcaCertResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRevokeNocX509IcaCertResponse) MarshalToSizedBuffer added in v1.4.0

func (m *MsgRevokeNocX509IcaCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRevokeNocX509IcaCertResponse) ProtoMessage added in v1.4.0

func (*MsgRevokeNocX509IcaCertResponse) ProtoMessage()

func (*MsgRevokeNocX509IcaCertResponse) Reset added in v1.4.0

func (*MsgRevokeNocX509IcaCertResponse) Size added in v1.4.0

func (m *MsgRevokeNocX509IcaCertResponse) Size() (n int)

func (*MsgRevokeNocX509IcaCertResponse) String added in v1.4.0

func (*MsgRevokeNocX509IcaCertResponse) Unmarshal added in v1.4.0

func (m *MsgRevokeNocX509IcaCertResponse) Unmarshal(dAtA []byte) error

func (*MsgRevokeNocX509IcaCertResponse) XXX_DiscardUnknown added in v1.4.0

func (m *MsgRevokeNocX509IcaCertResponse) XXX_DiscardUnknown()

func (*MsgRevokeNocX509IcaCertResponse) XXX_Marshal added in v1.4.0

func (m *MsgRevokeNocX509IcaCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRevokeNocX509IcaCertResponse) XXX_Merge added in v1.4.0

func (m *MsgRevokeNocX509IcaCertResponse) XXX_Merge(src proto.Message)

func (*MsgRevokeNocX509IcaCertResponse) XXX_Size added in v1.4.0

func (m *MsgRevokeNocX509IcaCertResponse) XXX_Size() int

func (*MsgRevokeNocX509IcaCertResponse) XXX_Unmarshal added in v1.4.0

func (m *MsgRevokeNocX509IcaCertResponse) XXX_Unmarshal(b []byte) error

type MsgRevokeNocX509RootCert added in v1.4.0

type MsgRevokeNocX509RootCert 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"`
	SerialNumber string `protobuf:"bytes,4,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
	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"`
	RevokeChild  bool   `protobuf:"varint,7,opt,name=revokeChild,proto3" json:"revokeChild,omitempty"`
}

func NewMsgRevokeNocX509RootCert added in v1.4.0

func NewMsgRevokeNocX509RootCert(signer, subject, subjectKeyID, serialNumber, info string, revokeChild bool) *MsgRevokeNocX509RootCert

func (*MsgRevokeNocX509RootCert) Descriptor added in v1.4.0

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

func (*MsgRevokeNocX509RootCert) GetInfo added in v1.4.0

func (m *MsgRevokeNocX509RootCert) GetInfo() string

func (*MsgRevokeNocX509RootCert) GetRevokeChild added in v1.4.0

func (m *MsgRevokeNocX509RootCert) GetRevokeChild() bool

func (*MsgRevokeNocX509RootCert) GetSerialNumber added in v1.4.0

func (m *MsgRevokeNocX509RootCert) GetSerialNumber() string

func (*MsgRevokeNocX509RootCert) GetSignBytes added in v1.4.0

func (msg *MsgRevokeNocX509RootCert) GetSignBytes() []byte

func (*MsgRevokeNocX509RootCert) GetSigner added in v1.4.0

func (m *MsgRevokeNocX509RootCert) GetSigner() string

func (*MsgRevokeNocX509RootCert) GetSigners added in v1.4.0

func (msg *MsgRevokeNocX509RootCert) GetSigners() []sdk.AccAddress

func (*MsgRevokeNocX509RootCert) GetSubject added in v1.4.0

func (m *MsgRevokeNocX509RootCert) GetSubject() string

func (*MsgRevokeNocX509RootCert) GetSubjectKeyId added in v1.4.0

func (m *MsgRevokeNocX509RootCert) GetSubjectKeyId() string

func (*MsgRevokeNocX509RootCert) GetTime added in v1.4.0

func (m *MsgRevokeNocX509RootCert) GetTime() int64

func (*MsgRevokeNocX509RootCert) Marshal added in v1.4.0

func (m *MsgRevokeNocX509RootCert) Marshal() (dAtA []byte, err error)

func (*MsgRevokeNocX509RootCert) MarshalTo added in v1.4.0

func (m *MsgRevokeNocX509RootCert) MarshalTo(dAtA []byte) (int, error)

func (*MsgRevokeNocX509RootCert) MarshalToSizedBuffer added in v1.4.0

func (m *MsgRevokeNocX509RootCert) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRevokeNocX509RootCert) ProtoMessage added in v1.4.0

func (*MsgRevokeNocX509RootCert) ProtoMessage()

func (*MsgRevokeNocX509RootCert) Reset added in v1.4.0

func (m *MsgRevokeNocX509RootCert) Reset()

func (*MsgRevokeNocX509RootCert) Route added in v1.4.0

func (msg *MsgRevokeNocX509RootCert) Route() string

func (*MsgRevokeNocX509RootCert) Size added in v1.4.0

func (m *MsgRevokeNocX509RootCert) Size() (n int)

func (*MsgRevokeNocX509RootCert) String added in v1.4.0

func (m *MsgRevokeNocX509RootCert) String() string

func (*MsgRevokeNocX509RootCert) Type added in v1.4.0

func (msg *MsgRevokeNocX509RootCert) Type() string

func (*MsgRevokeNocX509RootCert) Unmarshal added in v1.4.0

func (m *MsgRevokeNocX509RootCert) Unmarshal(dAtA []byte) error

func (*MsgRevokeNocX509RootCert) ValidateBasic added in v1.4.0

func (msg *MsgRevokeNocX509RootCert) ValidateBasic() error

func (*MsgRevokeNocX509RootCert) XXX_DiscardUnknown added in v1.4.0

func (m *MsgRevokeNocX509RootCert) XXX_DiscardUnknown()

func (*MsgRevokeNocX509RootCert) XXX_Marshal added in v1.4.0

func (m *MsgRevokeNocX509RootCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRevokeNocX509RootCert) XXX_Merge added in v1.4.0

func (m *MsgRevokeNocX509RootCert) XXX_Merge(src proto.Message)

func (*MsgRevokeNocX509RootCert) XXX_Size added in v1.4.0

func (m *MsgRevokeNocX509RootCert) XXX_Size() int

func (*MsgRevokeNocX509RootCert) XXX_Unmarshal added in v1.4.0

func (m *MsgRevokeNocX509RootCert) XXX_Unmarshal(b []byte) error

type MsgRevokeNocX509RootCertResponse added in v1.4.0

type MsgRevokeNocX509RootCertResponse struct {
}

func (*MsgRevokeNocX509RootCertResponse) Descriptor added in v1.4.0

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

func (*MsgRevokeNocX509RootCertResponse) Marshal added in v1.4.0

func (m *MsgRevokeNocX509RootCertResponse) Marshal() (dAtA []byte, err error)

func (*MsgRevokeNocX509RootCertResponse) MarshalTo added in v1.4.0

func (m *MsgRevokeNocX509RootCertResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRevokeNocX509RootCertResponse) MarshalToSizedBuffer added in v1.4.0

func (m *MsgRevokeNocX509RootCertResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRevokeNocX509RootCertResponse) ProtoMessage added in v1.4.0

func (*MsgRevokeNocX509RootCertResponse) ProtoMessage()

func (*MsgRevokeNocX509RootCertResponse) Reset added in v1.4.0

func (*MsgRevokeNocX509RootCertResponse) Size added in v1.4.0

func (m *MsgRevokeNocX509RootCertResponse) Size() (n int)

func (*MsgRevokeNocX509RootCertResponse) String added in v1.4.0

func (*MsgRevokeNocX509RootCertResponse) Unmarshal added in v1.4.0

func (m *MsgRevokeNocX509RootCertResponse) Unmarshal(dAtA []byte) error

func (*MsgRevokeNocX509RootCertResponse) XXX_DiscardUnknown added in v1.4.0

func (m *MsgRevokeNocX509RootCertResponse) XXX_DiscardUnknown()

func (*MsgRevokeNocX509RootCertResponse) XXX_Marshal added in v1.4.0

func (m *MsgRevokeNocX509RootCertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRevokeNocX509RootCertResponse) XXX_Merge added in v1.4.0

func (*MsgRevokeNocX509RootCertResponse) XXX_Size added in v1.4.0

func (m *MsgRevokeNocX509RootCertResponse) XXX_Size() int

func (*MsgRevokeNocX509RootCertResponse) XXX_Unmarshal added in v1.4.0

func (m *MsgRevokeNocX509RootCertResponse) 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"`
	SerialNumber string `protobuf:"bytes,6,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
	RevokeChild  bool   `protobuf:"varint,7,opt,name=revokeChild,proto3" json:"revokeChild,omitempty"`
}

func NewMsgRevokeX509Cert

func NewMsgRevokeX509Cert(
	signer string,
	subject string,
	subjectKeyID string,
	serialNumber string,
	revokeChild bool,
	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) GetRevokeChild added in v1.4.0

func (m *MsgRevokeX509Cert) GetRevokeChild() bool

func (*MsgRevokeX509Cert) GetSerialNumber added in v1.4.0

func (m *MsgRevokeX509Cert) GetSerialNumber() 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)
	AddNocX509RootCert(context.Context, *MsgAddNocX509RootCert) (*MsgAddNocX509RootCertResponse, error)
	RemoveX509Cert(context.Context, *MsgRemoveX509Cert) (*MsgRemoveX509CertResponse, error)
	AddNocX509IcaCert(context.Context, *MsgAddNocX509IcaCert) (*MsgAddNocX509IcaCertResponse, error)
	RevokeNocX509RootCert(context.Context, *MsgRevokeNocX509RootCert) (*MsgRevokeNocX509RootCertResponse, error)
	RevokeNocX509IcaCert(context.Context, *MsgRevokeNocX509IcaCert) (*MsgRevokeNocX509IcaCertResponse, error)
	RemoveNocX509IcaCert(context.Context, *MsgRemoveNocX509IcaCert) (*MsgRemoveNocX509IcaCertResponse, error)
	RemoveNocX509RootCert(context.Context, *MsgRemoveNocX509RootCert) (*MsgRemoveNocX509RootCertResponse, 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"`
	SchemaVersion        uint32 `protobuf:"varint,10,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty" validate:"gte=1,lte=65535"`
	CrlSignerDelegator   string `protobuf:"bytes,11,opt,name=crlSignerDelegator,proto3" json:"crlSignerDelegator,omitempty" validate:"max=10485760"`
}

func NewMsgUpdatePkiRevocationDistributionPoint added in v1.2.0

func NewMsgUpdatePkiRevocationDistributionPoint(signer string, vid int32, label string, crlSignerCertificate string,
	crlSignerDelegator string, issuerSubjectKeyID string, dataURL string, dataFileSize uint64, dataDigest string,
	dataDigestType uint32, schemaVersion uint32) *MsgUpdatePkiRevocationDistributionPoint

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) GetCrlSignerDelegator added in v1.4.0

func (m *MsgUpdatePkiRevocationDistributionPoint) GetCrlSignerDelegator() string

func (*MsgUpdatePkiRevocationDistributionPoint) GetDataDigest added in v1.2.0

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 (*MsgUpdatePkiRevocationDistributionPoint) GetIssuerSubjectKeyID added in v1.2.0

func (m *MsgUpdatePkiRevocationDistributionPoint) GetIssuerSubjectKeyID() string

func (*MsgUpdatePkiRevocationDistributionPoint) GetLabel added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPoint) GetSchemaVersion added in v1.4.0

func (m *MsgUpdatePkiRevocationDistributionPoint) GetSchemaVersion() uint32

func (*MsgUpdatePkiRevocationDistributionPoint) GetSignBytes added in v1.2.0

func (msg *MsgUpdatePkiRevocationDistributionPoint) GetSignBytes() []byte

func (*MsgUpdatePkiRevocationDistributionPoint) GetSigner added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPoint) GetSigners added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPoint) GetVid added in v1.2.0

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) Reset added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPoint) Route added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPoint) Size added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPoint) String added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPoint) Type added in v1.2.0

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 (*MsgUpdatePkiRevocationDistributionPoint) XXX_Size added in v1.2.0

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) Marshal added in v1.2.0

func (m *MsgUpdatePkiRevocationDistributionPointResponse) Marshal() (dAtA []byte, err error)

func (*MsgUpdatePkiRevocationDistributionPointResponse) MarshalTo added in v1.2.0

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) Reset added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPointResponse) Size added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPointResponse) String added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPointResponse) Unmarshal added in v1.2.0

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 (*MsgUpdatePkiRevocationDistributionPointResponse) XXX_Size added in v1.2.0

func (*MsgUpdatePkiRevocationDistributionPointResponse) XXX_Unmarshal added in v1.2.0

type NocCertificatesByVidAndSkid added in v1.4.1

type NocCertificatesByVidAndSkid struct {
	Vid           int32          `protobuf:"varint,1,opt,name=vid,proto3" json:"vid,omitempty" validate:"gte=1,lte=65535"`
	SubjectKeyId  string         `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"`
	Certs         []*Certificate `protobuf:"bytes,3,rep,name=certs,proto3" json:"certs,omitempty"`
	Tq            float32        `protobuf:"fixed32,4,opt,name=tq,proto3" json:"tq,omitempty"`
	SchemaVersion uint32         `protobuf:"varint,5,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*NocCertificatesByVidAndSkid) Descriptor added in v1.4.1

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

func (*NocCertificatesByVidAndSkid) GetCerts added in v1.4.1

func (m *NocCertificatesByVidAndSkid) GetCerts() []*Certificate

func (*NocCertificatesByVidAndSkid) GetSchemaVersion added in v1.4.1

func (m *NocCertificatesByVidAndSkid) GetSchemaVersion() uint32

func (*NocCertificatesByVidAndSkid) GetSubjectKeyId added in v1.4.1

func (m *NocCertificatesByVidAndSkid) GetSubjectKeyId() string

func (*NocCertificatesByVidAndSkid) GetTq added in v1.4.1

func (*NocCertificatesByVidAndSkid) GetVid added in v1.4.1

func (m *NocCertificatesByVidAndSkid) GetVid() int32

func (*NocCertificatesByVidAndSkid) Marshal added in v1.4.1

func (m *NocCertificatesByVidAndSkid) Marshal() (dAtA []byte, err error)

func (*NocCertificatesByVidAndSkid) MarshalTo added in v1.4.1

func (m *NocCertificatesByVidAndSkid) MarshalTo(dAtA []byte) (int, error)

func (*NocCertificatesByVidAndSkid) MarshalToSizedBuffer added in v1.4.1

func (m *NocCertificatesByVidAndSkid) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NocCertificatesByVidAndSkid) ProtoMessage added in v1.4.1

func (*NocCertificatesByVidAndSkid) ProtoMessage()

func (*NocCertificatesByVidAndSkid) Reset added in v1.4.1

func (m *NocCertificatesByVidAndSkid) Reset()

func (*NocCertificatesByVidAndSkid) Size added in v1.4.1

func (m *NocCertificatesByVidAndSkid) Size() (n int)

func (*NocCertificatesByVidAndSkid) String added in v1.4.1

func (m *NocCertificatesByVidAndSkid) String() string

func (*NocCertificatesByVidAndSkid) Unmarshal added in v1.4.1

func (m *NocCertificatesByVidAndSkid) Unmarshal(dAtA []byte) error

func (*NocCertificatesByVidAndSkid) XXX_DiscardUnknown added in v1.4.1

func (m *NocCertificatesByVidAndSkid) XXX_DiscardUnknown()

func (*NocCertificatesByVidAndSkid) XXX_Marshal added in v1.4.1

func (m *NocCertificatesByVidAndSkid) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NocCertificatesByVidAndSkid) XXX_Merge added in v1.4.1

func (m *NocCertificatesByVidAndSkid) XXX_Merge(src proto.Message)

func (*NocCertificatesByVidAndSkid) XXX_Size added in v1.4.1

func (m *NocCertificatesByVidAndSkid) XXX_Size() int

func (*NocCertificatesByVidAndSkid) XXX_Unmarshal added in v1.4.1

func (m *NocCertificatesByVidAndSkid) XXX_Unmarshal(b []byte) error

type NocIcaCertificates added in v1.4.0

type NocIcaCertificates struct {
	Vid           int32          `protobuf:"varint,1,opt,name=vid,proto3" json:"vid,omitempty" validate:"gte=1,lte=65535"`
	Certs         []*Certificate `protobuf:"bytes,2,rep,name=certs,proto3" json:"certs,omitempty"`
	SchemaVersion uint32         `protobuf:"varint,3,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty" validate:"gte=0,lte=65535"`
}

func (*NocIcaCertificates) Descriptor added in v1.4.0

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

func (*NocIcaCertificates) GetCerts added in v1.4.0

func (m *NocIcaCertificates) GetCerts() []*Certificate

func (*NocIcaCertificates) GetSchemaVersion added in v1.4.0

func (m *NocIcaCertificates) GetSchemaVersion() uint32

func (*NocIcaCertificates) GetVid added in v1.4.0

func (m *NocIcaCertificates) GetVid() int32

func (*NocIcaCertificates) Marshal added in v1.4.0

func (m *NocIcaCertificates) Marshal() (dAtA []byte, err error)

func (*NocIcaCertificates) MarshalTo added in v1.4.0

func (m *NocIcaCertificates) MarshalTo(dAtA []byte) (int, error)

func (*NocIcaCertificates) MarshalToSizedBuffer added in v1.4.0

func (m *NocIcaCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NocIcaCertificates) ProtoMessage added in v1.4.0

func (*NocIcaCertificates) ProtoMessage()

func (*NocIcaCertificates) Reset added in v1.4.0

func (m *NocIcaCertificates) Reset()

func (*NocIcaCertificates) Size added in v1.4.0

func (m *NocIcaCertificates) Size() (n int)

func (*NocIcaCertificates) String added in v1.4.0

func (m *NocIcaCertificates) String() string

func (*NocIcaCertificates) Unmarshal added in v1.4.0

func (m *NocIcaCertificates) Unmarshal(dAtA []byte) error

func (*NocIcaCertificates) XXX_DiscardUnknown added in v1.4.0

func (m *NocIcaCertificates) XXX_DiscardUnknown()

func (*NocIcaCertificates) XXX_Marshal added in v1.4.0

func (m *NocIcaCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NocIcaCertificates) XXX_Merge added in v1.4.0

func (m *NocIcaCertificates) XXX_Merge(src proto.Message)

func (*NocIcaCertificates) XXX_Size added in v1.4.0

func (m *NocIcaCertificates) XXX_Size() int

func (*NocIcaCertificates) XXX_Unmarshal added in v1.4.0

func (m *NocIcaCertificates) XXX_Unmarshal(b []byte) error

type NocRootCertificates added in v1.4.0

type NocRootCertificates struct {
	Vid           int32          `protobuf:"varint,1,opt,name=vid,proto3" json:"vid,omitempty" validate:"gte=1,lte=65535"`
	Certs         []*Certificate `protobuf:"bytes,2,rep,name=certs,proto3" json:"certs,omitempty"`
	SchemaVersion uint32         `protobuf:"varint,3,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty" validate:"gte=0,lte=65535"`
}

func (*NocRootCertificates) Descriptor added in v1.4.0

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

func (*NocRootCertificates) GetCerts added in v1.4.0

func (m *NocRootCertificates) GetCerts() []*Certificate

func (*NocRootCertificates) GetSchemaVersion added in v1.4.0

func (m *NocRootCertificates) GetSchemaVersion() uint32

func (*NocRootCertificates) GetVid added in v1.4.0

func (m *NocRootCertificates) GetVid() int32

func (*NocRootCertificates) Marshal added in v1.4.0

func (m *NocRootCertificates) Marshal() (dAtA []byte, err error)

func (*NocRootCertificates) MarshalTo added in v1.4.0

func (m *NocRootCertificates) MarshalTo(dAtA []byte) (int, error)

func (*NocRootCertificates) MarshalToSizedBuffer added in v1.4.0

func (m *NocRootCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NocRootCertificates) ProtoMessage added in v1.4.0

func (*NocRootCertificates) ProtoMessage()

func (*NocRootCertificates) Reset added in v1.4.0

func (m *NocRootCertificates) Reset()

func (*NocRootCertificates) Size added in v1.4.0

func (m *NocRootCertificates) Size() (n int)

func (*NocRootCertificates) String added in v1.4.0

func (m *NocRootCertificates) String() string

func (*NocRootCertificates) Unmarshal added in v1.4.0

func (m *NocRootCertificates) Unmarshal(dAtA []byte) error

func (*NocRootCertificates) XXX_DiscardUnknown added in v1.4.0

func (m *NocRootCertificates) XXX_DiscardUnknown()

func (*NocRootCertificates) XXX_Marshal added in v1.4.0

func (m *NocRootCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NocRootCertificates) XXX_Merge added in v1.4.0

func (m *NocRootCertificates) XXX_Merge(src proto.Message)

func (*NocRootCertificates) XXX_Size added in v1.4.0

func (m *NocRootCertificates) XXX_Size() int

func (*NocRootCertificates) XXX_Unmarshal added in v1.4.0

func (m *NocRootCertificates) 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"`
	SchemaVersion        uint32 `protobuf:"varint,12,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
	CrlSignerDelegator   string `protobuf:"bytes,13,opt,name=crlSignerDelegator,proto3" json:"crlSignerDelegator,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) GetCrlSignerDelegator added in v1.4.0

func (m *PkiRevocationDistributionPoint) GetCrlSignerDelegator() 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 (*PkiRevocationDistributionPoint) GetRevocationType added in v1.2.0

func (m *PkiRevocationDistributionPoint) GetRevocationType() uint32

func (*PkiRevocationDistributionPoint) GetSchemaVersion added in v1.4.0

func (m *PkiRevocationDistributionPoint) GetSchemaVersion() uint32

func (*PkiRevocationDistributionPoint) GetVid added in v1.2.0

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 (*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"`
	SchemaVersion      uint32                            `protobuf:"varint,3,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Descriptor added in v1.2.0

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) GetIssuerSubjectKeyID added in v1.2.0

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) GetPoints added in v1.2.0

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) GetSchemaVersion added in v1.4.0

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Marshal added in v1.2.0

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) MarshalTo added in v1.2.0

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) Reset added in v1.2.0

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Size added in v1.2.0

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) String added in v1.2.0

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) Unmarshal added in v1.2.0

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_DiscardUnknown added in v1.2.0

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 (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Size added in v1.2.0

func (*PkiRevocationDistributionPointsByIssuerSubjectKeyID) XXX_Unmarshal added in v1.2.0

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"`
	CertSchemaVersion uint32   `protobuf:"varint,10,opt,name=certSchemaVersion,proto3" json:"certSchemaVersion,omitempty"`
	SchemaVersion     uint32   `protobuf:"varint,11,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*ProposedCertificate) Descriptor

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

func (*ProposedCertificate) GetApprovals

func (m *ProposedCertificate) GetApprovals() []*Grant

func (*ProposedCertificate) GetCertSchemaVersion added in v1.4.0

func (m *ProposedCertificate) GetCertSchemaVersion() uint32

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) GetSchemaVersion added in v1.4.0

func (m *ProposedCertificate) GetSchemaVersion() uint32

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"`
	SerialNumber  string   `protobuf:"bytes,5,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
	RevokeChild   bool     `protobuf:"varint,6,opt,name=revokeChild,proto3" json:"revokeChild,omitempty"`
	SchemaVersion uint32   `protobuf:"varint,7,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*ProposedCertificateRevocation) Descriptor

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

func (*ProposedCertificateRevocation) GetApprovals

func (m *ProposedCertificateRevocation) GetApprovals() []*Grant

func (*ProposedCertificateRevocation) GetRevokeChild added in v1.4.0

func (m *ProposedCertificateRevocation) GetRevokeChild() bool

func (*ProposedCertificateRevocation) GetSchemaVersion added in v1.4.0

func (m *ProposedCertificateRevocation) GetSchemaVersion() uint32

func (*ProposedCertificateRevocation) GetSerialNumber added in v1.4.0

func (m *ProposedCertificateRevocation) GetSerialNumber() string

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 (*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 (*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 (*QueryAllApprovedCertificatesRequest) Size

func (*QueryAllApprovedCertificatesRequest) 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 (*QueryAllApprovedCertificatesRequest) XXX_Size

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 (*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 (*QueryAllApprovedCertificatesResponse) Size

func (*QueryAllApprovedCertificatesResponse) 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 (*QueryAllApprovedCertificatesResponse) XXX_Size

func (*QueryAllApprovedCertificatesResponse) XXX_Unmarshal

func (m *QueryAllApprovedCertificatesResponse) XXX_Unmarshal(b []byte) error

type QueryAllNocIcaCertificatesRequest added in v1.4.0

type QueryAllNocIcaCertificatesRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllNocIcaCertificatesRequest) Descriptor added in v1.4.0

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

func (*QueryAllNocIcaCertificatesRequest) GetPagination added in v1.4.0

func (*QueryAllNocIcaCertificatesRequest) Marshal added in v1.4.0

func (m *QueryAllNocIcaCertificatesRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllNocIcaCertificatesRequest) MarshalTo added in v1.4.0

func (m *QueryAllNocIcaCertificatesRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllNocIcaCertificatesRequest) MarshalToSizedBuffer added in v1.4.0

func (m *QueryAllNocIcaCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllNocIcaCertificatesRequest) ProtoMessage added in v1.4.0

func (*QueryAllNocIcaCertificatesRequest) ProtoMessage()

func (*QueryAllNocIcaCertificatesRequest) Reset added in v1.4.0

func (*QueryAllNocIcaCertificatesRequest) Size added in v1.4.0

func (m *QueryAllNocIcaCertificatesRequest) Size() (n int)

func (*QueryAllNocIcaCertificatesRequest) String added in v1.4.0

func (*QueryAllNocIcaCertificatesRequest) Unmarshal added in v1.4.0

func (m *QueryAllNocIcaCertificatesRequest) Unmarshal(dAtA []byte) error

func (*QueryAllNocIcaCertificatesRequest) XXX_DiscardUnknown added in v1.4.0

func (m *QueryAllNocIcaCertificatesRequest) XXX_DiscardUnknown()

func (*QueryAllNocIcaCertificatesRequest) XXX_Marshal added in v1.4.0

func (m *QueryAllNocIcaCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllNocIcaCertificatesRequest) XXX_Merge added in v1.4.0

func (*QueryAllNocIcaCertificatesRequest) XXX_Size added in v1.4.0

func (m *QueryAllNocIcaCertificatesRequest) XXX_Size() int

func (*QueryAllNocIcaCertificatesRequest) XXX_Unmarshal added in v1.4.0

func (m *QueryAllNocIcaCertificatesRequest) XXX_Unmarshal(b []byte) error

type QueryAllNocIcaCertificatesResponse added in v1.4.0

type QueryAllNocIcaCertificatesResponse struct {
	NocIcaCertificates []NocIcaCertificates `protobuf:"bytes,1,rep,name=nocIcaCertificates,proto3" json:"nocIcaCertificates"`
	Pagination         *query.PageResponse  `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllNocIcaCertificatesResponse) Descriptor added in v1.4.0

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

func (*QueryAllNocIcaCertificatesResponse) GetNocIcaCertificates added in v1.4.0

func (m *QueryAllNocIcaCertificatesResponse) GetNocIcaCertificates() []NocIcaCertificates

func (*QueryAllNocIcaCertificatesResponse) GetPagination added in v1.4.0

func (*QueryAllNocIcaCertificatesResponse) Marshal added in v1.4.0

func (m *QueryAllNocIcaCertificatesResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllNocIcaCertificatesResponse) MarshalTo added in v1.4.0

func (m *QueryAllNocIcaCertificatesResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllNocIcaCertificatesResponse) MarshalToSizedBuffer added in v1.4.0

func (m *QueryAllNocIcaCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllNocIcaCertificatesResponse) ProtoMessage added in v1.4.0

func (*QueryAllNocIcaCertificatesResponse) ProtoMessage()

func (*QueryAllNocIcaCertificatesResponse) Reset added in v1.4.0

func (*QueryAllNocIcaCertificatesResponse) Size added in v1.4.0

func (*QueryAllNocIcaCertificatesResponse) String added in v1.4.0

func (*QueryAllNocIcaCertificatesResponse) Unmarshal added in v1.4.0

func (m *QueryAllNocIcaCertificatesResponse) Unmarshal(dAtA []byte) error

func (*QueryAllNocIcaCertificatesResponse) XXX_DiscardUnknown added in v1.4.0

func (m *QueryAllNocIcaCertificatesResponse) XXX_DiscardUnknown()

func (*QueryAllNocIcaCertificatesResponse) XXX_Marshal added in v1.4.0

func (m *QueryAllNocIcaCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllNocIcaCertificatesResponse) XXX_Merge added in v1.4.0

func (*QueryAllNocIcaCertificatesResponse) XXX_Size added in v1.4.0

func (*QueryAllNocIcaCertificatesResponse) XXX_Unmarshal added in v1.4.0

func (m *QueryAllNocIcaCertificatesResponse) XXX_Unmarshal(b []byte) error

type QueryAllNocRootCertificatesRequest added in v1.4.0

type QueryAllNocRootCertificatesRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllNocRootCertificatesRequest) Descriptor added in v1.4.0

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

func (*QueryAllNocRootCertificatesRequest) GetPagination added in v1.4.0

func (*QueryAllNocRootCertificatesRequest) Marshal added in v1.4.0

func (m *QueryAllNocRootCertificatesRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllNocRootCertificatesRequest) MarshalTo added in v1.4.0

func (m *QueryAllNocRootCertificatesRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllNocRootCertificatesRequest) MarshalToSizedBuffer added in v1.4.0

func (m *QueryAllNocRootCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllNocRootCertificatesRequest) ProtoMessage added in v1.4.0

func (*QueryAllNocRootCertificatesRequest) ProtoMessage()

func (*QueryAllNocRootCertificatesRequest) Reset added in v1.4.0

func (*QueryAllNocRootCertificatesRequest) Size added in v1.4.0

func (*QueryAllNocRootCertificatesRequest) String added in v1.4.0

func (*QueryAllNocRootCertificatesRequest) Unmarshal added in v1.4.0

func (m *QueryAllNocRootCertificatesRequest) Unmarshal(dAtA []byte) error

func (*QueryAllNocRootCertificatesRequest) XXX_DiscardUnknown added in v1.4.0

func (m *QueryAllNocRootCertificatesRequest) XXX_DiscardUnknown()

func (*QueryAllNocRootCertificatesRequest) XXX_Marshal added in v1.4.0

func (m *QueryAllNocRootCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllNocRootCertificatesRequest) XXX_Merge added in v1.4.0

func (*QueryAllNocRootCertificatesRequest) XXX_Size added in v1.4.0

func (*QueryAllNocRootCertificatesRequest) XXX_Unmarshal added in v1.4.0

func (m *QueryAllNocRootCertificatesRequest) XXX_Unmarshal(b []byte) error

type QueryAllNocRootCertificatesResponse added in v1.4.0

type QueryAllNocRootCertificatesResponse struct {
	NocRootCertificates []NocRootCertificates `protobuf:"bytes,1,rep,name=nocRootCertificates,proto3" json:"nocRootCertificates"`
	Pagination          *query.PageResponse   `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllNocRootCertificatesResponse) Descriptor added in v1.4.0

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

func (*QueryAllNocRootCertificatesResponse) GetNocRootCertificates added in v1.4.0

func (m *QueryAllNocRootCertificatesResponse) GetNocRootCertificates() []NocRootCertificates

func (*QueryAllNocRootCertificatesResponse) GetPagination added in v1.4.0

func (*QueryAllNocRootCertificatesResponse) Marshal added in v1.4.0

func (m *QueryAllNocRootCertificatesResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllNocRootCertificatesResponse) MarshalTo added in v1.4.0

func (m *QueryAllNocRootCertificatesResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllNocRootCertificatesResponse) MarshalToSizedBuffer added in v1.4.0

func (m *QueryAllNocRootCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllNocRootCertificatesResponse) ProtoMessage added in v1.4.0

func (*QueryAllNocRootCertificatesResponse) ProtoMessage()

func (*QueryAllNocRootCertificatesResponse) Reset added in v1.4.0

func (*QueryAllNocRootCertificatesResponse) Size added in v1.4.0

func (*QueryAllNocRootCertificatesResponse) String added in v1.4.0

func (*QueryAllNocRootCertificatesResponse) Unmarshal added in v1.4.0

func (m *QueryAllNocRootCertificatesResponse) Unmarshal(dAtA []byte) error

func (*QueryAllNocRootCertificatesResponse) XXX_DiscardUnknown added in v1.4.0

func (m *QueryAllNocRootCertificatesResponse) XXX_DiscardUnknown()

func (*QueryAllNocRootCertificatesResponse) XXX_Marshal added in v1.4.0

func (m *QueryAllNocRootCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllNocRootCertificatesResponse) XXX_Merge added in v1.4.0

func (*QueryAllNocRootCertificatesResponse) XXX_Size added in v1.4.0

func (*QueryAllNocRootCertificatesResponse) XXX_Unmarshal added in v1.4.0

func (m *QueryAllNocRootCertificatesResponse) 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) GetPagination added in v1.2.0

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 (*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) Reset added in v1.2.0

func (*QueryAllPkiRevocationDistributionPointRequest) Size added in v1.2.0

func (*QueryAllPkiRevocationDistributionPointRequest) String added in v1.2.0

func (*QueryAllPkiRevocationDistributionPointRequest) Unmarshal added in v1.2.0

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 (*QueryAllPkiRevocationDistributionPointRequest) XXX_Size added in v1.2.0

func (*QueryAllPkiRevocationDistributionPointRequest) XXX_Unmarshal added in v1.2.0

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) GetPagination added in v1.2.0

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 (*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) Reset added in v1.2.0

func (*QueryAllPkiRevocationDistributionPointResponse) Size added in v1.2.0

func (*QueryAllPkiRevocationDistributionPointResponse) String added in v1.2.0

func (*QueryAllPkiRevocationDistributionPointResponse) Unmarshal added in v1.2.0

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 (*QueryAllPkiRevocationDistributionPointResponse) XXX_Size added in v1.2.0

func (*QueryAllPkiRevocationDistributionPointResponse) XXX_Unmarshal added in v1.2.0

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 (*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 (*QueryAllProposedCertificateRequest) Size

func (*QueryAllProposedCertificateRequest) 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 (*QueryAllProposedCertificateRequest) XXX_Size

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 (*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 (*QueryAllProposedCertificateResponse) Size

func (*QueryAllProposedCertificateResponse) 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 (*QueryAllProposedCertificateResponse) XXX_Size

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) GetPagination

func (*QueryAllProposedCertificateRevocationRequest) Marshal

func (m *QueryAllProposedCertificateRevocationRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllProposedCertificateRevocationRequest) MarshalTo

func (*QueryAllProposedCertificateRevocationRequest) MarshalToSizedBuffer

func (m *QueryAllProposedCertificateRevocationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllProposedCertificateRevocationRequest) ProtoMessage

func (*QueryAllProposedCertificateRevocationRequest) Reset

func (*QueryAllProposedCertificateRevocationRequest) Size

func (*QueryAllProposedCertificateRevocationRequest) String

func (*QueryAllProposedCertificateRevocationRequest) Unmarshal

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 (*QueryAllProposedCertificateRevocationRequest) XXX_Size

func (*QueryAllProposedCertificateRevocationRequest) XXX_Unmarshal

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) GetPagination

func (*QueryAllProposedCertificateRevocationResponse) GetProposedCertificateRevocation

func (m *QueryAllProposedCertificateRevocationResponse) GetProposedCertificateRevocation() []ProposedCertificateRevocation

func (*QueryAllProposedCertificateRevocationResponse) Marshal

func (m *QueryAllProposedCertificateRevocationResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllProposedCertificateRevocationResponse) MarshalTo

func (*QueryAllProposedCertificateRevocationResponse) MarshalToSizedBuffer

func (m *QueryAllProposedCertificateRevocationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllProposedCertificateRevocationResponse) ProtoMessage

func (*QueryAllProposedCertificateRevocationResponse) Reset

func (*QueryAllProposedCertificateRevocationResponse) Size

func (*QueryAllProposedCertificateRevocationResponse) String

func (*QueryAllProposedCertificateRevocationResponse) Unmarshal

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 (*QueryAllProposedCertificateRevocationResponse) XXX_Size

func (*QueryAllProposedCertificateRevocationResponse) XXX_Unmarshal

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 (*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 (*QueryAllRejectedCertificatesRequest) Size added in v0.11.0

func (*QueryAllRejectedCertificatesRequest) String added in v0.11.0

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 (*QueryAllRejectedCertificatesRequest) XXX_Size added in v0.11.0

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 (*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 (*QueryAllRejectedCertificatesResponse) Size added in v0.11.0

func (*QueryAllRejectedCertificatesResponse) String added in v0.11.0

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 (*QueryAllRejectedCertificatesResponse) XXX_Size added in v0.11.0

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 (*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 (*QueryAllRevokedCertificatesRequest) Size

func (*QueryAllRevokedCertificatesRequest) 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 (*QueryAllRevokedCertificatesRequest) XXX_Size

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 (*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 (*QueryAllRevokedCertificatesResponse) Size

func (*QueryAllRevokedCertificatesResponse) 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 (*QueryAllRevokedCertificatesResponse) XXX_Size

func (*QueryAllRevokedCertificatesResponse) XXX_Unmarshal

func (m *QueryAllRevokedCertificatesResponse) XXX_Unmarshal(b []byte) error

type QueryAllRevokedNocRootCertificatesRequest added in v1.4.0

type QueryAllRevokedNocRootCertificatesRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllRevokedNocRootCertificatesRequest) Descriptor added in v1.4.0

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

func (*QueryAllRevokedNocRootCertificatesRequest) GetPagination added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesRequest) Marshal added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllRevokedNocRootCertificatesRequest) MarshalTo added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllRevokedNocRootCertificatesRequest) MarshalToSizedBuffer added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllRevokedNocRootCertificatesRequest) ProtoMessage added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesRequest) Reset added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesRequest) Size added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesRequest) String added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesRequest) Unmarshal added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesRequest) XXX_DiscardUnknown added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesRequest) XXX_DiscardUnknown()

func (*QueryAllRevokedNocRootCertificatesRequest) XXX_Marshal added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllRevokedNocRootCertificatesRequest) XXX_Merge added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesRequest) XXX_Size added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesRequest) XXX_Unmarshal added in v1.4.0

type QueryAllRevokedNocRootCertificatesResponse added in v1.4.0

type QueryAllRevokedNocRootCertificatesResponse struct {
	RevokedNocRootCertificates []RevokedNocRootCertificates `protobuf:"bytes,1,rep,name=revokedNocRootCertificates,proto3" json:"revokedNocRootCertificates"`
	Pagination                 *query.PageResponse          `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllRevokedNocRootCertificatesResponse) Descriptor added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesResponse) GetPagination added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesResponse) GetRevokedNocRootCertificates added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesResponse) GetRevokedNocRootCertificates() []RevokedNocRootCertificates

func (*QueryAllRevokedNocRootCertificatesResponse) Marshal added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllRevokedNocRootCertificatesResponse) MarshalTo added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllRevokedNocRootCertificatesResponse) MarshalToSizedBuffer added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllRevokedNocRootCertificatesResponse) ProtoMessage added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesResponse) Reset added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesResponse) Size added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesResponse) String added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesResponse) Unmarshal added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesResponse) XXX_DiscardUnknown added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesResponse) XXX_DiscardUnknown()

func (*QueryAllRevokedNocRootCertificatesResponse) XXX_Marshal added in v1.4.0

func (m *QueryAllRevokedNocRootCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllRevokedNocRootCertificatesResponse) XXX_Merge added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesResponse) XXX_Size added in v1.4.0

func (*QueryAllRevokedNocRootCertificatesResponse) XXX_Unmarshal added in v1.4.0

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)
	// Queries a NocRootCertificates by index.
	NocRootCertificates(ctx context.Context, in *QueryGetNocRootCertificatesRequest, opts ...grpc.CallOption) (*QueryGetNocRootCertificatesResponse, error)
	// Queries a NocCertificatesByVidAndSkid by index.
	NocCertificatesByVidAndSkid(ctx context.Context, in *QueryGetNocCertificatesByVidAndSkidRequest, opts ...grpc.CallOption) (*QueryGetNocCertificatesByVidAndSkidResponse, error)
	// Queries a list of NocRootCertificates items.
	NocRootCertificatesAll(ctx context.Context, in *QueryAllNocRootCertificatesRequest, opts ...grpc.CallOption) (*QueryAllNocRootCertificatesResponse, error)
	// Queries a NocIcaCertificates by index.
	NocIcaCertificates(ctx context.Context, in *QueryGetNocIcaCertificatesRequest, opts ...grpc.CallOption) (*QueryGetNocIcaCertificatesResponse, error)
	// Queries a list of NocIcaCertificates items.
	NocIcaCertificatesAll(ctx context.Context, in *QueryAllNocIcaCertificatesRequest, opts ...grpc.CallOption) (*QueryAllNocIcaCertificatesResponse, error)
	// Queries a RevokedNocRootCertificates by index.
	RevokedNocRootCertificates(ctx context.Context, in *QueryGetRevokedNocRootCertificatesRequest, opts ...grpc.CallOption) (*QueryGetRevokedNocRootCertificatesResponse, error)
	// Queries a list of RevokedNocRootCertificates items.
	RevokedNocRootCertificatesAll(ctx context.Context, in *QueryAllRevokedNocRootCertificatesRequest, opts ...grpc.CallOption) (*QueryAllRevokedNocRootCertificatesResponse, 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) GetSubject

func (*QueryGetApprovedCertificatesBySubjectRequest) Marshal

func (m *QueryGetApprovedCertificatesBySubjectRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetApprovedCertificatesBySubjectRequest) MarshalTo

func (*QueryGetApprovedCertificatesBySubjectRequest) MarshalToSizedBuffer

func (m *QueryGetApprovedCertificatesBySubjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetApprovedCertificatesBySubjectRequest) ProtoMessage

func (*QueryGetApprovedCertificatesBySubjectRequest) Reset

func (*QueryGetApprovedCertificatesBySubjectRequest) Size

func (*QueryGetApprovedCertificatesBySubjectRequest) String

func (*QueryGetApprovedCertificatesBySubjectRequest) Unmarshal

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 (*QueryGetApprovedCertificatesBySubjectRequest) XXX_Size

func (*QueryGetApprovedCertificatesBySubjectRequest) XXX_Unmarshal

type QueryGetApprovedCertificatesBySubjectResponse

type QueryGetApprovedCertificatesBySubjectResponse struct {
	ApprovedCertificatesBySubject ApprovedCertificatesBySubject `protobuf:"bytes,1,opt,name=approvedCertificatesBySubject,proto3" json:"approvedCertificatesBySubject"`
}

func (*QueryGetApprovedCertificatesBySubjectResponse) Descriptor

func (*QueryGetApprovedCertificatesBySubjectResponse) GetApprovedCertificatesBySubject

func (*QueryGetApprovedCertificatesBySubjectResponse) Marshal

func (m *QueryGetApprovedCertificatesBySubjectResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetApprovedCertificatesBySubjectResponse) MarshalTo

func (*QueryGetApprovedCertificatesBySubjectResponse) MarshalToSizedBuffer

func (m *QueryGetApprovedCertificatesBySubjectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetApprovedCertificatesBySubjectResponse) ProtoMessage

func (*QueryGetApprovedCertificatesBySubjectResponse) Reset

func (*QueryGetApprovedCertificatesBySubjectResponse) Size

func (*QueryGetApprovedCertificatesBySubjectResponse) String

func (*QueryGetApprovedCertificatesBySubjectResponse) Unmarshal

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 (*QueryGetApprovedCertificatesBySubjectResponse) XXX_Size

func (*QueryGetApprovedCertificatesBySubjectResponse) XXX_Unmarshal

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 (*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 (*QueryGetApprovedCertificatesRequest) Size

func (*QueryGetApprovedCertificatesRequest) 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 (*QueryGetApprovedCertificatesRequest) XXX_Size

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 (*QueryGetApprovedCertificatesResponse) Size

func (*QueryGetApprovedCertificatesResponse) 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 (*QueryGetApprovedCertificatesResponse) XXX_Size

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) Reset

func (*QueryGetApprovedRootCertificatesRequest) Size

func (*QueryGetApprovedRootCertificatesRequest) 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 (*QueryGetApprovedRootCertificatesRequest) XXX_Size

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) Reset

func (*QueryGetApprovedRootCertificatesResponse) Size

func (*QueryGetApprovedRootCertificatesResponse) String

func (*QueryGetApprovedRootCertificatesResponse) Unmarshal

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 (*QueryGetApprovedRootCertificatesResponse) XXX_Size

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 (*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 (*QueryGetChildCertificatesRequest) Size

func (m *QueryGetChildCertificatesRequest) Size() (n int)

func (*QueryGetChildCertificatesRequest) 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 (*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 (*QueryGetChildCertificatesResponse) Size

func (m *QueryGetChildCertificatesResponse) Size() (n int)

func (*QueryGetChildCertificatesResponse) 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 (*QueryGetChildCertificatesResponse) XXX_Size

func (m *QueryGetChildCertificatesResponse) XXX_Size() int

func (*QueryGetChildCertificatesResponse) XXX_Unmarshal

func (m *QueryGetChildCertificatesResponse) XXX_Unmarshal(b []byte) error

type QueryGetNocCertificatesByVidAndSkidRequest added in v1.4.1

type QueryGetNocCertificatesByVidAndSkidRequest struct {
	Vid          int32  `protobuf:"varint,1,opt,name=vid,proto3" json:"vid,omitempty"`
	SubjectKeyId string `protobuf:"bytes,2,opt,name=subjectKeyId,proto3" json:"subjectKeyId,omitempty"`
}

func (*QueryGetNocCertificatesByVidAndSkidRequest) Descriptor added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidRequest) GetSubjectKeyId added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidRequest) GetVid added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidRequest) Marshal added in v1.4.1

func (m *QueryGetNocCertificatesByVidAndSkidRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetNocCertificatesByVidAndSkidRequest) MarshalTo added in v1.4.1

func (m *QueryGetNocCertificatesByVidAndSkidRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetNocCertificatesByVidAndSkidRequest) MarshalToSizedBuffer added in v1.4.1

func (m *QueryGetNocCertificatesByVidAndSkidRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetNocCertificatesByVidAndSkidRequest) ProtoMessage added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidRequest) Reset added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidRequest) Size added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidRequest) String added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidRequest) Unmarshal added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidRequest) XXX_DiscardUnknown added in v1.4.1

func (m *QueryGetNocCertificatesByVidAndSkidRequest) XXX_DiscardUnknown()

func (*QueryGetNocCertificatesByVidAndSkidRequest) XXX_Marshal added in v1.4.1

func (m *QueryGetNocCertificatesByVidAndSkidRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetNocCertificatesByVidAndSkidRequest) XXX_Merge added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidRequest) XXX_Size added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidRequest) XXX_Unmarshal added in v1.4.1

type QueryGetNocCertificatesByVidAndSkidResponse added in v1.4.1

type QueryGetNocCertificatesByVidAndSkidResponse struct {
	NocCertificatesByVidAndSkid NocCertificatesByVidAndSkid `protobuf:"bytes,1,opt,name=nocCertificatesByVidAndSkid,proto3" json:"nocCertificatesByVidAndSkid"`
}

func (*QueryGetNocCertificatesByVidAndSkidResponse) Descriptor added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidResponse) GetNocCertificatesByVidAndSkid added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidResponse) Marshal added in v1.4.1

func (m *QueryGetNocCertificatesByVidAndSkidResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetNocCertificatesByVidAndSkidResponse) MarshalTo added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidResponse) MarshalToSizedBuffer added in v1.4.1

func (m *QueryGetNocCertificatesByVidAndSkidResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetNocCertificatesByVidAndSkidResponse) ProtoMessage added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidResponse) Reset added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidResponse) Size added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidResponse) String added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidResponse) Unmarshal added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidResponse) XXX_DiscardUnknown added in v1.4.1

func (m *QueryGetNocCertificatesByVidAndSkidResponse) XXX_DiscardUnknown()

func (*QueryGetNocCertificatesByVidAndSkidResponse) XXX_Marshal added in v1.4.1

func (m *QueryGetNocCertificatesByVidAndSkidResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetNocCertificatesByVidAndSkidResponse) XXX_Merge added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidResponse) XXX_Size added in v1.4.1

func (*QueryGetNocCertificatesByVidAndSkidResponse) XXX_Unmarshal added in v1.4.1

type QueryGetNocIcaCertificatesRequest added in v1.4.0

type QueryGetNocIcaCertificatesRequest struct {
	Vid int32 `protobuf:"varint,1,opt,name=vid,proto3" json:"vid,omitempty"`
}

func (*QueryGetNocIcaCertificatesRequest) Descriptor added in v1.4.0

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

func (*QueryGetNocIcaCertificatesRequest) GetVid added in v1.4.0

func (*QueryGetNocIcaCertificatesRequest) Marshal added in v1.4.0

func (m *QueryGetNocIcaCertificatesRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetNocIcaCertificatesRequest) MarshalTo added in v1.4.0

func (m *QueryGetNocIcaCertificatesRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetNocIcaCertificatesRequest) MarshalToSizedBuffer added in v1.4.0

func (m *QueryGetNocIcaCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetNocIcaCertificatesRequest) ProtoMessage added in v1.4.0

func (*QueryGetNocIcaCertificatesRequest) ProtoMessage()

func (*QueryGetNocIcaCertificatesRequest) Reset added in v1.4.0

func (*QueryGetNocIcaCertificatesRequest) Size added in v1.4.0

func (m *QueryGetNocIcaCertificatesRequest) Size() (n int)

func (*QueryGetNocIcaCertificatesRequest) String added in v1.4.0

func (*QueryGetNocIcaCertificatesRequest) Unmarshal added in v1.4.0

func (m *QueryGetNocIcaCertificatesRequest) Unmarshal(dAtA []byte) error

func (*QueryGetNocIcaCertificatesRequest) XXX_DiscardUnknown added in v1.4.0

func (m *QueryGetNocIcaCertificatesRequest) XXX_DiscardUnknown()

func (*QueryGetNocIcaCertificatesRequest) XXX_Marshal added in v1.4.0

func (m *QueryGetNocIcaCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetNocIcaCertificatesRequest) XXX_Merge added in v1.4.0

func (*QueryGetNocIcaCertificatesRequest) XXX_Size added in v1.4.0

func (m *QueryGetNocIcaCertificatesRequest) XXX_Size() int

func (*QueryGetNocIcaCertificatesRequest) XXX_Unmarshal added in v1.4.0

func (m *QueryGetNocIcaCertificatesRequest) XXX_Unmarshal(b []byte) error

type QueryGetNocIcaCertificatesResponse added in v1.4.0

type QueryGetNocIcaCertificatesResponse struct {
	NocIcaCertificates NocIcaCertificates `protobuf:"bytes,1,opt,name=nocIcaCertificates,proto3" json:"nocIcaCertificates"`
}

func (*QueryGetNocIcaCertificatesResponse) Descriptor added in v1.4.0

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

func (*QueryGetNocIcaCertificatesResponse) GetNocIcaCertificates added in v1.4.0

func (m *QueryGetNocIcaCertificatesResponse) GetNocIcaCertificates() NocIcaCertificates

func (*QueryGetNocIcaCertificatesResponse) Marshal added in v1.4.0

func (m *QueryGetNocIcaCertificatesResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetNocIcaCertificatesResponse) MarshalTo added in v1.4.0

func (m *QueryGetNocIcaCertificatesResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetNocIcaCertificatesResponse) MarshalToSizedBuffer added in v1.4.0

func (m *QueryGetNocIcaCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetNocIcaCertificatesResponse) ProtoMessage added in v1.4.0

func (*QueryGetNocIcaCertificatesResponse) ProtoMessage()

func (*QueryGetNocIcaCertificatesResponse) Reset added in v1.4.0

func (*QueryGetNocIcaCertificatesResponse) Size added in v1.4.0

func (*QueryGetNocIcaCertificatesResponse) String added in v1.4.0

func (*QueryGetNocIcaCertificatesResponse) Unmarshal added in v1.4.0

func (m *QueryGetNocIcaCertificatesResponse) Unmarshal(dAtA []byte) error

func (*QueryGetNocIcaCertificatesResponse) XXX_DiscardUnknown added in v1.4.0

func (m *QueryGetNocIcaCertificatesResponse) XXX_DiscardUnknown()

func (*QueryGetNocIcaCertificatesResponse) XXX_Marshal added in v1.4.0

func (m *QueryGetNocIcaCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetNocIcaCertificatesResponse) XXX_Merge added in v1.4.0

func (*QueryGetNocIcaCertificatesResponse) XXX_Size added in v1.4.0

func (*QueryGetNocIcaCertificatesResponse) XXX_Unmarshal added in v1.4.0

func (m *QueryGetNocIcaCertificatesResponse) XXX_Unmarshal(b []byte) error

type QueryGetNocRootCertificatesRequest added in v1.4.0

type QueryGetNocRootCertificatesRequest struct {
	Vid int32 `protobuf:"varint,1,opt,name=vid,proto3" json:"vid,omitempty"`
}

func (*QueryGetNocRootCertificatesRequest) Descriptor added in v1.4.0

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

func (*QueryGetNocRootCertificatesRequest) GetVid added in v1.4.0

func (*QueryGetNocRootCertificatesRequest) Marshal added in v1.4.0

func (m *QueryGetNocRootCertificatesRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetNocRootCertificatesRequest) MarshalTo added in v1.4.0

func (m *QueryGetNocRootCertificatesRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetNocRootCertificatesRequest) MarshalToSizedBuffer added in v1.4.0

func (m *QueryGetNocRootCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetNocRootCertificatesRequest) ProtoMessage added in v1.4.0

func (*QueryGetNocRootCertificatesRequest) ProtoMessage()

func (*QueryGetNocRootCertificatesRequest) Reset added in v1.4.0

func (*QueryGetNocRootCertificatesRequest) Size added in v1.4.0

func (*QueryGetNocRootCertificatesRequest) String added in v1.4.0

func (*QueryGetNocRootCertificatesRequest) Unmarshal added in v1.4.0

func (m *QueryGetNocRootCertificatesRequest) Unmarshal(dAtA []byte) error

func (*QueryGetNocRootCertificatesRequest) XXX_DiscardUnknown added in v1.4.0

func (m *QueryGetNocRootCertificatesRequest) XXX_DiscardUnknown()

func (*QueryGetNocRootCertificatesRequest) XXX_Marshal added in v1.4.0

func (m *QueryGetNocRootCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetNocRootCertificatesRequest) XXX_Merge added in v1.4.0

func (*QueryGetNocRootCertificatesRequest) XXX_Size added in v1.4.0

func (*QueryGetNocRootCertificatesRequest) XXX_Unmarshal added in v1.4.0

func (m *QueryGetNocRootCertificatesRequest) XXX_Unmarshal(b []byte) error

type QueryGetNocRootCertificatesResponse added in v1.4.0

type QueryGetNocRootCertificatesResponse struct {
	NocRootCertificates NocRootCertificates `protobuf:"bytes,1,opt,name=nocRootCertificates,proto3" json:"nocRootCertificates"`
}

func (*QueryGetNocRootCertificatesResponse) Descriptor added in v1.4.0

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

func (*QueryGetNocRootCertificatesResponse) GetNocRootCertificates added in v1.4.0

func (m *QueryGetNocRootCertificatesResponse) GetNocRootCertificates() NocRootCertificates

func (*QueryGetNocRootCertificatesResponse) Marshal added in v1.4.0

func (m *QueryGetNocRootCertificatesResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetNocRootCertificatesResponse) MarshalTo added in v1.4.0

func (m *QueryGetNocRootCertificatesResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetNocRootCertificatesResponse) MarshalToSizedBuffer added in v1.4.0

func (m *QueryGetNocRootCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetNocRootCertificatesResponse) ProtoMessage added in v1.4.0

func (*QueryGetNocRootCertificatesResponse) ProtoMessage()

func (*QueryGetNocRootCertificatesResponse) Reset added in v1.4.0

func (*QueryGetNocRootCertificatesResponse) Size added in v1.4.0

func (*QueryGetNocRootCertificatesResponse) String added in v1.4.0

func (*QueryGetNocRootCertificatesResponse) Unmarshal added in v1.4.0

func (m *QueryGetNocRootCertificatesResponse) Unmarshal(dAtA []byte) error

func (*QueryGetNocRootCertificatesResponse) XXX_DiscardUnknown added in v1.4.0

func (m *QueryGetNocRootCertificatesResponse) XXX_DiscardUnknown()

func (*QueryGetNocRootCertificatesResponse) XXX_Marshal added in v1.4.0

func (m *QueryGetNocRootCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetNocRootCertificatesResponse) XXX_Merge added in v1.4.0

func (*QueryGetNocRootCertificatesResponse) XXX_Size added in v1.4.0

func (*QueryGetNocRootCertificatesResponse) XXX_Unmarshal added in v1.4.0

func (m *QueryGetNocRootCertificatesResponse) 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) GetIssuerSubjectKeyID added in v1.2.0

func (m *QueryGetPkiRevocationDistributionPointRequest) GetIssuerSubjectKeyID() string

func (*QueryGetPkiRevocationDistributionPointRequest) GetLabel added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointRequest) GetVid added in v1.2.0

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 (*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) Reset added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointRequest) Size added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointRequest) String added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointRequest) Unmarshal added in v1.2.0

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 (*QueryGetPkiRevocationDistributionPointRequest) XXX_Size added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointRequest) XXX_Unmarshal added in v1.2.0

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) GetPkiRevocationDistributionPoint added in v1.2.0

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 (*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) Reset added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointResponse) Size added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointResponse) String added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointResponse) Unmarshal added in v1.2.0

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 (*QueryGetPkiRevocationDistributionPointResponse) XXX_Size added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointResponse) XXX_Unmarshal added in v1.2.0

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) GetIssuerSubjectKeyID added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Marshal added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) MarshalTo added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) MarshalToSizedBuffer added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) ProtoMessage added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Reset added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Size added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) String added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) Unmarshal added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_DiscardUnknown added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Marshal added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Merge added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Size added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDRequest) XXX_Unmarshal added in v1.2.0

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) GetPkiRevocationDistributionPointsByIssuerSubjectKeyID added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Marshal added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) MarshalTo added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) MarshalToSizedBuffer added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) ProtoMessage added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Reset added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Size added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) String added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) Unmarshal added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_DiscardUnknown added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Marshal added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Merge added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Size added in v1.2.0

func (*QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse) XXX_Unmarshal added in v1.2.0

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 (*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 (*QueryGetProposedCertificateRequest) Size

func (*QueryGetProposedCertificateRequest) 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 (*QueryGetProposedCertificateRequest) XXX_Size

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 (*QueryGetProposedCertificateResponse) Size

func (*QueryGetProposedCertificateResponse) 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 (*QueryGetProposedCertificateResponse) XXX_Size

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"`
	SerialNumber string `protobuf:"bytes,3,opt,name=serialNumber,proto3" json:"serialNumber,omitempty"`
}

func (*QueryGetProposedCertificateRevocationRequest) Descriptor

func (*QueryGetProposedCertificateRevocationRequest) GetSerialNumber added in v1.4.0

func (*QueryGetProposedCertificateRevocationRequest) GetSubject

func (*QueryGetProposedCertificateRevocationRequest) GetSubjectKeyId

func (*QueryGetProposedCertificateRevocationRequest) Marshal

func (m *QueryGetProposedCertificateRevocationRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetProposedCertificateRevocationRequest) MarshalTo

func (*QueryGetProposedCertificateRevocationRequest) MarshalToSizedBuffer

func (m *QueryGetProposedCertificateRevocationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetProposedCertificateRevocationRequest) ProtoMessage

func (*QueryGetProposedCertificateRevocationRequest) Reset

func (*QueryGetProposedCertificateRevocationRequest) Size

func (*QueryGetProposedCertificateRevocationRequest) String

func (*QueryGetProposedCertificateRevocationRequest) Unmarshal

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 (*QueryGetProposedCertificateRevocationRequest) XXX_Size

func (*QueryGetProposedCertificateRevocationRequest) XXX_Unmarshal

type QueryGetProposedCertificateRevocationResponse

type QueryGetProposedCertificateRevocationResponse struct {
	ProposedCertificateRevocation ProposedCertificateRevocation `protobuf:"bytes,1,opt,name=proposedCertificateRevocation,proto3" json:"proposedCertificateRevocation"`
}

func (*QueryGetProposedCertificateRevocationResponse) Descriptor

func (*QueryGetProposedCertificateRevocationResponse) GetProposedCertificateRevocation

func (*QueryGetProposedCertificateRevocationResponse) Marshal

func (m *QueryGetProposedCertificateRevocationResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetProposedCertificateRevocationResponse) MarshalTo

func (*QueryGetProposedCertificateRevocationResponse) MarshalToSizedBuffer

func (m *QueryGetProposedCertificateRevocationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetProposedCertificateRevocationResponse) ProtoMessage

func (*QueryGetProposedCertificateRevocationResponse) Reset

func (*QueryGetProposedCertificateRevocationResponse) Size

func (*QueryGetProposedCertificateRevocationResponse) String

func (*QueryGetProposedCertificateRevocationResponse) Unmarshal

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 (*QueryGetProposedCertificateRevocationResponse) XXX_Size

func (*QueryGetProposedCertificateRevocationResponse) XXX_Unmarshal

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 (*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 (*QueryGetRejectedCertificatesRequest) Size added in v0.11.0

func (*QueryGetRejectedCertificatesRequest) String added in v0.11.0

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 (*QueryGetRejectedCertificatesRequest) XXX_Size added in v0.11.0

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 (*QueryGetRejectedCertificatesResponse) Size added in v0.11.0

func (*QueryGetRejectedCertificatesResponse) String added in v0.11.0

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 (*QueryGetRejectedCertificatesResponse) XXX_Size added in v0.11.0

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 (*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 (*QueryGetRevokedCertificatesRequest) Size

func (*QueryGetRevokedCertificatesRequest) 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 (*QueryGetRevokedCertificatesRequest) XXX_Size

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 (*QueryGetRevokedCertificatesResponse) Size

func (*QueryGetRevokedCertificatesResponse) 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 (*QueryGetRevokedCertificatesResponse) XXX_Size

func (*QueryGetRevokedCertificatesResponse) XXX_Unmarshal

func (m *QueryGetRevokedCertificatesResponse) XXX_Unmarshal(b []byte) error

type QueryGetRevokedNocRootCertificatesRequest added in v1.4.0

type QueryGetRevokedNocRootCertificatesRequest 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 (*QueryGetRevokedNocRootCertificatesRequest) Descriptor added in v1.4.0

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

func (*QueryGetRevokedNocRootCertificatesRequest) GetSubject added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesRequest) GetSubjectKeyId added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesRequest) Marshal added in v1.4.0

func (m *QueryGetRevokedNocRootCertificatesRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetRevokedNocRootCertificatesRequest) MarshalTo added in v1.4.0

func (m *QueryGetRevokedNocRootCertificatesRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetRevokedNocRootCertificatesRequest) MarshalToSizedBuffer added in v1.4.0

func (m *QueryGetRevokedNocRootCertificatesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetRevokedNocRootCertificatesRequest) ProtoMessage added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesRequest) Reset added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesRequest) Size added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesRequest) String added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesRequest) Unmarshal added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesRequest) XXX_DiscardUnknown added in v1.4.0

func (m *QueryGetRevokedNocRootCertificatesRequest) XXX_DiscardUnknown()

func (*QueryGetRevokedNocRootCertificatesRequest) XXX_Marshal added in v1.4.0

func (m *QueryGetRevokedNocRootCertificatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetRevokedNocRootCertificatesRequest) XXX_Merge added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesRequest) XXX_Size added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesRequest) XXX_Unmarshal added in v1.4.0

type QueryGetRevokedNocRootCertificatesResponse added in v1.4.0

type QueryGetRevokedNocRootCertificatesResponse struct {
	RevokedNocRootCertificates RevokedNocRootCertificates `protobuf:"bytes,1,opt,name=revokedNocRootCertificates,proto3" json:"revokedNocRootCertificates"`
}

func (*QueryGetRevokedNocRootCertificatesResponse) Descriptor added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesResponse) GetRevokedNocRootCertificates added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesResponse) Marshal added in v1.4.0

func (m *QueryGetRevokedNocRootCertificatesResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetRevokedNocRootCertificatesResponse) MarshalTo added in v1.4.0

func (m *QueryGetRevokedNocRootCertificatesResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetRevokedNocRootCertificatesResponse) MarshalToSizedBuffer added in v1.4.0

func (m *QueryGetRevokedNocRootCertificatesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetRevokedNocRootCertificatesResponse) ProtoMessage added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesResponse) Reset added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesResponse) Size added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesResponse) String added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesResponse) Unmarshal added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesResponse) XXX_DiscardUnknown added in v1.4.0

func (m *QueryGetRevokedNocRootCertificatesResponse) XXX_DiscardUnknown()

func (*QueryGetRevokedNocRootCertificatesResponse) XXX_Marshal added in v1.4.0

func (m *QueryGetRevokedNocRootCertificatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetRevokedNocRootCertificatesResponse) XXX_Merge added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesResponse) XXX_Size added in v1.4.0

func (*QueryGetRevokedNocRootCertificatesResponse) XXX_Unmarshal added in v1.4.0

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) Reset

func (*QueryGetRevokedRootCertificatesRequest) Size

func (*QueryGetRevokedRootCertificatesRequest) 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 (*QueryGetRevokedRootCertificatesRequest) XXX_Size

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) Reset

func (*QueryGetRevokedRootCertificatesResponse) Size

func (*QueryGetRevokedRootCertificatesResponse) 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 (*QueryGetRevokedRootCertificatesResponse) XXX_Size

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)
	// Queries a NocRootCertificates by index.
	NocRootCertificates(context.Context, *QueryGetNocRootCertificatesRequest) (*QueryGetNocRootCertificatesResponse, error)
	// Queries a NocCertificatesByVidAndSkid by index.
	NocCertificatesByVidAndSkid(context.Context, *QueryGetNocCertificatesByVidAndSkidRequest) (*QueryGetNocCertificatesByVidAndSkidResponse, error)
	// Queries a list of NocRootCertificates items.
	NocRootCertificatesAll(context.Context, *QueryAllNocRootCertificatesRequest) (*QueryAllNocRootCertificatesResponse, error)
	// Queries a NocIcaCertificates by index.
	NocIcaCertificates(context.Context, *QueryGetNocIcaCertificatesRequest) (*QueryGetNocIcaCertificatesResponse, error)
	// Queries a list of NocIcaCertificates items.
	NocIcaCertificatesAll(context.Context, *QueryAllNocIcaCertificatesRequest) (*QueryAllNocIcaCertificatesResponse, error)
	// Queries a RevokedNocRootCertificates by index.
	RevokedNocRootCertificates(context.Context, *QueryGetRevokedNocRootCertificatesRequest) (*QueryGetRevokedNocRootCertificatesResponse, error)
	// Queries a list of RevokedNocRootCertificates items.
	RevokedNocRootCertificatesAll(context.Context, *QueryAllRevokedNocRootCertificatesRequest) (*QueryAllRevokedNocRootCertificatesResponse, 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"`
	SchemaVersion uint32         `protobuf:"varint,4,opt,name=schemaVersion,proto3" json:"schemaVersion,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) GetSchemaVersion added in v1.4.0

func (m *RejectedCertificate) GetSchemaVersion() uint32

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"`
	SchemaVersion uint32         `protobuf:"varint,4,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*RevokedCertificates) Descriptor

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

func (*RevokedCertificates) GetCerts

func (m *RevokedCertificates) GetCerts() []*Certificate

func (*RevokedCertificates) GetSchemaVersion added in v1.4.0

func (m *RevokedCertificates) GetSchemaVersion() uint32

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 RevokedNocRootCertificates added in v1.4.0

type RevokedNocRootCertificates 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"`
	SchemaVersion uint32         `protobuf:"varint,4,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*RevokedNocRootCertificates) Descriptor added in v1.4.0

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

func (*RevokedNocRootCertificates) GetCerts added in v1.4.0

func (m *RevokedNocRootCertificates) GetCerts() []*Certificate

func (*RevokedNocRootCertificates) GetSchemaVersion added in v1.4.0

func (m *RevokedNocRootCertificates) GetSchemaVersion() uint32

func (*RevokedNocRootCertificates) GetSubject added in v1.4.0

func (m *RevokedNocRootCertificates) GetSubject() string

func (*RevokedNocRootCertificates) GetSubjectKeyId added in v1.4.0

func (m *RevokedNocRootCertificates) GetSubjectKeyId() string

func (*RevokedNocRootCertificates) Marshal added in v1.4.0

func (m *RevokedNocRootCertificates) Marshal() (dAtA []byte, err error)

func (*RevokedNocRootCertificates) MarshalTo added in v1.4.0

func (m *RevokedNocRootCertificates) MarshalTo(dAtA []byte) (int, error)

func (*RevokedNocRootCertificates) MarshalToSizedBuffer added in v1.4.0

func (m *RevokedNocRootCertificates) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RevokedNocRootCertificates) ProtoMessage added in v1.4.0

func (*RevokedNocRootCertificates) ProtoMessage()

func (*RevokedNocRootCertificates) Reset added in v1.4.0

func (m *RevokedNocRootCertificates) Reset()

func (*RevokedNocRootCertificates) Size added in v1.4.0

func (m *RevokedNocRootCertificates) Size() (n int)

func (*RevokedNocRootCertificates) String added in v1.4.0

func (m *RevokedNocRootCertificates) String() string

func (*RevokedNocRootCertificates) Unmarshal added in v1.4.0

func (m *RevokedNocRootCertificates) Unmarshal(dAtA []byte) error

func (*RevokedNocRootCertificates) XXX_DiscardUnknown added in v1.4.0

func (m *RevokedNocRootCertificates) XXX_DiscardUnknown()

func (*RevokedNocRootCertificates) XXX_Marshal added in v1.4.0

func (m *RevokedNocRootCertificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RevokedNocRootCertificates) XXX_Merge added in v1.4.0

func (m *RevokedNocRootCertificates) XXX_Merge(src proto.Message)

func (*RevokedNocRootCertificates) XXX_Size added in v1.4.0

func (m *RevokedNocRootCertificates) XXX_Size() int

func (*RevokedNocRootCertificates) XXX_Unmarshal added in v1.4.0

func (m *RevokedNocRootCertificates) XXX_Unmarshal(b []byte) error

type RevokedRootCertificates

type RevokedRootCertificates struct {
	Certs         []*CertificateIdentifier `protobuf:"bytes,1,rep,name=certs,proto3" json:"certs,omitempty"`
	SchemaVersion uint32                   `protobuf:"varint,2,opt,name=schemaVersion,proto3" json:"schemaVersion,omitempty"`
}

func (*RevokedRootCertificates) Descriptor

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

func (*RevokedRootCertificates) GetCerts

func (*RevokedRootCertificates) GetSchemaVersion added in v1.4.0

func (m *RevokedRootCertificates) GetSchemaVersion() uint32

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) AddNocX509IcaCert added in v1.4.0

func (*UnimplementedMsgServer) AddNocX509RootCert added in v1.4.0

func (*UnimplementedMsgServer) AddPkiRevocationDistributionPoint added in v1.2.0

func (*UnimplementedMsgServer) AddX509Cert

func (*UnimplementedMsgServer) ApproveAddX509RootCert

func (*UnimplementedMsgServer) ApproveRevokeX509RootCert

func (*UnimplementedMsgServer) AssignVid added in v1.2.0

func (*UnimplementedMsgServer) DeletePkiRevocationDistributionPoint added in v1.2.0

func (*UnimplementedMsgServer) ProposeAddX509RootCert

func (*UnimplementedMsgServer) ProposeRevokeX509RootCert

func (*UnimplementedMsgServer) RejectAddX509RootCert added in v0.11.0

func (*UnimplementedMsgServer) RemoveNocX509IcaCert added in v1.4.0

func (*UnimplementedMsgServer) RemoveNocX509RootCert added in v1.4.0

func (*UnimplementedMsgServer) RemoveX509Cert added in v1.4.0

func (*UnimplementedMsgServer) RevokeNocX509IcaCert added in v1.4.0

func (*UnimplementedMsgServer) RevokeNocX509RootCert added in v1.4.0

func (*UnimplementedMsgServer) RevokeX509Cert

func (*UnimplementedMsgServer) UpdatePkiRevocationDistributionPoint added in v1.2.0

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer can be embedded to have forward compatible implementations.

func (*UnimplementedQueryServer) NocCertificatesByVidAndSkid added in v1.4.1

func (*UnimplementedQueryServer) NocIcaCertificates added in v1.4.0

func (*UnimplementedQueryServer) NocIcaCertificatesAll added in v1.4.0

func (*UnimplementedQueryServer) NocRootCertificates added in v1.4.0

func (*UnimplementedQueryServer) NocRootCertificatesAll added in v1.4.0

func (*UnimplementedQueryServer) PkiRevocationDistributionPoint added in v1.2.0

func (*UnimplementedQueryServer) PkiRevocationDistributionPointAll added in v1.2.0

func (*UnimplementedQueryServer) RejectedCertificate added in v0.11.0

func (*UnimplementedQueryServer) RejectedCertificateAll added in v0.11.0

func (*UnimplementedQueryServer) RevokedNocRootCertificates added in v1.4.0

func (*UnimplementedQueryServer) RevokedNocRootCertificatesAll added in v1.4.0

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"`
	SchemaVersion uint32 `protobuf:"varint,4,opt,name=schemaVersion,proto3" json:"schemaVersion,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) GetSchemaVersion added in v1.4.0

func (m *UniqueCertificate) GetSchemaVersion() uint32

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

Jump to

Keyboard shortcuts

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