Versions in this module Expand all Collapse all v0 v0.7.0 Dec 4, 2025 v0.5.0 Jul 17, 2025 Changes in this version + var File_x509_config_proto protoreflect.FileDescriptor + type Config struct + CryptoConfig *CryptoConfig + SigningIdentity *SigningIdentityInfo + Version uint64 + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (x *Config) GetCryptoConfig() *CryptoConfig + func (x *Config) GetSigningIdentity() *SigningIdentityInfo + func (x *Config) GetVersion() uint64 + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type CryptoConfig struct + SignatureHashFamily string + func (*CryptoConfig) Descriptor() ([]byte, []int) + func (*CryptoConfig) ProtoMessage() + func (x *CryptoConfig) GetSignatureHashFamily() string + func (x *CryptoConfig) ProtoReflect() protoreflect.Message + func (x *CryptoConfig) Reset() + func (x *CryptoConfig) String() string + type KeyInfo struct + KeyIdentifier string + KeyMaterial []byte + func (*KeyInfo) Descriptor() ([]byte, []int) + func (*KeyInfo) ProtoMessage() + func (x *KeyInfo) GetKeyIdentifier() string + func (x *KeyInfo) GetKeyMaterial() []byte + func (x *KeyInfo) ProtoReflect() protoreflect.Message + func (x *KeyInfo) Reset() + func (x *KeyInfo) String() string + type SigningIdentityInfo struct + PrivateSigner *KeyInfo + PublicSigner []byte + func (*SigningIdentityInfo) Descriptor() ([]byte, []int) + func (*SigningIdentityInfo) ProtoMessage() + func (x *SigningIdentityInfo) GetPrivateSigner() *KeyInfo + func (x *SigningIdentityInfo) GetPublicSigner() []byte + func (x *SigningIdentityInfo) ProtoReflect() protoreflect.Message + func (x *SigningIdentityInfo) Reset() + func (x *SigningIdentityInfo) String() string