|
Support for Digital Rights Management (DRM) is becoming more and more widespread across mobile devices. Openwave provides support for a broad range of DRM specifications and implementations via Openwave Download Manager (ODM). There are three classes of DRM that are specified by the Open Mobile Alliance (OMA) DRM specifications: Forward-Lock, Combined Delivery, and Separate Delivery. Separate delivery is the most flexible and powerful of the three because it separates objects from the rights to actually use an object, therefore enabling re-distribution of content while keeping it protected. Since ODM does the work of applying the OMA-DRM for handsets which support the standard, the burden is lifted from the content developer and high value content can be safely introduced into the mobile space. We'll take a closer look at exactly how OMA DRM works, and what the rights objects look like. A device will declare support for OMA-DRM by including one of the following sets of strings in the http accept header:
As you might note, support builds on it self, so a device that supports combined delivery also supports forward-lock, and a device that supports separate delivery also supports combined delivery and forward lock. To help you better understand exactly what is implied by each of the following methods what follows here are descriptions, illustrations, and sample of what actually gets delivered over the air to a device. Note that when the rights are applied to an object, the object is delivered as a multipart format.
![]() In the case of simple forward lock, an additional HTTP header is applied to the object that looks like: Notice that the only part of the multipart is the object itself. Since the lowest common denominator of OMA-DRM is forward-lock, completely omitting a specific rights object implies the forward-lock.
When the object is delivered to the handset the rights object that accompanies the object itself will look something like what follows below:
In the case of separate delivery, as the name specifies, the rights object will come as the result of an SMS message or a WAP Push. A sample of the XML format for unlimited play of an object is as follows: Note that in the case of separate delivery, a base 64 encoded key is delivered. The Openwave Download Manager will do the work of determining the capabilities of the devices that an object is being sent to, and will apply the object protection that is most appropriate for the target device. In the case where a device supports either the combined or separate delivery of rights for an object, those rights are delivered in an XML document. Also, in either case the object may come WBXML encoded instead of in plain text.
Remember, that as a developer, you don't need to do anything additional to your objects or applications. The rights objects will be automatically applied by Openwave Download Manager when uploaded. As a content owner you have the ability to specify what type of rights you wish your content to have (e.g. play only, preview, etc...), but you don't have to worry about the specific implementation on each device out there, we take care of that for you. If you want to find out more about the OMA DRM specifications, you can download them directly from the OMA . |


