public
static
final
class
MediaDrm.ProvisionRequest
extends Object
java.lang.Object | |
↳ | android.media.MediaDrm.ProvisionRequest |
Contains the opaque data an app uses to request a certificate from a provisioning server
Public methods | |
---|---|
byte[]
|
getData()
Get the opaque message data |
String
|
getDefaultUrl()
Get the default URL to use when sending the provision request message to a server, if known. |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
String getDefaultUrl ()
Get the default URL to use when sending the provision request message to a server, if known. The app may prefer to use a different provisioning server URL obtained from other sources. This method returns an empty string if the default URL is not known.
Returns | |
---|---|
String |