to top
Android APIs
public class

ProcessedData

extends Object
java.lang.Object
   ↳ android.drm.ProcessedData

Class Overview

An entity class that wraps the result of a processDrmInfo() transaction between a device and a DRM server. In a license acquisition scenario this class holds the rights information in binary form.

Summary

Public Methods

? Examples
String getAccountId()
Retrieves the account ID associated with this object.

? Examples
byte[] getData()
Retrieves the processed data.

? Examples
String getSubscriptionId()
Returns the subscription ID associated with this object.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getAccountId ()

Added in API level 11

Retrieves the account ID associated with this object.

Returns
  • The account ID of the user.

public byte[] getData ()

Added in API level 11

Retrieves the processed data.

Returns
  • The rights data.

public String getSubscriptionId ()

Added in API level 11

Returns the subscription ID associated with this object.

Returns
  • The subscription ID of the user.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.