Documentation
¶
Index ¶
- Variables
- type Operation
- func (*Operation) Descriptor() ([]byte, []int)deprecated
- func (x *Operation) GetAlg() *psaalgorithm.Algorithm_AsymmetricSignature
- func (x *Operation) GetHash() []byte
- func (x *Operation) GetKeyName() string
- func (*Operation) ProtoMessage()
- func (x *Operation) ProtoReflect() protoreflect.Message
- func (x *Operation) Reset()
- func (x *Operation) String() string
- type Result
Constants ¶
This section is empty.
Variables ¶
View Source
var File_psa_sign_hash_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` Alg *psaalgorithm.Algorithm_AsymmetricSignature `protobuf:"bytes,2,opt,name=alg,proto3" json:"alg,omitempty"` Hash []byte `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"` // contains filtered or unexported fields }
func (*Operation) Descriptor
deprecated
func (*Operation) GetAlg ¶
func (x *Operation) GetAlg() *psaalgorithm.Algorithm_AsymmetricSignature
func (*Operation) GetKeyName ¶
func (*Operation) ProtoMessage ¶
func (*Operation) ProtoMessage()
func (*Operation) ProtoReflect ¶
func (x *Operation) ProtoReflect() protoreflect.Message
type Result ¶
type Result struct { Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*Result) Descriptor
deprecated
func (*Result) GetSignature ¶
func (*Result) ProtoMessage ¶
func (*Result) ProtoMessage()
func (*Result) ProtoReflect ¶
func (x *Result) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.