FileDocCategorySizeDatePackage
DrmRights.javaAPI DocAndroid 5.1 API1036Sat Mar 14 14:09:42 GMT 2015android.drm

DrmRights

public class DrmRights extends Object

Fields Summary
Constructors Summary
public DrmRights(String rightsFilePath, String mimeType)

 throw new RuntimeException("Stub!"); 
public DrmRights(String rightsFilePath, String mimeType, String accountId)

 throw new RuntimeException("Stub!"); 
public DrmRights(String rightsFilePath, String mimeType, String accountId, String subscriptionId)

 throw new RuntimeException("Stub!"); 
public DrmRights(File rightsFile, String mimeType)

 throw new RuntimeException("Stub!"); 
public DrmRights(android.drm.ProcessedData data, String mimeType)

 throw new RuntimeException("Stub!"); 
Methods Summary
public java.lang.StringgetAccountId()

 throw new RuntimeException("Stub!"); 
public byte[]getData()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetMimeType()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSubscriptionId()

 throw new RuntimeException("Stub!");