Searched defs:KeysetInfo (Results 1 – 7 of 7) sorted by relevance
| /external/tink/go/monitoring/ |
| D | monitoring.go | 58 type KeysetInfo struct { struct 59 Annotations map[string]string 60 PrimaryKeyID uint32 61 Entries []*Entry 78 KeysetInfo *KeysetInfo member 82 func NewContext(primitive string, apiFunction string, keysetInfo *KeysetInfo) *Context {
|
| /external/tink/go/proto/tink_go_proto/ |
| D | tink.pb.go | 424 type KeysetInfo struct { struct 425 state protoimpl.MessageState 426 sizeCache protoimpl.SizeCache 427 unknownFields protoimpl.UnknownFields 430 …otobuf:"varint,1,opt,name=primary_key_id,json=primaryKeyId,proto3" json:"primary_key_id,omitempty"` 433 …etInfo_KeyInfo `protobuf:"bytes,2,rep,name=key_info,json=keyInfo,proto3" json:"key_info,omitempty"` 436 func (x *KeysetInfo) Reset() { 445 func (x *KeysetInfo) String() string { 449 func (*KeysetInfo) ProtoMessage() {} 451 func (x *KeysetInfo) ProtoReflect() protoreflect.Message { [all …]
|
| /external/tink/java_src/proto/ |
| D | tink.proto | 164 message KeysetInfo { message
|
| /external/tink/cc/proto/ |
| D | tink.proto | 164 message KeysetInfo { message
|
| /external/tink/python/tink/proto/ |
| D | tink.proto | 164 message KeysetInfo { message
|
| /external/tink/proto/ |
| D | tink.proto | 164 message KeysetInfo { message
|
| /external/tink/go/keyset/ |
| D | handle.go | 149 func (h *Handle) KeysetInfo() *tinkpb.KeysetInfo { func
|