Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DContentCryptoMaterial.h38 const ByteBuffer& EncryptedContentKey() const { return encryptedContentKey_; } in EncryptedContentKey() function
/AliOS-Things-master/components/oss/src/encryption/
A DEncryptionMaterials.cc92 auto key = cipher->Decrypt(contentCryptoMaterial.EncryptedContentKey()); in DecryptCEK()
A DCryptoModule.cc199 …Base64Encode((const char*)content.EncryptedContentKey().data(), content.EncryptedContentKey().size… in addMetaData()
A DOssEncryptionClient.cc135 const ByteBuffer& buff1 = cryptoContext_.ContentMaterial().EncryptedContentKey(); in dumpRecordInfo()

Completed in 9 milliseconds