MCPcopy Create free account
hub / github.com/tailscale/tailscale / KeySignature

Method KeySignature

tailcfg/tailcfg_view.go:197–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195// the zero value if this node does not expire
196func (v NodeView) KeyExpiry() time.Time { return v.ж.KeyExpiry }
197func (v NodeView) KeySignature() views.ByteSlice[tkatype.MarshaledSignature] {
198 return views.ByteSliceOf(v.ж.KeySignature)
199}
200func (v NodeView) Machine() key.MachinePublic { return v.ж.Machine }
201func (v NodeView) DiscoKey() key.DiscoPublic { return v.ж.DiscoKey }
202

Callers 5

peerChangeDiffFunction · 0.80
runMethod · 0.80
tkaFilterNetmapLockedMethod · 0.80
NetworkLockStatusMethod · 0.80
tkaStateFromPeerFunction · 0.80

Calls 1

ByteSliceOfFunction · 0.92

Tested by

no test coverage detected