Documentation ¶
Index ¶
- Constants
- func GetCmdAddX509Certificate(cdc *codec.Codec) *cobra.Command
- func GetCmdApproveAddX509RootCertificate(cdc *codec.Codec) *cobra.Command
- func GetCmdApproveRevokeX509RootCertificate(cdc *codec.Codec) *cobra.Command
- func GetCmdGetAllProposedX509RootCerts(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetAllProposedX509RootCertsToRevoke(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetAllRevokedX509Certs(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetAllRevokedX509RootCerts(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetAllSubjectX509Certs(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetAllX509Certs(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetAllX509RootCerts(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetProposedX509RootCert(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetProposedX509RootCertToRevoke(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetRevokedX509Cert(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetX509Cert(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetX509CertChain(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdProposeAddX509RootCertificate(cdc *codec.Codec) *cobra.Command
- func GetCmdProposeRevokeX509RootCertificate(cdc *codec.Codec) *cobra.Command
- func GetCmdRevokeX509Certificate(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagCertificate = "certificate" FlagCertificateShortcut = "c" FlagSubject = "subject" FlagSubjectShortcut = "u" FlagSubjectKeyID = "subject-key-id" FlagSubjectKeyIDShortcut = "k" FlagRootSubject = "root-subject" FlagRootSubjectShortcut = "r" FlagRootSubjectKeyID = "root-subject-key-id" FlagRootSubjectKeyIDShortcut = "i" )
Variables ¶
This section is empty.
Functions ¶
func GetCmdGetAllX509Certs ¶
func GetCmdGetProposedX509RootCertToRevoke ¶
nolint:dupl
func GetCmdGetRevokedX509Cert ¶
nolint:dupl
func GetCmdGetX509Cert ¶
nolint:dupl
func GetCmdGetX509CertChain ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.