Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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
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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getAccountId ()

Retrieves the account ID associated with this object.

Returns
  • The account ID of the user.

public byte[] getData ()

Retrieves the processed data.

Returns
  • The rights data.

public String getSubscriptionId ()

Returns the subscription ID associated with this object.

Returns
  • The subscription ID of the user.