MCPcopy 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
19type EncryptionAlgorithm interface {
20 Algorithm() string
21 EncryptionKeyID() string
22 DecryptionKeyIDs() []string
23 Encrypt(value []byte) ([]byte, error)

Callers 4

EncryptFunction · 0.65
checkEncryptionAlgorithmFunction · 0.65
CreateMockEncryptionAlgFunction · 0.65
createMockCryptoFunction · 0.65

Implementers 4

MockEncryptionAlgorithminternal/crypto/crypto.mock.go
MockEncryptionAlgorithmMockRecorderinternal/crypto/crypto.mock.go
AESCryptointernal/crypto/aes.go
mockEncCryptointernal/crypto/crypto_test.go

Calls

no outgoing calls

Tested by

no test coverage detected