Documentation ¶
Index ¶
- Variables
- type Keyset
- func (*Keyset) Descriptor() ([]byte, []int)deprecated
- func (x *Keyset) GetKeyCreationDates() map[uint32]*timestamppb.Timestamp
- func (x *Keyset) GetTinkKeyset() *anypb.Any
- func (*Keyset) ProtoMessage()
- func (x *Keyset) ProtoReflect() protoreflect.Message
- func (x *Keyset) Reset()
- func (x *Keyset) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_keyset_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Keyset ¶
type Keyset struct { // tink_keyset contains the serialized tink keyset this message wraps. TinkKeyset *anypb.Any `protobuf:"bytes,1,opt,name=tink_keyset,json=tinkKeyset,proto3" json:"tink_keyset,omitempty"` KeyCreationDates map[uint32]*timestamppb.Timestamp `` /* 200-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Keyset) Descriptor
deprecated
func (*Keyset) GetKeyCreationDates ¶
func (x *Keyset) GetKeyCreationDates() map[uint32]*timestamppb.Timestamp
func (*Keyset) GetTinkKeyset ¶
func (*Keyset) ProtoMessage ¶
func (*Keyset) ProtoMessage()
func (*Keyset) ProtoReflect ¶
func (x *Keyset) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.