Documentation ¶
Index ¶
- type AesCtrHmacAeadKey
- func (*AesCtrHmacAeadKey) Descriptor() ([]byte, []int)
- func (m *AesCtrHmacAeadKey) GetAesCtrKey() *aes_ctr_go_proto.AesCtrKey
- func (m *AesCtrHmacAeadKey) GetHmacKey() *hmac_go_proto.HmacKey
- func (m *AesCtrHmacAeadKey) GetVersion() uint32
- func (*AesCtrHmacAeadKey) ProtoMessage()
- func (m *AesCtrHmacAeadKey) Reset()
- func (m *AesCtrHmacAeadKey) String() string
- func (m *AesCtrHmacAeadKey) XXX_DiscardUnknown()
- func (m *AesCtrHmacAeadKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AesCtrHmacAeadKey) XXX_Merge(src proto.Message)
- func (m *AesCtrHmacAeadKey) XXX_Size() int
- func (m *AesCtrHmacAeadKey) XXX_Unmarshal(b []byte) error
- type AesCtrHmacAeadKeyFormat
- func (*AesCtrHmacAeadKeyFormat) Descriptor() ([]byte, []int)
- func (m *AesCtrHmacAeadKeyFormat) GetAesCtrKeyFormat() *aes_ctr_go_proto.AesCtrKeyFormat
- func (m *AesCtrHmacAeadKeyFormat) GetHmacKeyFormat() *hmac_go_proto.HmacKeyFormat
- func (*AesCtrHmacAeadKeyFormat) ProtoMessage()
- func (m *AesCtrHmacAeadKeyFormat) Reset()
- func (m *AesCtrHmacAeadKeyFormat) String() string
- func (m *AesCtrHmacAeadKeyFormat) XXX_DiscardUnknown()
- func (m *AesCtrHmacAeadKeyFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AesCtrHmacAeadKeyFormat) XXX_Merge(src proto.Message)
- func (m *AesCtrHmacAeadKeyFormat) XXX_Size() int
- func (m *AesCtrHmacAeadKeyFormat) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AesCtrHmacAeadKey ¶
type AesCtrHmacAeadKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` AesCtrKey *aes_ctr_go_proto.AesCtrKey `protobuf:"bytes,2,opt,name=aes_ctr_key,json=aesCtrKey,proto3" json:"aes_ctr_key,omitempty"` HmacKey *hmac_go_proto.HmacKey `protobuf:"bytes,3,opt,name=hmac_key,json=hmacKey,proto3" json:"hmac_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
key_type: type.googleapis.com/google.crypto.tink.AesCtrHmacAeadKey
func (*AesCtrHmacAeadKey) Descriptor ¶
func (*AesCtrHmacAeadKey) Descriptor() ([]byte, []int)
func (*AesCtrHmacAeadKey) GetAesCtrKey ¶
func (m *AesCtrHmacAeadKey) GetAesCtrKey() *aes_ctr_go_proto.AesCtrKey
func (*AesCtrHmacAeadKey) GetHmacKey ¶
func (m *AesCtrHmacAeadKey) GetHmacKey() *hmac_go_proto.HmacKey
func (*AesCtrHmacAeadKey) GetVersion ¶
func (m *AesCtrHmacAeadKey) GetVersion() uint32
func (*AesCtrHmacAeadKey) ProtoMessage ¶
func (*AesCtrHmacAeadKey) ProtoMessage()
func (*AesCtrHmacAeadKey) Reset ¶
func (m *AesCtrHmacAeadKey) Reset()
func (*AesCtrHmacAeadKey) String ¶
func (m *AesCtrHmacAeadKey) String() string
func (*AesCtrHmacAeadKey) XXX_DiscardUnknown ¶
func (m *AesCtrHmacAeadKey) XXX_DiscardUnknown()
func (*AesCtrHmacAeadKey) XXX_Marshal ¶
func (m *AesCtrHmacAeadKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AesCtrHmacAeadKey) XXX_Merge ¶
func (m *AesCtrHmacAeadKey) XXX_Merge(src proto.Message)
func (*AesCtrHmacAeadKey) XXX_Size ¶
func (m *AesCtrHmacAeadKey) XXX_Size() int
func (*AesCtrHmacAeadKey) XXX_Unmarshal ¶
func (m *AesCtrHmacAeadKey) XXX_Unmarshal(b []byte) error
type AesCtrHmacAeadKeyFormat ¶
type AesCtrHmacAeadKeyFormat struct { AesCtrKeyFormat *aes_ctr_go_proto.AesCtrKeyFormat `protobuf:"bytes,1,opt,name=aes_ctr_key_format,json=aesCtrKeyFormat,proto3" json:"aes_ctr_key_format,omitempty"` HmacKeyFormat *hmac_go_proto.HmacKeyFormat `protobuf:"bytes,2,opt,name=hmac_key_format,json=hmacKeyFormat,proto3" json:"hmac_key_format,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AesCtrHmacAeadKeyFormat) Descriptor ¶
func (*AesCtrHmacAeadKeyFormat) Descriptor() ([]byte, []int)
func (*AesCtrHmacAeadKeyFormat) GetAesCtrKeyFormat ¶
func (m *AesCtrHmacAeadKeyFormat) GetAesCtrKeyFormat() *aes_ctr_go_proto.AesCtrKeyFormat
func (*AesCtrHmacAeadKeyFormat) GetHmacKeyFormat ¶
func (m *AesCtrHmacAeadKeyFormat) GetHmacKeyFormat() *hmac_go_proto.HmacKeyFormat
func (*AesCtrHmacAeadKeyFormat) ProtoMessage ¶
func (*AesCtrHmacAeadKeyFormat) ProtoMessage()
func (*AesCtrHmacAeadKeyFormat) Reset ¶
func (m *AesCtrHmacAeadKeyFormat) Reset()
func (*AesCtrHmacAeadKeyFormat) String ¶
func (m *AesCtrHmacAeadKeyFormat) String() string
func (*AesCtrHmacAeadKeyFormat) XXX_DiscardUnknown ¶
func (m *AesCtrHmacAeadKeyFormat) XXX_DiscardUnknown()
func (*AesCtrHmacAeadKeyFormat) XXX_Marshal ¶
func (m *AesCtrHmacAeadKeyFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AesCtrHmacAeadKeyFormat) XXX_Merge ¶
func (m *AesCtrHmacAeadKeyFormat) XXX_Merge(src proto.Message)
func (*AesCtrHmacAeadKeyFormat) XXX_Size ¶
func (m *AesCtrHmacAeadKeyFormat) XXX_Size() int
func (*AesCtrHmacAeadKeyFormat) XXX_Unmarshal ¶
func (m *AesCtrHmacAeadKeyFormat) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.