# Print output for @column tags ?> ProcessedData - Android SDK | Android Developers

Most visited


Recently visited


ProcessedData

public class ProcessedData
extends Object

java.lang.Object
   ↳ android.drm.ProcessedData


This class is deprecated.
Please use MediaDrm

An entity class that wraps the result of a DrmManagerClient#processDrmInfo(DrmInfo) 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

String getAccountId()

Retrieves the account ID associated with this object.

byte[] getData()

Retrieves the processed data.

String getSubscriptionId()

Returns the subscription ID associated with this object.

Inherited methods

Public methods


getAccountId

public String getAccountId ()

Retrieves the account ID associated with this object.

Returns
String The account ID of the user.

getData

public byte[] getData ()

Retrieves the processed data.

Returns
byte[] The rights data.

getSubscriptionId

public String getSubscriptionId ()

Returns the subscription ID associated with this object.

Returns
String The subscription ID of the user.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.