This file contains details on how to use each file in this folder.

readme.txt
The file you are reading now.

AdobeRootDigest.bin
This is a SHA-256 digest of the Adobe Root CA Certificate in binary form. You must return the contents of this file from the ICrypto::GetDRMRootCertificateDigest call.

testIndivServerTransportCert.cer
This is the transport certificate used to communicate with the Test Adobe Individualization Server at http://i15n.adobe.com:80 which is used by default. It is in X.509 format. You will return the contents of this file from the ICrypto::GetIndividualizationTransportCertificate call while you are still in the development phase of your implementation.

prodIndivServerTransportCert.cer
This is the transport certificate used to communicate with the Production Adobe Individualization Server at http://individualization.adobe.com:80. It is in X.509 format. You will return the contents of this file from the ICrypto::GetIndividualizationTransportCertificate call when you have moved into the production phase of your implementation.

testDRMDeviceCredential.p12
This file contains the default DRM certificate and DRM key to use while in the development phase. It conforms to the RSA PKCS#12 spec. The password is "JQCUV7VNYI3R" (without quotes). 
The device binding algorithm associated with this certificate has a single device info type of 0, an associated weight of 100 and a matching threshold of 100. 
The device capabilities associated with this certificate are HardwareRootOfTrust==false and NoUserAccessibleBus==false.
To customize these values you will need to obtain your own test DRM certificate. Please review the "Steps for Porting Flash Access to Devices" for more details.


