/*******************************************************************************
* Entrust TruePass 6.0
*/

// Applet
appletLocationUrl = "https://www.whcbank.com/Auth/applets/";
defaultProfileType = "ROAMING_EPF";
appletLog = "ON";
appletLogLevel = "INFORMATIONAL";
appletHtmlGuiFrameName = "entrustTruePassGuiFrame";
appletFrameName = "entrustTruePassAppletFrame";
preserveClientApiFrame = "ON";
cookieScope = "DOMAIN";
fipsMode = "OFF";


// General
fatalErrorWebPageUrl = "https://www.whcbank.com/Auth/FatalError.html";

// Profile retrieval
tooManyLoginAttemptsWebPageUrl="https://www.whcbank.com/Auth/TooManyLoginAttempts.html";
authenticationProfileAccessServletUrl = "https://www.whcbank.com/TruePassSampleApp/servlets/AuthenticationProfileAccessServlet";
profileAccessServletUrl = "https://www.whcbank.com/TruePassSampleApp/servlets/ProfileAccessServlet";

// Authenticate User
authenticatingUserWebPageUrl = "https://www.whcbank.com/Auth/AuthenticatingUser.html";
authenticateUserErrorWebPageUrl = "https://www.whcbank.com/Auth/AuthenticateUserError.html";
authenticateUserBadInputWebPageUrl = "https://www.whcbank.com/Auth/AuthenticateUserBadInput.html";
authenticateUserDefaultRedirectionWebPageUrl = "https://www.whcbank.com/netbank";
authenticationServletUrl = "https://www.whcbank.com/TruePassSampleApp/servlets/AuthenticationServlet";

// Update Profile
profileManagementServletUrl = "https://www.whcbank.com/TruePassSampleApp/servlets/ProfileManagementServlet";

// Change Password
changingPasswordWebPageUrl = "https://www.whcbank.com/Auth/ChangingPassword.html";
changePasswordErrorWebPageUrl = "https://www.whcbank.com/Auth/secured/ChangePasswordError.html";
changePasswordBadInputWebPageUrl = "https://www.whcbank.com/Auth/secured/ChangePasswordBadInput.html";
changePasswordBadConfirmWebPageUrl = "https://www.whcbank.com/Auth/secured/ChangePasswordBadConfirm.html";
changePasswordCompletedWebPageUrl = "https://www.whcbank.com/Auth/secured/ChangePasswordCompleted.html";
profileStorageServletUrl = "https://www.whcbank.com/TruePassSampleApp/servlets/ProfileStorageServlet";

// Sign Transaction
creatingTransactionWebPageUrl = "https://www.whcbank.com/Auth/CreatingTransaction.html";
signingTransactionWebPageUrl = "https://www.whcbank.com/Auth/SigningTransaction.html";
signTransactionErrorWebPageUrl = "https://www.whcbank.com/Auth/secured/SignTransactionError.html";
signTransactionBadInputWebPageUrl = "https://www.whcbank.com/Auth/secured/SignTransactionBadInput.html";
signTransactionServletUrl = "https://www.whcbank.com/TruePassSampleApp/servlets/TransactionServlet";

// Sign Encrypt Message
signingEncryptingMessageWebPageUrl = "https://www.whcbank.com/Auth/SigningEncryptingMessage.html";
signingMessageWebPageUrl = "https://www.whcbank.com/Auth/SigningMessage.html";
encryptingMessageWebPageUrl = "https://www.whcbank.com/Auth/EncryptingMessage.html";
recipientNotFoundWebPageUrl = "https://www.whcbank.com/Auth/secured/RecipientNotFound.html";
sendMessageErrorWebPageUrl = "https://www.whcbank.com/Auth/SendMessageError.html";
sendMessageBadInputWebPageUrl = "https://www.whcbank.com/TruePassSample/secured/SendMessageBadInput.html";
certificateServletUrl = "https://www.whcbank.com/TruePassSampleApp/servlets/CertificateServlet";
messageServletUrl = "https://www.whcbank.com/TruePassSampleApp/servlets/MessageServlet";

// Logout
logoutCompletedWebPageUrl = "https://www.whcbank.com/index.html";

// URL Parameters for CAPI
capiSystemCompatibilityErrorWebPageUrl = "https://www.whcbank.com/Auth/CAPISystemCompatibilityError.html";

// CAPI Parameters
//applicationID="o=CFCA OCA, c=CN-{91AC0DFF6FB4275E85D40C0E812BD8F5}";
applicationID="o=CFCA Operation CA, c=CN-{8A3828C4E708CA17F6762858D7335FBD}";

// 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";




// CAPI Trusted Roots
trustedCAIDList="ca1";
//ca1="o=CFCA RCA, c=CN";
ca1="o=CFCA Root CA, c=CN";
