Searched refs:KeyWrapAlgorithm (Results 1 – 4 of 4) sorted by relevance
36 const std::string& KeyWrapAlgorithm() const { return keyWrapAlgorithm_; } in KeyWrapAlgorithm() function
77 auto keyWarpAlgo = ToLower(contentCryptoMaterial.KeyWrapAlgorithm().c_str()); in DecryptCEK()
209 meta.addUserHeader("client-side-encryption-wrap-alg", content.KeyWrapAlgorithm()); in addMetaData()
140 value["encryption-wrap-alg"] = cryptoContext_.ContentMaterial().KeyWrapAlgorithm(); in dumpRecordInfo()
Completed in 6 milliseconds