Directory Server Data
data class DirectoryServerData(var directoryServerID: String, var directoryServerPublicKey: String, var directoryServerRootCertificates: List<String>)
Object used to identify DirectoryServer(DS) and enable interaction with it
Parameters
directory Server ID
Registered Application Provider Identifier (RID) that is unique to the Payment System.
directory Server Public Key
Public Key used to encrypt data for DS consumption
directory Server Root Certificates
A public certificate provided by the DS for encryption of device data.