MCPcopy Index your code
hub / github.com/coder/coder / EncryptingKey

Method EncryptingKey

coderd/jwtutils/jwe.go:19–19  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

17
18type EncryptKeyProvider interface {
19 EncryptingKey(ctx context.Context) (id string, key interface{}, err error)
20}
21
22type DecryptKeyProvider interface {

Callers 1

EncryptFunction · 0.65

Implementers 3

keycoderd/jwtutils/jwt_test.go
StaticKeycoderd/jwtutils/jws.go
cachecoderd/cryptokeys/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected