0
votes

Wanted to check is there any API provided by Android which can be used to store DRM keys securely.

We are using OfflineLicenseHelper to download DRM keys for offline usage of drm media asset. But we are concerned on how to store the keys securely.

Any pointers will be greatly appreciated.

1

1 Answers

1
votes

Assuming you are using a standard DRM solution, mostly likely Widevine if it is on Android, then you don't need to worry about storing the keys securely yourself as this is part of the functionality that the DRM system provides.

The DRM system will securely store the keys and provide them to the secure media path in the device when you request playback.