/*******************************************************************************
* Entrust TruePass 6.0
*/

// Applet
appletLocationUrl = "https://www.lzccb.com/applets/";
defaultProfileType = "CAPI";
appletLog = "ON";
appletLogLevel = "DEBUG";
appletHtmlGuiFrameName = "entrustTruePassGuiFrame";
appletFrameName = "entrustTruePassAppletFrame";
preserveClientApiFrame = "ON";
cookieScope = "DOMAIN";
fipsMode = "OFF";


// General
fatalErrorWebPageUrl = "https://www.lzccb.com/TruePassSample/FatalError.html";

// Profile retrieval
tooManyLoginAttemptsWebPageUrl="https://www.lzccb.com/TruePassSample/TooManyLoginAttempts.html";
authenticationProfileAccessServletUrl = "https://www.lzccb.com/servlet/AuthenticationProfileAccessServlet";
profileAccessServletUrl = "https://www.lzccb.com/servlets/ProfileAccessServlet";

// Authenticate User
authenticatingUserWebPageUrl = "https://www.lzccb.com/cfca/AuthenticatingUser.html";
authenticateUserErrorWebPageUrl = "https://www.lzccb.com/cfca/AuthenticateUserError.html";
authenticateUserBadInputWebPageUrl = "https://www.lzccb.com/cfca/AuthenticateUserBadInput.html";
//authenticateUserDefaultRedirectionWebPageUrl = "https://www.lzccb.com/logon.html";
authenticateUserDefaultRedirectionWebPageUrl = "https://www.lzccb.com/servlet/cn.com.pansky.eb.cs.html.EBHtmlSessionRequestHandler?_OperationId=EBLogonOp&_PageId=index";
//authenticateUserDefaultRedirectionWebPageUrl = "https://www.lzccb.com/indexlogon.html";
authenticationServletUrl = "https://www.lzccb.com/servlets/AuthenticationServlet";

// Update Profile
profileManagementServletUrl = "https://www.lzccb.com/servlets/ProfileManagementServlet";

// Change Password
changingPasswordWebPageUrl = "https://www.lzccb.com/TruePassSample/ChangingPassword.html";
changePasswordErrorWebPageUrl = "https://www.lzccb.com/TruePassSample/secured/ChangePasswordError.html";
changePasswordBadInputWebPageUrl = "https://www.lzccb.com/TruePassSample/secured/ChangePasswordBadInput.html";
changePasswordBadConfirmWebPageUrl = "https://www.lzccb.com/TruePassSample/secured/ChangePasswordBadConfirm.html";
changePasswordCompletedWebPageUrl = "https://www.lzccb.com/TruePassSample/secured/ChangePasswordCompleted.html";
profileStorageServletUrl = "https://www.lzccb.com/servlets/ProfileStorageServlet";

// Sign Transaction
creatingTransactionWebPageUrl = "https://www.lzccb.com/TruePassSample/CreatingTransaction.html";
signingTransactionWebPageUrl = "https://www.lzccb.com/TruePassSample/SigningTransaction.html";
signTransactionErrorWebPageUrl = "https://www.lzccb.com/TruePassSample/secured/SignTransactionError.html";
signTransactionBadInputWebPageUrl = "https://www.lzccb.com/TruePassSample/secured/SignTransactionBadInput.html";
signTransactionServletUrl = "https://www.lzccb.com/servlets/TransactionServlet";

// Sign Encrypt Message
signingEncryptingMessageWebPageUrl = "https://www.lzccb.com/cfca/SigningEncryptingMessage.html";
signingMessageWebPageUrl = "https://www.lzccb.com/TruePassSample/SigningMessage.html";
encryptingMessageWebPageUrl = "https://www.lzccb.com/TruePassSample/EncryptingMessage.html";
recipientNotFoundWebPageUrl = "https://www.lzccb.com/cfca/RecipientNotFound.html";
sendMessageErrorWebPageUrl = "https://www.lzccb.com/TruePassSample/secured/SendMessageError.html";
sendMessageBadInputWebPageUrl = "https://www.lzccb.com/TruePassSample/secured/SendMessageBadInput.html";
certificateServletUrl = "https://www.lzccb.com/servlets/CertificateServlet";
messageServletUrl = "https://www.lzccb.com/servlets/MessageServlet";

// Logout
logoutCompletedWebPageUrl = "https://www.lzccb.com/TruePassSample/LogoutCompleted.html";

// URL Parameters for CAPI
capiSystemCompatibilityErrorWebPageUrl = "https://www.lzccb.com/TruePassSample/CAPISystemCompatibilityError.html";

// CAPI Parameters
applicationID="o=CFCA Operation CA, c=CN-{91AC0DFF6FB4275E85D40C0E812BD8F5}";
//applicationID="o=CFCA OCA, c=CN-{91AC0DFF6FB4275E85D40C0E812BD8F5}";
trustedCAIDList="ca1";
ca1="o=CFCA Root CA, c=CN";
//ca1="o=CFCA RCA, c=CN";

// CAPI Key Parameters (for update)
passwordProtectedSigningKey="FALSE";
passwordProtectedDecryptionKey="FALSE";
exportableSigningKey="FALSE";
exportableDecryptionKey="FALSE";
capiEncryptionCertificateFriendlyName = "commonName|organizationName|Encryption Certificate";
capiVerificationCertificateFriendlyName = "commonName|organizationName|Verification Certificate";
capiCACertificateFriendlyName = "organizationName|CA Certificate";
