Documentation ¶
Index ¶
- Variables
- type CLCredDefKeyFormat
- func (*CLCredDefKeyFormat) Descriptor() ([]byte, []int)deprecated
- func (x *CLCredDefKeyFormat) GetParams() *CLCredDefParams
- func (*CLCredDefKeyFormat) ProtoMessage()
- func (x *CLCredDefKeyFormat) ProtoReflect() protoreflect.Message
- func (x *CLCredDefKeyFormat) Reset()
- func (x *CLCredDefKeyFormat) String() string
- type CLCredDefParams
- type CLCredDefPrivateKey
- func (*CLCredDefPrivateKey) Descriptor() ([]byte, []int)deprecated
- func (x *CLCredDefPrivateKey) GetKeyValue() []byte
- func (x *CLCredDefPrivateKey) GetPublicKey() *CLCredDefPublicKey
- func (x *CLCredDefPrivateKey) GetVersion() uint32
- func (*CLCredDefPrivateKey) ProtoMessage()
- func (x *CLCredDefPrivateKey) ProtoReflect() protoreflect.Message
- func (x *CLCredDefPrivateKey) Reset()
- func (x *CLCredDefPrivateKey) String() string
- type CLCredDefPublicKey
- func (*CLCredDefPublicKey) Descriptor() ([]byte, []int)deprecated
- func (x *CLCredDefPublicKey) GetKeyCorrectnessProof() []byte
- func (x *CLCredDefPublicKey) GetKeyValue() []byte
- func (x *CLCredDefPublicKey) GetParams() *CLCredDefParams
- func (x *CLCredDefPublicKey) GetVersion() uint32
- func (*CLCredDefPublicKey) ProtoMessage()
- func (x *CLCredDefPublicKey) ProtoReflect() protoreflect.Message
- func (x *CLCredDefPublicKey) Reset()
- func (x *CLCredDefPublicKey) String() string
- type CLMasterSecret
- func (*CLMasterSecret) Descriptor() ([]byte, []int)deprecated
- func (x *CLMasterSecret) GetKeyValue() []byte
- func (x *CLMasterSecret) GetVersion() uint32
- func (*CLMasterSecret) ProtoMessage()
- func (x *CLMasterSecret) ProtoReflect() protoreflect.Message
- func (x *CLMasterSecret) Reset()
- func (x *CLMasterSecret) String() string
- type CLMasterSecretKeyFormat
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_cl_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CLCredDefKeyFormat ¶
type CLCredDefKeyFormat struct { Params *CLCredDefParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
func (*CLCredDefKeyFormat) Descriptor
deprecated
func (*CLCredDefKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use CLCredDefKeyFormat.ProtoReflect.Descriptor instead.
func (*CLCredDefKeyFormat) GetParams ¶
func (x *CLCredDefKeyFormat) GetParams() *CLCredDefParams
func (*CLCredDefKeyFormat) ProtoMessage ¶
func (*CLCredDefKeyFormat) ProtoMessage()
func (*CLCredDefKeyFormat) ProtoReflect ¶
func (x *CLCredDefKeyFormat) ProtoReflect() protoreflect.Message
func (*CLCredDefKeyFormat) Reset ¶
func (x *CLCredDefKeyFormat) Reset()
func (*CLCredDefKeyFormat) String ¶
func (x *CLCredDefKeyFormat) String() string
type CLCredDefParams ¶
type CLCredDefParams struct { Attrs []string `protobuf:"bytes,1,rep,name=attrs,proto3" json:"attrs,omitempty"` // contains filtered or unexported fields }
func (*CLCredDefParams) Descriptor
deprecated
func (*CLCredDefParams) Descriptor() ([]byte, []int)
Deprecated: Use CLCredDefParams.ProtoReflect.Descriptor instead.
func (*CLCredDefParams) GetAttrs ¶
func (x *CLCredDefParams) GetAttrs() []string
func (*CLCredDefParams) ProtoMessage ¶
func (*CLCredDefParams) ProtoMessage()
func (*CLCredDefParams) ProtoReflect ¶
func (x *CLCredDefParams) ProtoReflect() protoreflect.Message
func (*CLCredDefParams) Reset ¶
func (x *CLCredDefParams) Reset()
func (*CLCredDefParams) String ¶
func (x *CLCredDefParams) String() string
type CLCredDefPrivateKey ¶
type CLCredDefPrivateKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` PublicKey *CLCredDefPublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` KeyValue []byte `protobuf:"bytes,3,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` // contains filtered or unexported fields }
func (*CLCredDefPrivateKey) Descriptor
deprecated
func (*CLCredDefPrivateKey) Descriptor() ([]byte, []int)
Deprecated: Use CLCredDefPrivateKey.ProtoReflect.Descriptor instead.
func (*CLCredDefPrivateKey) GetKeyValue ¶
func (x *CLCredDefPrivateKey) GetKeyValue() []byte
func (*CLCredDefPrivateKey) GetPublicKey ¶
func (x *CLCredDefPrivateKey) GetPublicKey() *CLCredDefPublicKey
func (*CLCredDefPrivateKey) GetVersion ¶
func (x *CLCredDefPrivateKey) GetVersion() uint32
func (*CLCredDefPrivateKey) ProtoMessage ¶
func (*CLCredDefPrivateKey) ProtoMessage()
func (*CLCredDefPrivateKey) ProtoReflect ¶
func (x *CLCredDefPrivateKey) ProtoReflect() protoreflect.Message
func (*CLCredDefPrivateKey) Reset ¶
func (x *CLCredDefPrivateKey) Reset()
func (*CLCredDefPrivateKey) String ¶
func (x *CLCredDefPrivateKey) String() string
type CLCredDefPublicKey ¶
type CLCredDefPublicKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` KeyValue []byte `protobuf:"bytes,2,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` KeyCorrectnessProof []byte `protobuf:"bytes,3,opt,name=key_correctness_proof,json=keyCorrectnessProof,proto3" json:"key_correctness_proof,omitempty"` Params *CLCredDefParams `protobuf:"bytes,4,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
func (*CLCredDefPublicKey) Descriptor
deprecated
func (*CLCredDefPublicKey) Descriptor() ([]byte, []int)
Deprecated: Use CLCredDefPublicKey.ProtoReflect.Descriptor instead.
func (*CLCredDefPublicKey) GetKeyCorrectnessProof ¶
func (x *CLCredDefPublicKey) GetKeyCorrectnessProof() []byte
func (*CLCredDefPublicKey) GetKeyValue ¶
func (x *CLCredDefPublicKey) GetKeyValue() []byte
func (*CLCredDefPublicKey) GetParams ¶
func (x *CLCredDefPublicKey) GetParams() *CLCredDefParams
func (*CLCredDefPublicKey) GetVersion ¶
func (x *CLCredDefPublicKey) GetVersion() uint32
func (*CLCredDefPublicKey) ProtoMessage ¶
func (*CLCredDefPublicKey) ProtoMessage()
func (*CLCredDefPublicKey) ProtoReflect ¶
func (x *CLCredDefPublicKey) ProtoReflect() protoreflect.Message
func (*CLCredDefPublicKey) Reset ¶
func (x *CLCredDefPublicKey) Reset()
func (*CLCredDefPublicKey) String ¶
func (x *CLCredDefPublicKey) String() string
type CLMasterSecret ¶
type CLMasterSecret struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` KeyValue []byte `protobuf:"bytes,2,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` // contains filtered or unexported fields }
func (*CLMasterSecret) Descriptor
deprecated
func (*CLMasterSecret) Descriptor() ([]byte, []int)
Deprecated: Use CLMasterSecret.ProtoReflect.Descriptor instead.
func (*CLMasterSecret) GetKeyValue ¶
func (x *CLMasterSecret) GetKeyValue() []byte
func (*CLMasterSecret) GetVersion ¶
func (x *CLMasterSecret) GetVersion() uint32
func (*CLMasterSecret) ProtoMessage ¶
func (*CLMasterSecret) ProtoMessage()
func (*CLMasterSecret) ProtoReflect ¶
func (x *CLMasterSecret) ProtoReflect() protoreflect.Message
func (*CLMasterSecret) Reset ¶
func (x *CLMasterSecret) Reset()
func (*CLMasterSecret) String ¶
func (x *CLMasterSecret) String() string
type CLMasterSecretKeyFormat ¶
type CLMasterSecretKeyFormat struct {
// contains filtered or unexported fields
}
func (*CLMasterSecretKeyFormat) Descriptor
deprecated
func (*CLMasterSecretKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use CLMasterSecretKeyFormat.ProtoReflect.Descriptor instead.
func (*CLMasterSecretKeyFormat) ProtoMessage ¶
func (*CLMasterSecretKeyFormat) ProtoMessage()
func (*CLMasterSecretKeyFormat) ProtoReflect ¶
func (x *CLMasterSecretKeyFormat) ProtoReflect() protoreflect.Message
func (*CLMasterSecretKeyFormat) Reset ¶
func (x *CLMasterSecretKeyFormat) Reset()
func (*CLMasterSecretKeyFormat) String ¶
func (x *CLMasterSecretKeyFormat) String() string
Click to show internal directories.
Click to hide internal directories.