From b9e7df0cbe67b486ce3a1a2177bd08c0ced9e005 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 22 Dec 2003 17:51:40 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build_002'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_002@88 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../server/config/ConfigurationPartsBuilder.html | 578 --------------------- 1 file changed, 578 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.html deleted file mode 100644 index 74ad2b8d8..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.html +++ /dev/null @@ -1,578 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class ConfigurationPartsBuilder - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.config -
-Class ConfigurationPartsBuilder

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.config.ConfigurationPartsBuilder
-
-
-
-
public class ConfigurationPartsBuilder
extends Object
- -

-A class that builds configuration data from a DOM based representation. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
ConfigurationPartsBuilder(org.w3c.dom.Element configElem) - -
-          Create a new ConfigurationPartsBuilder.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- MapbuildChainingModes() - -
-          Build the chaining modes for all configured trust anchors.
- MapbuildCreateSignatureEnvironmentProfiles(File configRoot) - -
-          Build the CreateSignatureEnvironmentProfiles.
- MapbuildCreateTransformsInfoProfiles(File configRoot) - -
-          Build the CreateTransformsInfoProfiles.
- MapbuildCRLDistributionPoints() - -
-          Build the CRL distribution points mapping.
- MapbuildGenericConfiguration() - -
-          Build the mapping of generic configuration properties.
- ListbuildHardwareCryptoModules() - -
-          Build the configured hardware crypto modules.
- ListbuildHardwareKeyModules(List keyModules) - -
-          Build the configured hardware keys.
- MapbuildKeyGroupMappings(Map keyGroups, - IssuerAndSerial anonymous) - -
-          Build the key group mapping.
- MapbuildKeyGroups(List keyModules) - -
-          Build the key group configuration.
- ListbuildSoftwareKeyModules(List keyModules, - File configRoot) - -
-          Build the configured software keys.
- MapbuildSupplementProfiles(File configRoot) - -
-          Build the SupplementProfiles.
- MapbuildTrustProfiles(File configRoot) - -
-          Bulid the trust profile mapping.
- MapbuildVerifyTransformsInfoProfiles(File configRoot) - -
-          Build the VerifyTransformsInfoProfiles.
- StringgetCanonicalizationAlgorithmName() - -
-          Returns the canonicalization algorithm name.
- org.w3c.dom.ElementgetConfigElem() - -
-          Returns the root element of the MOA configuration.
- intgetCRLArchiveDuration() - -
-          Return the CRL archive duration.
- StringgetDefaultChainingMode() - -
-          Returns the default chaining mode from the configuration.
- StringgetDigestMethodAlgorithmName() - -
-          Returns the digest method algorithm name.
- ListgetWarnings() - -
-          Returns the warnings encountered during building the configuration.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-ConfigurationPartsBuilder

-
-public ConfigurationPartsBuilder(org.w3c.dom.Element configElem)
-
-
Create a new ConfigurationPartsBuilder.
-
Parameters:
configElem - The root element of the MOA configuration.
-
-
- - - - - - - - -
-Method Detail
- -

-getConfigElem

-
-public org.w3c.dom.Element getConfigElem()
-
-
Returns the root element of the MOA configuration.
-
Returns:
The root element of the MOA configuration.
-
-
-
- -

-getWarnings

-
-public List getWarnings()
-
-
Returns the warnings encountered during building the configuration.
-
Returns:
A List of Strings, containing the - warning messages.
-
-
-
- -

-getDigestMethodAlgorithmName

-
-public String getDigestMethodAlgorithmName()
-
-
Returns the digest method algorithm name.
-
Returns:
The digest method algorithm name from the configuration.
-
-
-
- -

-getCanonicalizationAlgorithmName

-
-public String getCanonicalizationAlgorithmName()
-
-
Returns the canonicalization algorithm name.
-
Returns:
The canonicalization algorithm name from the configuration.
-
-
-
- -

-buildGenericConfiguration

-
-public Map buildGenericConfiguration()
-
-
Build the mapping of generic configuration properties.
-
Returns:
The mapping of generic configuration properties (a name to value - mapping) from the configuration.
-
-
-
- -

