Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
18
type
EncryptKeyProvider
interface
{
19
EncryptingKey(ctx context.Context) (id string, key
interface
{}, err error)
20
}
21
22
type
DecryptKeyProvider
interface
{
Callers
1
Encrypt
Function · 0.65
Implementers
3
key
coderd/jwtutils/jwt_test.go
StaticKey
coderd/jwtutils/jws.go
cache
coderd/cryptokeys/cache.go
Calls
no outgoing calls
Tested by
no test coverage detected