MCPcopy Create free account
hub / github.com/paypal/junodb / GetDecryptionKey

Method GetDecryptionKey

pkg/proto/cryptoks.go:33–33  ·  view source on GitHub ↗
(version uint32)

Source from the content-addressed store, hash-verified

31 IEncryptionKeyStore interface {
32 GetEncryptionKey() (key []byte, version uint32, err error)
33 GetDecryptionKey(version uint32) (key []byte, err error)
34 NumKeys() (numKeys int)
35 }
36

Callers 2

DecryptMethod · 0.95
newGoTlsContextFunction · 0.65

Implementers 2

testKeyStoreTpkg/proto/cryptoks.go
LocalFileStorepkg/sec/keystore.go

Calls

no outgoing calls

Tested by

no test coverage detected