| java.lang.Object | |
| ↳ | android.drm.ProcessedData |
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.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the account ID associated with this object.
| |||||||||||
Retrieves the processed data.
| |||||||||||
Returns the subscription ID associated with this object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Retrieves the account ID associated with this object.
| Returns | |
|---|---|
String |
The account ID of the user. |
Retrieves the processed data.
| Returns | |
|---|---|
byte[] |
The rights data. |
Returns the subscription ID associated with this object.
| Returns | |
|---|---|
String |
The subscription ID of the user. |