Documentation ¶
Index ¶
- type AesCmacKey
- func (*AesCmacKey) Descriptor() ([]byte, []int)
- func (m *AesCmacKey) GetKeyValue() []byte
- func (m *AesCmacKey) GetParams() *AesCmacParams
- func (m *AesCmacKey) GetVersion() uint32
- func (*AesCmacKey) ProtoMessage()
- func (m *AesCmacKey) Reset()
- func (m *AesCmacKey) String() string
- func (m *AesCmacKey) XXX_DiscardUnknown()
- func (m *AesCmacKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AesCmacKey) XXX_Merge(src proto.Message)
- func (m *AesCmacKey) XXX_Size() int
- func (m *AesCmacKey) XXX_Unmarshal(b []byte) error
- type AesCmacKeyFormat
- func (*AesCmacKeyFormat) Descriptor() ([]byte, []int)
- func (m *AesCmacKeyFormat) GetKeySize() uint32
- func (m *AesCmacKeyFormat) GetParams() *AesCmacParams
- func (*AesCmacKeyFormat) ProtoMessage()
- func (m *AesCmacKeyFormat) Reset()
- func (m *AesCmacKeyFormat) String() string
- func (m *AesCmacKeyFormat) XXX_DiscardUnknown()
- func (m *AesCmacKeyFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AesCmacKeyFormat) XXX_Merge(src proto.Message)
- func (m *AesCmacKeyFormat) XXX_Size() int
- func (m *AesCmacKeyFormat) XXX_Unmarshal(b []byte) error
- type AesCmacParams
- func (*AesCmacParams) Descriptor() ([]byte, []int)
- func (m *AesCmacParams) GetTagSize() uint32
- func (*AesCmacParams) ProtoMessage()
- func (m *AesCmacParams) Reset()
- func (m *AesCmacParams) String() string
- func (m *AesCmacParams) XXX_DiscardUnknown()
- func (m *AesCmacParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AesCmacParams) XXX_Merge(src proto.Message)
- func (m *AesCmacParams) XXX_Size() int
- func (m *AesCmacParams) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AesCmacKey ¶
type AesCmacKey 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"` Params *AesCmacParams `protobuf:"bytes,3,opt,name=params,proto3" json:"params,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
key_type: type.googleapis.com/google.crypto.tink.AesCmacKey
func (*AesCmacKey) Descriptor ¶
func (*AesCmacKey) Descriptor() ([]byte, []int)
func (*AesCmacKey) GetKeyValue ¶
func (m *AesCmacKey) GetKeyValue() []byte
func (*AesCmacKey) GetParams ¶
func (m *AesCmacKey) GetParams() *AesCmacParams
func (*AesCmacKey) GetVersion ¶
func (m *AesCmacKey) GetVersion() uint32
func (*AesCmacKey) ProtoMessage ¶
func (*AesCmacKey) ProtoMessage()
func (*AesCmacKey) Reset ¶
func (m *AesCmacKey) Reset()
func (*AesCmacKey) String ¶
func (m *AesCmacKey) String() string
func (*AesCmacKey) XXX_DiscardUnknown ¶
func (m *AesCmacKey) XXX_DiscardUnknown()
func (*AesCmacKey) XXX_Marshal ¶
func (m *AesCmacKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AesCmacKey) XXX_Merge ¶
func (m *AesCmacKey) XXX_Merge(src proto.Message)
func (*AesCmacKey) XXX_Size ¶
func (m *AesCmacKey) XXX_Size() int
func (*AesCmacKey) XXX_Unmarshal ¶
func (m *AesCmacKey) XXX_Unmarshal(b []byte) error
type AesCmacKeyFormat ¶
type AesCmacKeyFormat struct { KeySize uint32 `protobuf:"varint,1,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"` Params *AesCmacParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AesCmacKeyFormat) Descriptor ¶
func (*AesCmacKeyFormat) Descriptor() ([]byte, []int)
func (*AesCmacKeyFormat) GetKeySize ¶
func (m *AesCmacKeyFormat) GetKeySize() uint32
func (*AesCmacKeyFormat) GetParams ¶
func (m *AesCmacKeyFormat) GetParams() *AesCmacParams
func (*AesCmacKeyFormat) ProtoMessage ¶
func (*AesCmacKeyFormat) ProtoMessage()
func (*AesCmacKeyFormat) Reset ¶
func (m *AesCmacKeyFormat) Reset()
func (*AesCmacKeyFormat) String ¶
func (m *AesCmacKeyFormat) String() string
func (*AesCmacKeyFormat) XXX_DiscardUnknown ¶
func (m *AesCmacKeyFormat) XXX_DiscardUnknown()
func (*AesCmacKeyFormat) XXX_Marshal ¶
func (m *AesCmacKeyFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AesCmacKeyFormat) XXX_Merge ¶
func (m *AesCmacKeyFormat) XXX_Merge(src proto.Message)
func (*AesCmacKeyFormat) XXX_Size ¶
func (m *AesCmacKeyFormat) XXX_Size() int
func (*AesCmacKeyFormat) XXX_Unmarshal ¶
func (m *AesCmacKeyFormat) XXX_Unmarshal(b []byte) error
type AesCmacParams ¶
type AesCmacParams struct { TagSize uint32 `protobuf:"varint,1,opt,name=tag_size,json=tagSize,proto3" json:"tag_size,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AesCmacParams) Descriptor ¶
func (*AesCmacParams) Descriptor() ([]byte, []int)
func (*AesCmacParams) GetTagSize ¶
func (m *AesCmacParams) GetTagSize() uint32
func (*AesCmacParams) ProtoMessage ¶
func (*AesCmacParams) ProtoMessage()
func (*AesCmacParams) Reset ¶
func (m *AesCmacParams) Reset()
func (*AesCmacParams) String ¶
func (m *AesCmacParams) String() string
func (*AesCmacParams) XXX_DiscardUnknown ¶
func (m *AesCmacParams) XXX_DiscardUnknown()
func (*AesCmacParams) XXX_Marshal ¶
func (m *AesCmacParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AesCmacParams) XXX_Merge ¶
func (m *AesCmacParams) XXX_Merge(src proto.Message)
func (*AesCmacParams) XXX_Size ¶
func (m *AesCmacParams) XXX_Size() int
func (*AesCmacParams) XXX_Unmarshal ¶
func (m *AesCmacParams) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.