-buildHardwareCryptoModules

-
-public List buildHardwareCryptoModules()
-
-
Build the configured hardware crypto modules.
-
Returns:
The hardware crypto modules from the configuration.
-
-
-
- -

-buildHardwareKeyModules

-
-public List buildHardwareKeyModules(List keyModules)
-
-
Build the configured hardware keys.
-
Parameters:
The - keyModules that the configuration already knows about. To - prevent multiple key modules with the same ID.
Returns:
The hardware keys contained in the configuration.
-
-
-
- -

-buildSoftwareKeyModules

-
-public List buildSoftwareKeyModules(List keyModules,
-                                    File configRoot)
-
-
Build the configured software keys.
-
Parameters:
The - keyModules that the configuration already knows about. To - prevent multiple key modules with the same ID.
configRoot - The directory containing the main configuration file. - Used to resolve keystore files configured using a relative URI.
Returns:
The software keys contained in the configuration.
-
-
-
- -

-buildKeyGroups

-
-public Map buildKeyGroups(List keyModules)
-
-
Build the key group configuration.
-
Parameters:
keyModules - The KeyModules that the configuration - knows about. Used to check for errors in the configuration.
Returns:
The mapping between key group IDs and key groups.
-
-
-
- -

-buildKeyGroupMappings

-
-public Map buildKeyGroupMappings(Map keyGroups,
-                                 IssuerAndSerial anonymous)
-
-
Build the key group mapping.
-
Parameters:
keyGroups - The available key groups.
anonymous - The IssuerAndSerial to be used for key group - mappings not protected by a certificate.
Returns:
The key group mapping.
-
-
-
- -

-getDefaultChainingMode

-
-public String getDefaultChainingMode()
-
-
Returns the default chaining mode from the configuration.
-
Returns:
The default chaining mode.
-
-
-
- -

-buildChainingModes

-
-public Map buildChainingModes()
-
-
Build the chaining modes for all configured trust anchors.
-
Returns:
The mapping from trust anchors to chaining modes.
-
-
-
- -

-buildCRLDistributionPoints

-
-public Map buildCRLDistributionPoints()
-
-
Build the CRL distribution points mapping.
-
Returns:
The mapping from certificate authorities to distribution points.
-
-
-
- -

-getCRLArchiveDuration

-
-public int getCRLArchiveDuration()
-
-
Return the CRL archive duration.
-
Returns:
The value of the CRL archive duration setting from the - configuration.
-
-
-
- -

-buildCreateTransformsInfoProfiles

-
-public Map buildCreateTransformsInfoProfiles(File configRoot)
-
-
Build the CreateTransformsInfoProfiles.
-
Parameters:
configRoot - The directory of the main configuration file. Used for - lookup of profiles with relative file names.
Returns:
The mapping from profile ID to profile.
-
-
-
- -

-buildCreateSignatureEnvironmentProfiles

-
-public Map buildCreateSignatureEnvironmentProfiles(File configRoot)
-
-
Build the CreateSignatureEnvironmentProfiles.
-
Parameters:
configRoot - The directory of the main configuration file. Used for - lookup of profiles with relative file names.
Returns:
The mapping from profile ID to profile.
-
-
-
- -

-buildVerifyTransformsInfoProfiles

-
-public Map buildVerifyTransformsInfoProfiles(File configRoot)
-
-
Build the VerifyTransformsInfoProfiles.
-
Parameters:
configRoot - The directory of the main configuration file. Used for - lookup of profiles with relative file names.
Returns:
The mapping from profile ID to profile.
-
-
-
- -

-buildSupplementProfiles

-
-public Map buildSupplementProfiles(File configRoot)
-
-
Build the SupplementProfiles.
-
Parameters:
configRoot - The directory of the main configuration file. Used for - lookup of profiles with relative file names.
Returns:
The mapping from profile ID to profile.
-
-
-
- -

-buildTrustProfiles

-
-public Map buildTrustProfiles(File configRoot)
-
-
Bulid the trust profile mapping.
-
Parameters:
configRoot - The absolute path to the main configuration file.
Returns:
The profile ID to profile mapping.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3