Class ExoMediaDrm.ProvisionRequest

    • Constructor Detail

      • ProvisionRequest

        public ProvisionRequest​(byte[] data,
                                String defaultUrl)
        Creates an instance.
        Parameters:
        data - The opaque provisioning request data.
        defaultUrl - The default URL of the provisioning server to which the request can be made, or the empty string if not known.
    • Method Detail

      • getData

        public byte[] getData()
        Returns the opaque provisioning request data.
      • getDefaultUrl

        public String getDefaultUrl()
        Returns the default URL of the provisioning server to which the request can be made, or the empty string if not known.