Versions in this module Expand all Collapse all v0 v0.1.0 Dec 8, 2025 Changes in this version + var File_keystore_serialization_keystore_proto protoreflect.FileDescriptor + type Key struct + CreatedAt int64 + KeyType string + Metadata []byte + Name string + PrivateKey []byte + func (*Key) Descriptor() ([]byte, []int) + func (*Key) ProtoMessage() + func (x *Key) GetCreatedAt() int64 + func (x *Key) GetKeyType() string + func (x *Key) GetMetadata() []byte + func (x *Key) GetName() string + func (x *Key) GetPrivateKey() []byte + func (x *Key) ProtoReflect() protoreflect.Message + func (x *Key) Reset() + func (x *Key) String() string + type Keystore struct + Keys []*Key + func (*Keystore) Descriptor() ([]byte, []int) + func (*Keystore) ProtoMessage() + func (x *Keystore) GetKeys() []*Key + func (x *Keystore) ProtoReflect() protoreflect.Message + func (x *Keystore) Reset() + func (x *Keystore) String() string