aboutsummaryrefslogtreecommitdiff
path: root/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html
diff options
context:
space:
mode:
Diffstat (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html')
-rw-r--r--spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html803
1 files changed, 0 insertions, 803 deletions
diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html
deleted file mode 100644
index 1ba073de0..000000000
--- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html
+++ /dev/null
@@ -1,803 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc on Tue Jul 01 18:49:21 CEST 2003 -->
-<TITLE>
-MOA SP/SS Server Internal API: Class ConfigurationProvider
-</TITLE>
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
-</HEAD>
-<BODY BGCOLOR="white">
-
-<!-- ========== START OF NAVBAR ========== -->
-<A NAME="navbar_top"><!-- --></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
- <TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ConfigurationProvider.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
- </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.html"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/DistributionPoint.html"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../../../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
-&nbsp;<A HREF="ConfigurationProvider.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
- SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<!-- =========== END OF NAVBAR =========== -->
-
-<HR>
-<!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-at.gv.egovernment.moa.spss.server.config</FONT>
-<BR>
-Class ConfigurationProvider</H2>
-<PRE>
-<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">java.lang.Object</A>
- |
- +--<B>at.gv.egovernment.moa.spss.server.config.ConfigurationProvider</B>
-</PRE>
-<HR>
-<DL>
-<DT>public class <B>ConfigurationProvider</B><DT>extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A></DL>
-
-<P>
-A class providing access to the MOA configuration data.
-
- <p>Configuration data is read from an XML file, whose location is given by
- the <code>moa.spss.server.configuration</code> system property.</p>
- <p>This class implements the Singleton pattern. The <code>reload()</code>
- method can be used to update the configuration data. Therefore, it is not
- guaranteed that consecutive calls to <code>getInstance()</code> will return
- the same <code>ConfigurationProvider</code> all the time. During the
- processing of a web service request, the current
- <code>TransactionContext</code> should be used to obtain the
- <code>ConfigurationProvider</code> local to that request.</p>
-<P>
-<DL>
-<DT><B>Version: </B><DD>$Id$</DD>
-<DT><B>Author: </B><DD>Patrick Peck, Sven Aigner</DD>
-</DL>
-<HR>
-
-<P>
-<!-- ======== INNER CLASS SUMMARY ======== -->
-
-
-<!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=2><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#ARCHIVE_REVOCATION_INFO_PROPERTY">ARCHIVE_REVOCATION_INFO_PROPERTY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of the generic configuration property determining whether to
- archive revocation information.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#AUTO_ADD_CERTIFICATES_PROPERTY">AUTO_ADD_CERTIFICATES_PROPERTY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of the generic configuration property which determines if
- certificates should be added to the cert store automatically.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#CONFIG_PROPERTY_NAME">CONFIG_PROPERTY_NAME</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of the system property which contains the file name of the
- configuration file.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#DATABASE_ARCHIVE_PARAMETER_PROPERTY">DATABASE_ARCHIVE_PARAMETER_PROPERTY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of the generic configuration property giving the database URL of
- the CRL archive.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#DIRECTORY_CERTSTORE_PARAMETER_PROPERTY">DIRECTORY_CERTSTORE_PARAMETER_PROPERTY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of the generic configuration property giving the root directory of
- a directory based cert store.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#MAX_REVOCATION_AGE_PROPERTY">MAX_REVOCATION_AGE_PROPERTY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of the generic configuration property determining the maximum
- age of CRL entries.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#REVOCATION_CHECKING_PROPERTY">REVOCATION_CHECKING_PROPERTY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of the generic configuration property determining whether
- to check the revocation status of signer certificates.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#TEST_SIGNING_TIME_PROPERTY">TEST_SIGNING_TIME_PROPERTY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of the generic configuration property used for setting the
- signing time to a predefined value. </TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#USE_AUTHORITY_INFO_ACCESS_PROPERTY">USE_AUTHORITY_INFO_ACCESS_PROPERTY</A></B></CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of the generic configuration property whether the authority
- info access should be used.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=2><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#ConfigurationProvider(java.lang.String)">ConfigurationProvider</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;fileName)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for ConfigurationProvider.</TD>
-</TR>
-</TABLE>
-&nbsp;
-<!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=2><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getCanonicalizationAlgorithmName()">getCanonicalizationAlgorithmName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the name of the canonicalization algorithm used during signature
- creation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getChainingMode(java.security.cert.X509Certificate)">getChainingMode</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/security/cert/X509Certificate.html">X509Certificate</A>&nbsp;trustAnchor)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the chaining mode for a given trust anchor.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.w3c.dom.Element</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getCreateSignatureEnvironmentProfile(java.lang.String)">getCreateSignatureEnvironmentProfile</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;id)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a <code>CreateSignatureEnvironmentProfile</code> with the given ID.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.w3c.dom.Element</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getCreateTransformsInfoProfile(java.lang.String)">getCreateTransformsInfoProfile</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;id)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a <code>CreateTransformsInfoProfile</code> with the given ID.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;int</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getCRLArchiveDuration()">getCRLArchiveDuration</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the CRL archive duration.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Set.html">Set</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getCRLDP(java.security.cert.X509Certificate)">getCRLDP</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/security/cert/X509Certificate.html">X509Certificate</A>&nbsp;cert)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the CRL distribution points for a given CA.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getDigestMethodAlgorithmName()">getDigestMethodAlgorithmName</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the name of the digest algorithm used during signature creation.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getGenericConfiguration(java.lang.String)">getGenericConfiguration</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;name)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the value of a generic configuration.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getGenericConfiguration(java.lang.String, java.lang.String)">getGenericConfiguration</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;name,
- <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;defaultValue)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the value of a generic configuration, or a given default value.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html">List</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getHardwareCryptoModules()">getHardwareCryptoModules</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the configured hardware crypto modules.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html">List</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getHardwareKeyModules()">getHardwareKeyModules</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the hardware key modules configuration.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html">ConfigurationProvider</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getInstance()">getInstance</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the single instance of configuration data.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Set.html">Set</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getKeyGroupEntries(java.security.Principal, java.math.BigInteger, java.lang.String)">getKeyGroupEntries</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/security/Principal.html">Principal</A>&nbsp;issuer,
- <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/math/BigInteger.html">BigInteger</A>&nbsp;serial,
- <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;keyGroupId)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the set of <code>KeyGroupEntry</code>s of a given key group, which a
- client (identified by an issuer/serial pair) may access.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html">Map</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getKeyGroups()">getKeyGroups</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the key group mapping.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html">List</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getSoftwareKeyModules()">getSoftwareKeyModules</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the software key module configuration.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.w3c.dom.Element</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getSupplementProfile(java.lang.String)">getSupplementProfile</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;id)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a <code>SupplementProfile</code> with the given ID.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/TrustProfile.html">TrustProfile</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getTrustProfile(java.lang.String)">getTrustProfile</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;id)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a <code>TrustProfile</code> with the given ID.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;org.w3c.dom.Element</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getVerifyTransformsInfoProfile(java.lang.String)">getVerifyTransformsInfoProfile</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;id)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a <code>VerifyTransformsInfoProfile</code> with the given ID.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html">List</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#getWarnings()">getWarnings</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the warnings encountered during building the configuration.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html">ConfigurationProvider</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html#reload()">reload</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reload the configuration data and set it if successful.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A></B></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#clone()">clone</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#finalize()">finalize</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#getClass()">getClass</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#notify()">notify</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#toString()">toString</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait()">wait</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long)">wait</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=1><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TD>
-</TR>
-</TABLE>
-
-<A NAME="CONFIG_PROPERTY_NAME"><!-- --></A><H3>
-CONFIG_PROPERTY_NAME</H3>
-<PRE>
-public static final <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>CONFIG_PROPERTY_NAME</B></PRE>
-<DL>
-<DD>The name of the system property which contains the file name of the
- configuration file.</DL>
-<HR>
-
-<A NAME="DIRECTORY_CERTSTORE_PARAMETER_PROPERTY"><!-- --></A><H3>
-DIRECTORY_CERTSTORE_PARAMETER_PROPERTY</H3>
-<PRE>
-public static final <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>DIRECTORY_CERTSTORE_PARAMETER_PROPERTY</B></PRE>
-<DL>
-<DD>The name of the generic configuration property giving the root directory of
- a directory based cert store.</DL>
-<HR>
-
-<A NAME="AUTO_ADD_CERTIFICATES_PROPERTY"><!-- --></A><H3>
-AUTO_ADD_CERTIFICATES_PROPERTY</H3>
-<PRE>
-public static final <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>AUTO_ADD_CERTIFICATES_PROPERTY</B></PRE>
-<DL>
-<DD>The name of the generic configuration property which determines if
- certificates should be added to the cert store automatically.</DL>
-<HR>
-
-<A NAME="USE_AUTHORITY_INFO_ACCESS_PROPERTY"><!-- --></A><H3>
-USE_AUTHORITY_INFO_ACCESS_PROPERTY</H3>
-<PRE>
-public static final <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>USE_AUTHORITY_INFO_ACCESS_PROPERTY</B></PRE>
-<DL>
-<DD>The name of the generic configuration property whether the authority
- info access should be used.</DL>
-<HR>
-
-<A NAME="MAX_REVOCATION_AGE_PROPERTY"><!-- --></A><H3>
-MAX_REVOCATION_AGE_PROPERTY</H3>
-<PRE>
-public static final <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>MAX_REVOCATION_AGE_PROPERTY</B></PRE>
-<DL>
-<DD>The name of the generic configuration property determining the maximum
- age of CRL entries.</DL>
-<HR>
-
-<A NAME="DATABASE_ARCHIVE_PARAMETER_PROPERTY"><!-- --></A><H3>
-DATABASE_ARCHIVE_PARAMETER_PROPERTY</H3>
-<PRE>
-public static final <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>DATABASE_ARCHIVE_PARAMETER_PROPERTY</B></PRE>
-<DL>
-<DD>The name of the generic configuration property giving the database URL of
- the CRL archive.</DL>
-<HR>
-
-<A NAME="REVOCATION_CHECKING_PROPERTY"><!-- --></A><H3>
-REVOCATION_CHECKING_PROPERTY</H3>
-<PRE>
-public static final <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>REVOCATION_CHECKING_PROPERTY</B></PRE>
-<DL>
-<DD>The name of the generic configuration property determining whether
- to check the revocation status of signer certificates.</DL>
-<HR>
-
-<A NAME="ARCHIVE_REVOCATION_INFO_PROPERTY"><!-- --></A><H3>
-ARCHIVE_REVOCATION_INFO_PROPERTY</H3>
-<PRE>
-public static final <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>ARCHIVE_REVOCATION_INFO_PROPERTY</B></PRE>
-<DL>
-<DD>The name of the generic configuration property determining whether to
- archive revocation information.</DL>
-<HR>
-
-<A NAME="TEST_SIGNING_TIME_PROPERTY"><!-- --></A><H3>
-TEST_SIGNING_TIME_PROPERTY</H3>
-<PRE>
-public static final <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>TEST_SIGNING_TIME_PROPERTY</B></PRE>
-<DL>
-<DD>The name of the generic configuration property used for setting the
- signing time to a predefined value. (Use for testing purposes only).</DL>
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=1><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TD>
-</TR>
-</TABLE>
-
-<A NAME="ConfigurationProvider(java.lang.String)"><!-- --></A><H3>
-ConfigurationProvider</H3>
-<PRE>
-public <B>ConfigurationProvider</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;fileName)
- throws <A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationException.html">ConfigurationException</A></PRE>
-<DL>
-<DD>Constructor for ConfigurationProvider.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>fileName</CODE> - The name of the configuration file.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationException.html">ConfigurationException</A></CODE> - An error occurred loading the configuration.</DL>
-</DD>
-</DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=1><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TD>
-</TR>
-</TABLE>
-
-<A NAME="getInstance()"><!-- --></A><H3>
-getInstance</H3>
-<PRE>
-public static <A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html">ConfigurationProvider</A> <B>getInstance</B>()
- throws <A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationException.html">ConfigurationException</A></PRE>
-<DL>
-<DD>Return the single instance of configuration data.<DD><DL>
-<DT><B>Returns:</B><DD>MOAConfigurationProvider The current configuration data.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationException.html">ConfigurationException</A></CODE> - Failure to load the configuration data.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="reload()"><!-- --></A><H3>
-reload</H3>
-<PRE>
-public static <A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.html">ConfigurationProvider</A> <B>reload</B>()
- throws <A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationException.html">ConfigurationException</A></PRE>
-<DL>
-<DD>Reload the configuration data and set it if successful.<DD><DL>
-<DT><B>Returns:</B><DD>MOAConfigurationProvider The loaded configuration data.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationException.html">ConfigurationException</A></CODE> - Failure to load the configuration data.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getWarnings()"><!-- --></A><H3>
-getWarnings</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html">List</A> <B>getWarnings</B>()</PRE>
-<DL>
-<DD>Returns the warnings encountered during building the configuration.<DD><DL>
-<DT><B>Returns:</B><DD>A <code>List</code> of <code>String</code>s, containing the
- warning messages.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getDigestMethodAlgorithmName()"><!-- --></A><H3>
-getDigestMethodAlgorithmName</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>getDigestMethodAlgorithmName</B>()</PRE>
-<DL>
-<DD>Return the name of the digest algorithm used during signature creation.<DD><DL>
-<DT><B>Returns:</B><DD>The digest method algorithm name, or an empty <code>String</code>,
- if none has been configured.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getCanonicalizationAlgorithmName()"><!-- --></A><H3>
-getCanonicalizationAlgorithmName</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>getCanonicalizationAlgorithmName</B>()</PRE>
-<DL>
-<DD>Return the name of the canonicalization algorithm used during signature
- creation.<DD><DL>
-<DT><B>Returns:</B><DD>The canonicalization algorithm name, or an empty
- <code>String</code> if none has been configured.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHardwareCryptoModules()"><!-- --></A><H3>
-getHardwareCryptoModules</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html">List</A> <B>getHardwareCryptoModules</B>()</PRE>
-<DL>
-<DD>Return the configured hardware crypto modules.<DD><DL>
-<DT><B>Returns:</B><DD>A <code>List</code> of <code>HardwareCryptoModule</code> objects
- containing the hardware crypto module configurations.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getHardwareKeyModules()"><!-- --></A><H3>
-getHardwareKeyModules</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html">List</A> <B>getHardwareKeyModules</B>()</PRE>
-<DL>
-<DD>Return the hardware key modules configuration.<DD><DL>
-<DT><B>Returns:</B><DD>A <code>List</code> of <code>HardwareKeyModule</code> objects
- containing the configuration of the hardware key modules.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSoftwareKeyModules()"><!-- --></A><H3>
-getSoftwareKeyModules</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html">List</A> <B>getSoftwareKeyModules</B>()</PRE>
-<DL>
-<DD>Return the software key module configuration.<DD><DL>
-<DT><B>Returns:</B><DD>A <code>List</code> of <code>SoftwareKeyModule</code> objects
- containing the configuration of the software key modules.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getKeyGroups()"><!-- --></A><H3>
-getKeyGroups</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html">Map</A> <B>getKeyGroups</B>()</PRE>
-<DL>
-<DD>Return the key group mapping.<DD><DL>
-<DT><B>Returns:</B><DD>A mapping from key group ID (a <code>String</code>) to
- <code>KeyGroup</code> mapping.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getKeyGroupEntries(java.security.Principal, java.math.BigInteger, java.lang.String)"><!-- --></A><H3>
-getKeyGroupEntries</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Set.html">Set</A> <B>getKeyGroupEntries</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/security/Principal.html">Principal</A>&nbsp;issuer,
- <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/math/BigInteger.html">BigInteger</A>&nbsp;serial,
- <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;keyGroupId)</PRE>
-<DL>
-<DD>Return the set of <code>KeyGroupEntry</code>s of a given key group, which a
- client (identified by an issuer/serial pair) may access.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>issuer</CODE> - The issuer of the client certificate.<DD><CODE>serial</CODE> - The serial number of the client certificate.<DD><CODE>keyGroupId</CODE> - The ID of the key group.<DT><B>Returns:</B><DD>A <code>Set</code> of all the <code>KeyGroupEntry</code>s in the
- given key group, if the user may access them. Returns <code>null</code>, if
- the user may not access the given key group or if the key group does not
- exist.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getChainingMode(java.security.cert.X509Certificate)"><!-- --></A><H3>
-getChainingMode</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>getChainingMode</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/security/cert/X509Certificate.html">X509Certificate</A>&nbsp;trustAnchor)</PRE>
-<DL>
-<DD>Return the chaining mode for a given trust anchor.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>trustAnchor</CODE> - The trust anchor for which the chaining mode should be
- returned.<DT><B>Returns:</B><DD>The chaining mode for the given trust anchor. If the trust anchor
- has not been configured separately, the system default will be returned.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getCRLDP(java.security.cert.X509Certificate)"><!-- --></A><H3>
-getCRLDP</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Set.html">Set</A> <B>getCRLDP</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/security/cert/X509Certificate.html">X509Certificate</A>&nbsp;cert)</PRE>
-<DL>
-<DD>Return the CRL distribution points for a given CA.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>cert</CODE> - The certificate for which the CRL distribution points should be
- looked up. The issuer information is used to perform the lookup.<DT><B>Returns:</B><DD>A <code>Set</code> of <code>DistributionPoint</code> objects. The
- set will be empty, if no distribution points have been configured for this
- certificate.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getCRLArchiveDuration()"><!-- --></A><H3>
-getCRLArchiveDuration</H3>
-<PRE>
-public int <B>getCRLArchiveDuration</B>()</PRE>
-<DL>
-<DD>Return the CRL archive duration.<DD><DL>
-<DT><B>Returns:</B><DD>The duration of how long to keep CRL archive entries (measured in
- days).</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getGenericConfiguration(java.lang.String)"><!-- --></A><H3>
-getGenericConfiguration</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>getGenericConfiguration</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;name)</PRE>
-<DL>
-<DD>Return the value of a generic configuration.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>name</CODE> - The name of the generic configuration.<DT><B>Returns:</B><DD>The value of the generic configuration with the given name, or
- <code>null</code>, if none can be found.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getGenericConfiguration(java.lang.String, java.lang.String)"><!-- --></A><H3>
-getGenericConfiguration</H3>
-<PRE>
-public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>getGenericConfiguration</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;name,
- <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;defaultValue)</PRE>
-<DL>
-<DD>Return the value of a generic configuration, or a given default value.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>name</CODE> - The name of the generic configuration.<DD><CODE>defaultValue</CODE> - A default value to be returned in case that the generic
- configuration with the given name does not exist.<DT><B>Returns:</B><DD>The value of the generic configuration with the given name, or the
- <code>defaultValue</code>, if none can be found.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getCreateTransformsInfoProfile(java.lang.String)"><!-- --></A><H3>
-getCreateTransformsInfoProfile</H3>
-<PRE>
-public org.w3c.dom.Element <B>getCreateTransformsInfoProfile</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;id)</PRE>
-<DL>
-<DD>Return a <code>CreateTransformsInfoProfile</code> with the given ID.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>id</CODE> - The <code>CreateTransformsInfoProfile</code> ID.<DT><B>Returns:</B><DD>The <code>CreateTransformsInfoProfile</code> with the given
- ID or <code>null</code>, if none exists.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getCreateSignatureEnvironmentProfile(java.lang.String)"><!-- --></A><H3>
-getCreateSignatureEnvironmentProfile</H3>
-<PRE>
-public org.w3c.dom.Element <B>getCreateSignatureEnvironmentProfile</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;id)</PRE>
-<DL>
-<DD>Return a <code>CreateSignatureEnvironmentProfile</code> with the given ID.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>id</CODE> - The <code>CreateSignatureEnvironmentProfile</code> ID.<DT><B>Returns:</B><DD>The <code>CreateSignatureEnvironmentProfile</code> with the given
- ID or <code>null</code>, if none exists.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getVerifyTransformsInfoProfile(java.lang.String)"><!-- --></A><H3>
-getVerifyTransformsInfoProfile</H3>
-<PRE>
-public org.w3c.dom.Element <B>getVerifyTransformsInfoProfile</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;id)</PRE>
-<DL>
-<DD>Return a <code>VerifyTransformsInfoProfile</code> with the given ID.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>id</CODE> - The <code>VerifyTransformsInfoProfile</code> ID.<DT><B>Returns:</B><DD>The <code>VerifyTransformsInfoProfile</code> with the given ID or
- <code>null</code>, if none exists.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getSupplementProfile(java.lang.String)"><!-- --></A><H3>
-getSupplementProfile</H3>
-<PRE>
-public org.w3c.dom.Element <B>getSupplementProfile</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;id)</PRE>
-<DL>
-<DD>Return a <code>SupplementProfile</code> with the given ID.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>id</CODE> - The <code>SupplementProfile</code> ID.<DT><B>Returns:</B><DD>The <code>SupplementProfile</code> with the given ID or
- <code>null</code>, if none exists.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getTrustProfile(java.lang.String)"><!-- --></A><H3>
-getTrustProfile</H3>
-<PRE>
-public <A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/TrustProfile.html">TrustProfile</A> <B>getTrustProfile</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;id)</PRE>
-<DL>
-<DD>Return a <code>TrustProfile</code> with the given ID.<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>id</CODE> - The <code>TrustProfile</code> ID.<DT><B>Returns:</B><DD>The <code>TrustProfile</code> with the given ID or
- <code>null</code>, if none exists.</DL>
-</DD>
-</DL>
-<!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-<!-- ========== START OF NAVBAR ========== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
- <TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ConfigurationProvider.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
- </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.html"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../at/gv/egovernment/moa/spss/server/config/DistributionPoint.html"><B>NEXT CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../../../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
-&nbsp;<A HREF="ConfigurationProvider.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
- SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<!-- =========== END OF NAVBAR =========== -->
-
-<HR>
-
-</BODY>
-</HTML>