Documentation ¶
Index ¶
- type AesCtrKey
- func (*AesCtrKey) Descriptor() ([]byte, []int)
- func (m *AesCtrKey) GetKeyValue() []byte
- func (m *AesCtrKey) GetParams() *AesCtrParams
- func (m *AesCtrKey) GetVersion() uint32
- func (*AesCtrKey) ProtoMessage()
- func (m *AesCtrKey) Reset()
- func (m *AesCtrKey) String() string
- func (m *AesCtrKey) XXX_DiscardUnknown()
- func (m *AesCtrKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AesCtrKey) XXX_Merge(src proto.Message)
- func (m *AesCtrKey) XXX_Size() int
- func (m *AesCtrKey) XXX_Unmarshal(b []byte) error
- type AesCtrKeyFormat
- func (*AesCtrKeyFormat) Descriptor() ([]byte, []int)
- func (m *AesCtrKeyFormat) GetKeySize() uint32
- func (m *AesCtrKeyFormat) GetParams() *AesCtrParams
- func (*AesCtrKeyFormat) ProtoMessage()
- func (m *AesCtrKeyFormat) Reset()
- func (m *AesCtrKeyFormat) String() string
- func (m *AesCtrKeyFormat) XXX_DiscardUnknown()
- func (m *AesCtrKeyFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AesCtrKeyFormat) XXX_Merge(src proto.Message)
- func (m *AesCtrKeyFormat) XXX_Size() int
- func (m *AesCtrKeyFormat) XXX_Unmarshal(b []byte) error
- type AesCtrParams
- func (*AesCtrParams) Descriptor() ([]byte, []int)
- func (m *AesCtrParams) GetIvSize() uint32
- func (*AesCtrParams) ProtoMessage()
- func (m *AesCtrParams) Reset()
- func (m *AesCtrParams) String() string
- func (m *AesCtrParams) XXX_DiscardUnknown()
- func (m *AesCtrParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AesCtrParams) XXX_Merge(src proto.Message)
- func (m *AesCtrParams) XXX_Size() int
- func (m *AesCtrParams) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AesCtrKey ¶
type AesCtrKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Params *AesCtrParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` KeyValue []byte `protobuf:"bytes,3,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.AesCtrKey
func (*AesCtrKey) Descriptor ¶
func (*AesCtrKey) GetKeyValue ¶
func (*AesCtrKey) GetParams ¶
func (m *AesCtrKey) GetParams() *AesCtrParams
func (*AesCtrKey) GetVersion ¶
func (*AesCtrKey) ProtoMessage ¶
func (*AesCtrKey) ProtoMessage()
func (*AesCtrKey) XXX_DiscardUnknown ¶
func (m *AesCtrKey) XXX_DiscardUnknown()
func (*AesCtrKey) XXX_Marshal ¶
func (*AesCtrKey) XXX_Unmarshal ¶
type AesCtrKeyFormat ¶
type AesCtrKeyFormat struct { Params *AesCtrParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` KeySize uint32 `protobuf:"varint,2,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AesCtrKeyFormat) Descriptor ¶
func (*AesCtrKeyFormat) Descriptor() ([]byte, []int)
func (*AesCtrKeyFormat) GetKeySize ¶
func (m *AesCtrKeyFormat) GetKeySize() uint32
func (*AesCtrKeyFormat) GetParams ¶
func (m *AesCtrKeyFormat) GetParams() *AesCtrParams
func (*AesCtrKeyFormat) ProtoMessage ¶
func (*AesCtrKeyFormat) ProtoMessage()
func (*AesCtrKeyFormat) Reset ¶
func (m *AesCtrKeyFormat) Reset()
func (*AesCtrKeyFormat) String ¶
func (m *AesCtrKeyFormat) String() string
func (*AesCtrKeyFormat) XXX_DiscardUnknown ¶
func (m *AesCtrKeyFormat) XXX_DiscardUnknown()
func (*AesCtrKeyFormat) XXX_Marshal ¶
func (m *AesCtrKeyFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AesCtrKeyFormat) XXX_Merge ¶
func (m *AesCtrKeyFormat) XXX_Merge(src proto.Message)
func (*AesCtrKeyFormat) XXX_Size ¶
func (m *AesCtrKeyFormat) XXX_Size() int
func (*AesCtrKeyFormat) XXX_Unmarshal ¶
func (m *AesCtrKeyFormat) XXX_Unmarshal(b []byte) error
type AesCtrParams ¶
type AesCtrParams struct { IvSize uint32 `protobuf:"varint,1,opt,name=iv_size,json=ivSize,proto3" json:"iv_size,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AesCtrParams) Descriptor ¶
func (*AesCtrParams) Descriptor() ([]byte, []int)
func (*AesCtrParams) GetIvSize ¶
func (m *AesCtrParams) GetIvSize() uint32
func (*AesCtrParams) ProtoMessage ¶
func (*AesCtrParams) ProtoMessage()
func (*AesCtrParams) Reset ¶
func (m *AesCtrParams) Reset()
func (*AesCtrParams) String ¶
func (m *AesCtrParams) String() string
func (*AesCtrParams) XXX_DiscardUnknown ¶
func (m *AesCtrParams) XXX_DiscardUnknown()
func (*AesCtrParams) XXX_Marshal ¶
func (m *AesCtrParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AesCtrParams) XXX_Merge ¶
func (m *AesCtrParams) XXX_Merge(src proto.Message)
func (*AesCtrParams) XXX_Size ¶
func (m *AesCtrParams) XXX_Size() int
func (*AesCtrParams) XXX_Unmarshal ¶
func (m *AesCtrParams) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.