The locale that is to be used for returning message data to the
application.
configuration file URL
The URL to the configuration file created by the Java™ SvrSslCfg class. The URL
must use the file:/// format. Do not use the svrsslcfg command-line
interface to create a configuration file that is to be used by a Java application.
// Create locale for US English
Locale myLocale = new Locale("ENGLISH", "US");
/*
Create a security context using our locale. Need to supply a user ID with
administrative privileges in Verify Access (like sec_master) along with
its password and a URL of the form file:/// to the configuration file created
by the SvrSslCfg class.
*/
PDContext myContext = new PDContext(myLocale,
configFileURL);
The contents of the configuration file created by the Java SvrSslCfg class is not
externalized and is subject to change without notice. Users must not
use the information in the configuration file directly.