MCPcopy
hub / github.com/zitadel/zitadel / DecryptionKeyIDs

Method DecryptionKeyIDs

internal/crypto/crypto.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 Algorithm() string
21 EncryptionKeyID() string
22 DecryptionKeyIDs() []string
23 Encrypt(value []byte) ([]byte, error)
24 Decrypt(hashed []byte, keyID string) ([]byte, error)
25

Callers 6

cryptoValueFunction · 0.65
checkEncryptionAlgorithmFunction · 0.65
CreateMockEncryptionAlgFunction · 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 4

cryptoValueFunction · 0.52