Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scality/cloudserver
/ backend.js
File
backend.js
lib/kms/in_memory/backend.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
Common = require(
'../common'
);
2
const
{ KmsType, KmsProtocol, getKeyIdFromArn, makeBackend } = require(
'arsenal/build/lib/network/KMSInterface'
);
3
4
const
kms = [];
Callers
nothing calls this directly
Calls
3
createDataKey
Method · 0.80
createCipher
Method · 0.80
createDecipher
Method · 0.80
Tested by
no test coverage detected