Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zitadel/zitadel
/ Algorithm
Method
Algorithm
internal/crypto/crypto.go:20–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
type
EncryptionAlgorithm
interface
{
20
Algorithm() string
21
EncryptionKeyID() string
22
DecryptionKeyIDs() []string
23
Encrypt(value []byte) ([]byte, error)
Callers
4
Encrypt
Function · 0.65
checkEncryptionAlgorithm
Function · 0.65
CreateMockEncryptionAlg
Function · 0.65
createMockCrypto
Function · 0.65
Implementers
4
MockEncryptionAlgorithm
internal/crypto/crypto.mock.go
MockEncryptionAlgorithmMockRecorder
internal/crypto/crypto.mock.go
AESCrypto
internal/crypto/aes.go
mockEncCrypto
internal/crypto/crypto_test.go
Calls
no outgoing calls
Tested by
no test coverage detected