KeySystemConfiguration

public class KeySystemConfiguration : NSObject, Codable

Key system configuration

  • Specifies the URL of the licensing server.

    Declaration

    Swift

    public var licenseAcquisitionURL: URL?
  • Specifies the URL of the FairPlay certificate server.

    Declaration

    Swift

    public var certificateURL: URL?
  • Specifies the license type.

    Declaration

    Swift

    public var licenseType: LicenseType?
  • Constructs a KeySystemConfiguration

    Declaration

    Swift

    public init(licenseAcquisitionURL: String? = nil, certificateURL: String? = nil, licenseType: LicenseType? = nil)

    Parameters

    licenseAcquisitionURL

    the URL of the licensing server

    certificateURL

    the URL of the certificate server