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