Documentation ¶
Overview ¶
Package v2 contains definition of kms-plugin's serialized types.
Index ¶
- type EncryptedObject
- func (*EncryptedObject) Descriptor() ([]byte, []int)
- func (m *EncryptedObject) GetAnnotations() map[string][]byte
- func (m *EncryptedObject) GetEncryptedDEK() []byte
- func (m *EncryptedObject) GetEncryptedData() []byte
- func (m *EncryptedObject) GetKeyID() string
- func (*EncryptedObject) ProtoMessage()
- func (m *EncryptedObject) Reset()
- func (m *EncryptedObject) String() string
- func (m *EncryptedObject) XXX_DiscardUnknown()
- func (m *EncryptedObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EncryptedObject) XXX_Merge(src proto.Message)
- func (m *EncryptedObject) XXX_Size() int
- func (m *EncryptedObject) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedObject ¶
type EncryptedObject struct { // EncryptedData is the encrypted data. EncryptedData []byte `protobuf:"bytes,1,opt,name=encryptedData,proto3" json:"encryptedData,omitempty"` // KeyID is the KMS key ID used for encryption operations. KeyID string `protobuf:"bytes,2,opt,name=keyID,proto3" json:"keyID,omitempty"` // EncryptedDEK is the encrypted DEK. EncryptedDEK []byte `protobuf:"bytes,3,opt,name=encryptedDEK,proto3" json:"encryptedDEK,omitempty"` // Annotations is additional metadata that was provided by the KMS plugin. Annotations map[string][]byte `` /* 163-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
EncryptedObject is the representation of data stored in etcd after envelope encryption.
func (*EncryptedObject) Descriptor ¶
func (*EncryptedObject) Descriptor() ([]byte, []int)
func (*EncryptedObject) GetAnnotations ¶
func (m *EncryptedObject) GetAnnotations() map[string][]byte
func (*EncryptedObject) GetEncryptedDEK ¶
func (m *EncryptedObject) GetEncryptedDEK() []byte
func (*EncryptedObject) GetEncryptedData ¶
func (m *EncryptedObject) GetEncryptedData() []byte
func (*EncryptedObject) GetKeyID ¶
func (m *EncryptedObject) GetKeyID() string
func (*EncryptedObject) ProtoMessage ¶
func (*EncryptedObject) ProtoMessage()
func (*EncryptedObject) Reset ¶
func (m *EncryptedObject) Reset()
func (*EncryptedObject) String ¶
func (m *EncryptedObject) String() string
func (*EncryptedObject) XXX_DiscardUnknown ¶
func (m *EncryptedObject) XXX_DiscardUnknown()
func (*EncryptedObject) XXX_Marshal ¶
func (m *EncryptedObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EncryptedObject) XXX_Merge ¶
func (m *EncryptedObject) XXX_Merge(src proto.Message)
func (*EncryptedObject) XXX_Size ¶
func (m *EncryptedObject) XXX_Size() int
func (*EncryptedObject) XXX_Unmarshal ¶
func (m *EncryptedObject) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.