Parsing CKC on the device

Hi,

Is it possible to parse the CKC on the device before providing it to AVContentKeyRequest.processContentKeyResponse?

In other words, is the CKC encrypted?


Thanks!

Accepted Reply

Parsing the response is not possible, for security reasons. If you need to convey information such as expiry time back from the key server, you’ll need to do so out of band of the actual CKC itself.

Replies

Parsing the response is not possible, for security reasons. If you need to convey information such as expiry time back from the key server, you’ll need to do so out of band of the actual CKC itself.