Searched refs:EncryptedContentKey (Results 1 – 4 of 4) sorted by relevance
38 const ByteBuffer& EncryptedContentKey() const { return encryptedContentKey_; } in EncryptedContentKey() function
92 auto key = cipher->Decrypt(contentCryptoMaterial.EncryptedContentKey()); in DecryptCEK()
199 …Base64Encode((const char*)content.EncryptedContentKey().data(), content.EncryptedContentKey().size… in addMetaData()
135 const ByteBuffer& buff1 = cryptoContext_.ContentMaterial().EncryptedContentKey(); in dumpRecordInfo()
Completed in 9 milliseconds