Documentation
¶
Index ¶
- Variables
- type Action
- func (*Action) Descriptor() ([]byte, []int)deprecated
- func (x *Action) GetAdditionalData() *Action_AdditionalData
- func (x *Action) GetCiphertext() []byte
- func (x *Action) GetClientCertificateChain() [][]byte
- func (x *Action) GetNonce() []byte
- func (x *Action) GetPlatformPkixPublicKey() []byte
- func (*Action) ProtoMessage()
- func (x *Action) ProtoReflect() protoreflect.Message
- func (x *Action) Reset()
- func (x *Action) String() string
- type Action_AdditionalData
- func (*Action_AdditionalData) Descriptor() ([]byte, []int)deprecated
- func (x *Action_AdditionalData) GetExecutionTimeout() *durationpb.Duration
- func (x *Action_AdditionalData) GetStableFingerprint() []byte
- func (*Action_AdditionalData) ProtoMessage()
- func (x *Action_AdditionalData) ProtoReflect() protoreflect.Message
- func (x *Action_AdditionalData) Reset()
- func (x *Action_AdditionalData) String() string
- type Event
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_proto_encryptedaction_encryptedaction_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { PlatformPkixPublicKey []byte `` /* 128-byte string literal not displayed */ ClientCertificateChain [][]byte `` /* 129-byte string literal not displayed */ Nonce []byte `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"` AdditionalData *Action_AdditionalData `protobuf:"bytes,4,opt,name=additional_data,json=additionalData,proto3" json:"additional_data,omitempty"` Ciphertext []byte `protobuf:"bytes,5,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"` // contains filtered or unexported fields }
func (*Action) Descriptor
deprecated
func (*Action) GetAdditionalData ¶
func (x *Action) GetAdditionalData() *Action_AdditionalData
func (*Action) GetCiphertext ¶
func (*Action) GetClientCertificateChain ¶
func (*Action) GetPlatformPkixPublicKey ¶
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type Action_AdditionalData ¶
type Action_AdditionalData struct { StableFingerprint []byte `protobuf:"bytes,1,opt,name=stable_fingerprint,json=stableFingerprint,proto3" json:"stable_fingerprint,omitempty"` ExecutionTimeout *durationpb.Duration `protobuf:"bytes,2,opt,name=execution_timeout,json=executionTimeout,proto3" json:"execution_timeout,omitempty"` // contains filtered or unexported fields }
func (*Action_AdditionalData) Descriptor
deprecated
func (*Action_AdditionalData) Descriptor() ([]byte, []int)
Deprecated: Use Action_AdditionalData.ProtoReflect.Descriptor instead.
func (*Action_AdditionalData) GetExecutionTimeout ¶
func (x *Action_AdditionalData) GetExecutionTimeout() *durationpb.Duration
func (*Action_AdditionalData) GetStableFingerprint ¶
func (x *Action_AdditionalData) GetStableFingerprint() []byte
func (*Action_AdditionalData) ProtoMessage ¶
func (*Action_AdditionalData) ProtoMessage()
func (*Action_AdditionalData) ProtoReflect ¶
func (x *Action_AdditionalData) ProtoReflect() protoreflect.Message
func (*Action_AdditionalData) Reset ¶
func (x *Action_AdditionalData) Reset()
func (*Action_AdditionalData) String ¶
func (x *Action_AdditionalData) String() string
type Event ¶
type Event struct { Nonce []byte `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"` Ciphertext []byte `protobuf:"bytes,2,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"` // contains filtered or unexported fields }
func (*Event) Descriptor
deprecated
func (*Event) GetCiphertext ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.