Symbian3/PDK/Source/GUID-6E09A5CE-F51A-4FFB-A578-70D09C38AAFA.dita
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Tue, 30 Mar 2010 16:16:55 +0100
changeset 6 43e37759235e
parent 5 f345bda72bc4
child 14 578be2adaf3e
permissions -rw-r--r--
Week 12 contribution of example code"

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-6E09A5CE-F51A-4FFB-A578-70D09C38AAFA" xml:lang="en"><title>DRM rights objects</title><shortdesc>A rights object defines the circumstances in which mobile device users are granted access to DRM-protected content. The rights object governs the use of DRM-protected content and is linked to the corresponding media object.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
<p>A rights object contains usage rights and optionally usage right constraints. The usage rights allow the user to play, display, execute or print the DRM protected media object. Constraints can restrict either the number of times the media object can be used, or they can define the period of time during which the media object can be used. Usage rights define whether a rights object is valid or expired. An expired rights object has no more usage times left or the usage time has been exceeded. In addition, timed-count and accumulated time constraints are supported for OMA DRM v2.0 content.</p>
<p>For more information on the permissions and constraints, see:</p>
<ul>
<li><p><xref href="http://www.openmobilealliance.org/Technical/release_program/drm_v1_0.aspx" scope="external">OMA DRM v1.0 specification</xref></p></li>
<li><p><xref href="http://www.openmobilealliance.org/Technical/release_program/drm_v2_0.aspx" scope="external">OMA DRM v2.0 specification</xref></p></li>
<li><p><xref href="http://www.openmobilealliance.org/Technical/release_program/drm_v2_1.aspx" scope="external">OMA DRM v2.1 specification</xref></p></li>
</ul>
<p>A rights object is protected by a rights encryption key (REK). The REK is used to encrypt sensitive parts of the rights object such as the content encryption key (CEK). DRM content cannot be used without an associated rights object.  </p>
<section><title>Content-ID</title><p>A downloadable media object is located on the Web using a uniform resource locator (URL) and identified using a universal resource identifier (URI). A URI is a member of the universal set of names in registered name spaces and addresses referring to registered protocols or name spaces. A URL is a form of URI that expresses an address that maps onto an access algorithm using network protocols. The uniform resource name (URN) debate attempts to define a name space (and presumably resolution protocols) for persistent object names.</p><p>A rights object contains exactly one reference, the content-ID, to the media object for which the rights apply. In OMA DRM v1.0 the term content-ID was used in same context as URI in OMA DRM v2.0.</p></section>
</conbody></concept>