Home
last modified time | relevance | path

Searched defs:IdentifyKey (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/keybase1/
H A Didentify_ui.go44 type IdentifyKey struct { struct
45 PGPFingerprint []byte `codec:"pgpFingerprint" json:"pgpFingerprint"`
46 KID KID `codec:"KID" json:"KID"`
47 TrackDiff *TrackDiff `codec:"trackDiff,omitempty" json:"trackDiff,omitempty"`
48 BreaksTracking bool `codec:"breaksTracking" json:"breaksTracking"`
49 SigID SigID `codec:"sigID" json:"sigID"`
52 func (o IdentifyKey) DeepCopy() IdentifyKey {
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Didentify_ui.go47 type IdentifyKey struct { struct
48 PGPFingerprint []byte `codec:"pgpFingerprint" json:"pgpFingerprint"`
49 KID KID `codec:"KID" json:"KID"`
50 TrackDiff *TrackDiff `codec:"trackDiff,omitempty" json:"trackDiff,omitempty"`
51 BreaksTracking bool `codec:"breaksTracking" json:"breaksTracking"`
52 SigID SigID `codec:"sigID" json:"sigID"`
55 func (o IdentifyKey) DeepCopy() IdentifyKey {
/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_id.go110 IdentifyKey *keybase1.IdentifyKey `json:"identifyKey"` member
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dinterfaces.go341 DisplayKey(MetaContext, keybase1.IdentifyKey) error