Most visited

Recently visited

Added in API level 11

ProcessedData

public class ProcessedData
extends Object

java.lang.Object
   ↳ android.drm.ProcessedData


包装设备和DRM服务器之间processDrmInfo()交易结果的实体类。 在许可证收购场景中,此类以二进制形式保存权利信息。

Summary

Public methods

String getAccountId()

检索与此对象关联的帐户ID。

byte[] getData()

检索处理的数据。

String getSubscriptionId()

返回与此对象关联的订阅ID。

Inherited methods

From class java.lang.Object

Public methods

getAccountId

Added in API level 11
String getAccountId ()

检索与此对象关联的帐户ID。

Returns
String The account ID of the user.

getData

Added in API level 11
byte[] getData ()

检索处理的数据。

Returns
byte[] The rights data.

getSubscriptionId

Added in API level 11
String getSubscriptionId ()

返回与此对象关联的订阅ID。

Returns
String The subscription ID of the user.

Hooray!