MCPcopy Index your code
hub / github.com/zalando/skipper / Decrypt

Method Decrypt

secrets/registry.go:14–14  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

12type Encryption interface {
13 CreateNonce() ([]byte, error)
14 Decrypt([]byte) ([]byte, error)
15 Encrypt([]byte) ([]byte, error)
16 Close()
17}

Callers 7

extractStateMethod · 0.95
TestEncryptDecryptFunction · 0.65
TestGetEncrypterFunction · 0.65
validateCookieMethod · 0.65
getCallbackStateMethod · 0.65
TestEncryptDecryptStateFunction · 0.65
decodeCookieMethod · 0.65

Implementers 1

Encryptersecrets/encrypter.go

Calls

no outgoing calls

Tested by 3

TestEncryptDecryptFunction · 0.52
TestGetEncrypterFunction · 0.52
TestEncryptDecryptStateFunction · 0.52