Home | History | Annotate | Download | only in mobile1

Lines Matching defs:drm

17 package android.drm.mobile1;
22 * This class provides interfaces to access the DRM raw content.
26 * The "application/vnd.oma.drm.message" mime type.
28 public static final String DRM_MIMETYPE_MESSAGE_STRING = "application/vnd.oma.drm.message";
31 * The "application/vnd.oma.drm.content" mime type.
33 public static final String DRM_MIMETYPE_CONTENT_STRING = "application/vnd.oma.drm.content";
36 * The DRM delivery type: Forward-Lock
41 * The DRM delivery type: Combined Delivery
46 * The DRM delivery type: Separate Delivery
51 * The DRM delivery type: Separate Delivery in DRM message
56 * The DRM media content length is unknown currently
62 * The id of "application/vnd.oma.drm.message" mime type.
67 * The id of "application/vnd.oma.drm.content" mime type.
82 * Indicates the end of the DRM content is reached.
102 * The unique id to this DRM content. It will be initialized
109 * The rights issuer address of this DRM object.
114 * The media content type of this DRM object.
119 * The delivery method type of this DRM object.
127 * @param inRawdata object of DRM raw data stream.
129 * @param mimeTypeStr the mime type of the DRM content.
148 /* call native method to initialize this DRM content */
179 * Get the type of the raw DRM content.
181 * @return one of the following delivery type of this DRM content:
208 * @return the decrypted media content type of this DRM content.
244 * This class provide a InputStream to the DRM media content.
254 * The offset of this DRM content to be reset.
283 /* call native method to get this DRM decrypted media content length */
383 * native method: construct a DRM content according the mime type.
385 * @param data input DRM content data to be parsed.
387 * @param mimeType the mime type of this DRM content. the value of this field includes:
391 * @return #the id of the DRM content if succeed.
397 * native method: get this DRM content rights issuer.
405 * native method: get this DRM content delivery type.
419 * @param buf the buffer to save DRM media content data.
431 * native method: get this DRM content type.
439 * native method: get this DRM decrypted media content length.