Home
last modified time | relevance | path

Searched refs:setEncryptedContentIV (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DContentCryptoMaterial.h50 void setEncryptedContentIV(const ByteBuffer& iv) { encryptedContentIV_ = iv; } in setEncryptedContentIV() function
/AliOS-Things-master/components/oss/src/encryption/
A DEncryptionMaterials.cc68 contentCryptoMaterial.setEncryptedContentIV(encrptedKeyIV); in EncryptCEK()
A DCryptoModule.cc251 …content.setEncryptedContentIV(Base64Decode(meta.UserMetaData().at("client-side-encryption-start"))… in readMetaData()
A DOssEncryptionClient.cc117 material.setEncryptedContentIV(Base64Decode(value["encryption-iv"].asString())); in buildRecordInfo()

Completed in 9 milliseconds