MCPcopy Index your code
hub / github.com/koding/kite / KontrolKey

Method KontrolKey

kite.go:255–260  ·  view source on GitHub ↗

KontrolKey gives a Kontrol's public key. The value is taken form kite key's kontrolKey claim.

()

Source from the content-addressed store, hash-verified

253//
254// The value is taken form kite key's kontrolKey claim.
255func (k *Kite) KontrolKey() *rsa.PublicKey {
256 k.configMu.RLock()
257 defer k.configMu.RUnlock()
258
259 return k.kontrolKey
260}
261
262// HandleHTTP registers the HTTP handler for the given pattern into the
263// underlying HTTP muxer.

Callers 1

RSAKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected