From 50c635e7fb1e7a0580e2cdc0350286002342aa91 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Thu, 23 Jun 2005 14:41:17 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build-SPSS_1_2_1'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS_1_2_1@361 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../config/class-use/ConfigurationException.html | 212 ---------- .../class-use/ConfigurationPartsBuilder.html | 95 ----- .../config/class-use/ConfigurationProvider.html | 451 --------------------- .../server/config/class-use/DistributionPoint.html | 129 ------ .../config/class-use/HardwareCryptoModule.html | 129 ------ .../server/config/class-use/HardwareKeyModule.html | 129 ------ .../server/config/class-use/IssuerAndSerial.html | 147 ------- .../moa/spss/server/config/class-use/KeyGroup.html | 95 ----- .../server/config/class-use/KeyGroupEntry.html | 95 ----- .../spss/server/config/class-use/KeyModule.html | 139 ------- .../server/config/class-use/SoftwareKeyModule.html | 129 ------ .../spss/server/config/class-use/TrustProfile.html | 131 ------ 12 files changed, 1881 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationException.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationPartsBuilder.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationProvider.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/DistributionPoint.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/HardwareCryptoModule.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/HardwareKeyModule.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/IssuerAndSerial.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyGroup.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyGroupEntry.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyModule.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/SoftwareKeyModule.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/TrustProfile.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationException.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationException.html deleted file mode 100644 index c669cc5a0..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationException.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.ConfigurationException - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.ConfigurationException

-
- - - - - - - - - - - - - - - - - -
-Packages that use ConfigurationException
at.gv.egovernment.moa.spss.server.config  
at.gv.egovernment.moa.spss.server.iaik.config  
at.gv.egovernment.moa.spss.server.invoke  
-  -

- - - - - -
-Uses of ConfigurationException in at.gv.egovernment.moa.spss.server.config
-  -

- - - - - - - - - - - - - -
Methods in at.gv.egovernment.moa.spss.server.config that throw ConfigurationException
-static ConfigurationProviderConfigurationProvider.getInstance() - -
-          Return the single instance of configuration data.
-static ConfigurationProviderConfigurationProvider.reload() - -
-          Reload the configuration data and set it if successful.
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.config that throw ConfigurationException
ConfigurationProvider(String fileName) - -
-          Constructor for ConfigurationProvider.
-  -

- - - - - -
-Uses of ConfigurationException in at.gv.egovernment.moa.spss.server.iaik.config
-  -

- - - - - - - - - -
Methods in at.gv.egovernment.moa.spss.server.iaik.config that throw ConfigurationException
- voidIaikConfigurator.configure(ConfigurationProvider moaConfig) - -
-          Configure the IAIK MOA subsystem.
-  -

- - - - - -
-Uses of ConfigurationException in at.gv.egovernment.moa.spss.server.invoke
-  -

- - - - - - - - - -
Methods in at.gv.egovernment.moa.spss.server.invoke that throw ConfigurationException
-static voidServiceContextUtils.setUpContexts() - -
-          Set up the thread-local context information needed for calling the various - Invoker classes.
-  -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationPartsBuilder.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationPartsBuilder.html deleted file mode 100644 index 5fce1cce9..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationPartsBuilder.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.ConfigurationPartsBuilder - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

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

-
-No usage of at.gv.egovernment.moa.spss.server.config.ConfigurationPartsBuilder -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationProvider.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationProvider.html deleted file mode 100644 index 9cf0facf4..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/ConfigurationProvider.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.ConfigurationProvider - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.ConfigurationProvider

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Packages that use ConfigurationProvider
at.gv.egovernment.moa.spss.server.config  
at.gv.egovernment.moa.spss.server.iaik.config  
at.gv.egovernment.moa.spss.server.iaik.pki  
at.gv.egovernment.moa.spss.server.iaik.pki.pathvalidation  
at.gv.egovernment.moa.spss.server.iaik.pki.revocation  
at.gv.egovernment.moa.spss.server.iaik.pki.store.truststore  
at.gv.egovernment.moa.spss.server.invoke  
at.gv.egovernment.moa.spss.server.transaction  
-  -

- - - - - -
-Uses of ConfigurationProvider in at.gv.egovernment.moa.spss.server.config
-  -

- - - - - - - - - - - - - -
Methods in at.gv.egovernment.moa.spss.server.config that return ConfigurationProvider
-static ConfigurationProviderConfigurationProvider.getInstance() - -
-          Return the single instance of configuration data.
-static ConfigurationProviderConfigurationProvider.reload() - -
-          Reload the configuration data and set it if successful.
-  -

- - - - - -
-Uses of ConfigurationProvider in at.gv.egovernment.moa.spss.server.iaik.config
-  -

- - - - - - - - - -
Methods in at.gv.egovernment.moa.spss.server.iaik.config with parameters of type ConfigurationProvider
- voidIaikConfigurator.configure(ConfigurationProvider moaConfig) - -
-          Configure the IAIK MOA subsystem.
-  -

- - - - - - - - - - - - - - - - - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.iaik.config with parameters of type ConfigurationProvider
ValidationConfigurationImpl(ConfigurationProvider config) - -
-          Create a new ValidationConfigurationImpl.
ConfigurationDataImpl(ConfigurationProvider config) - -
-          Create a new ConfigurationDataImpl.
ArchiveConfigurationImpl(ConfigurationProvider config) - -
-          Create a new ArchiveConfigurationImpl.
PKIConfigurationImpl(ConfigurationProvider config) - -
-          Create a new PKIConfigurationImpl.
CertStoreConfigurationImpl(ConfigurationProvider config) - -
-          Create a new CertStoreConfigurationImpl.
RevocationConfigurationImpl(ConfigurationProvider config) - -
-          Create a new RevocationConfigurationImpl.
-  -

- - - - - -
-Uses of ConfigurationProvider in at.gv.egovernment.moa.spss.server.iaik.pki
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.iaik.pki with parameters of type ConfigurationProvider
PKIProfileImpl(ConfigurationProvider config, - String trustProfileID) - -
-          Create a new PKIProfileImpl.
-  -

- - - - - -
-Uses of ConfigurationProvider in at.gv.egovernment.moa.spss.server.iaik.pki.pathvalidation
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.iaik.pki.pathvalidation with parameters of type ConfigurationProvider
ValidationProfileImpl(ConfigurationProvider config) - -
-          Create a new ValidationProfileImpl object. - -
-  -

- - - - - -
-Uses of ConfigurationProvider in at.gv.egovernment.moa.spss.server.iaik.pki.revocation
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.iaik.pki.revocation with parameters of type ConfigurationProvider
RevocationProfileImpl(ConfigurationProvider config) - -
-          Create a new RevocationProfileImpl.
-  -

- - - - - -
-Uses of ConfigurationProvider in at.gv.egovernment.moa.spss.server.iaik.pki.store.truststore
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.iaik.pki.store.truststore with parameters of type ConfigurationProvider
TrustStoreProfileImpl(ConfigurationProvider config, - String trustProfileId) - -
-          Create a new TrustStoreProfileImpl.
-  -

- - - - - -
-Uses of ConfigurationProvider in at.gv.egovernment.moa.spss.server.invoke
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in at.gv.egovernment.moa.spss.server.invoke with parameters of type ConfigurationProvider
-static at.gv.egovernment.moa.spss.api.xmlsign.CreateTransformsInfoProfileExplicitProfileMapper.mapCreateTransformsInfoProfile(at.gv.egovernment.moa.spss.api.xmlsign.CreateTransformsInfoProfile profile, - ConfigurationProvider config) - -
-          Map a CreateTransformsInfoProfile to a - CreateTransformsInfoProfileExplicit.
-static at.gv.egovernment.moa.spss.api.xmlsign.CreateSignatureEnvironmentProfileExplicitProfileMapper.mapCreateSignatureEnvironmentProfile(at.gv.egovernment.moa.spss.api.xmlsign.CreateSignatureEnvironmentProfile profile, - ConfigurationProvider config) - -
-          Map a CreateSignatureEnvironmentProfile to a - CreateSignatureEnvironmentProfileExplicit.
-static ListProfileMapper.mapSupplementProfiles(List profiles, - ConfigurationProvider config) - -
-          Map a List of SupplementProfiles to their - explicit representation.
-static at.gv.egovernment.moa.spss.api.xmlverify.SupplementProfileExplicitProfileMapper.mapSupplementProfile(at.gv.egovernment.moa.spss.api.xmlverify.SupplementProfile profile, - ConfigurationProvider config) - -
-          Map a SupplementProfile to a - SupplementProfileExplicit.
-static ListProfileMapper.mapVerifyTransformsInfoProfiles(List profiles, - ConfigurationProvider config) - -
-          Map a List of VerifyTransformsInfoProfiles to - their explicit representation.
-static at.gv.egovernment.moa.spss.api.xmlverify.VerifyTransformsInfoProfileExplicitProfileMapper.mapVerifyTransformsInfoProfile(at.gv.egovernment.moa.spss.api.xmlverify.VerifyTransformsInfoProfile profile, - ConfigurationProvider config) - -
-          Map a VerifyTransformsInfoProfile to a - VerifyTransformsInfoProfileExplicit.
-  -

- - - - - -
-Uses of ConfigurationProvider in at.gv.egovernment.moa.spss.server.transaction
-  -

- - - - - - - - - -
Methods in at.gv.egovernment.moa.spss.server.transaction that return ConfigurationProvider
- ConfigurationProviderTransactionContext.getConfiguration() - -
-          Returns the ConfigurationProvider associated with this - transaction.
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.transaction with parameters of type ConfigurationProvider
TransactionContext(String transactionID, - X509Certificate[] clientCertificate, - ConfigurationProvider configuration) - -
-          Create a TransactionContext object.
-  -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/DistributionPoint.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/DistributionPoint.html deleted file mode 100644 index ed2691dd2..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/DistributionPoint.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.DistributionPoint - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.DistributionPoint

-
- - - - - - - - - -
-Packages that use DistributionPoint
at.gv.egovernment.moa.spss.server.iaik.config  
-  -

- - - - - -
-Uses of DistributionPoint in at.gv.egovernment.moa.spss.server.iaik.config
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.iaik.config with parameters of type DistributionPoint
CRLDistributionPointAdapter(DistributionPoint distributionPoint) - -
-          Create a new CRLDistributionPointAdapter.
-  -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/HardwareCryptoModule.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/HardwareCryptoModule.html deleted file mode 100644 index 9ceed606c..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/HardwareCryptoModule.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.HardwareCryptoModule - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.HardwareCryptoModule

-
- - - - - - - - - -
-Packages that use HardwareCryptoModule
at.gv.egovernment.moa.spss.server.iaik.config  
-  -

- - - - - -
-Uses of HardwareCryptoModule in at.gv.egovernment.moa.spss.server.iaik.config
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.iaik.config with parameters of type HardwareCryptoModule
HardwareCryptoModuleConfigurationImpl(HardwareCryptoModule module) - -
-          Create a new HardwareCryptoModuleConfigurationImpl.
-  -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/HardwareKeyModule.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/HardwareKeyModule.html deleted file mode 100644 index a8f507225..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/HardwareKeyModule.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.HardwareKeyModule - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.HardwareKeyModule

-
- - - - - - - - - -
-Packages that use HardwareKeyModule
at.gv.egovernment.moa.spss.server.iaik.config  
-  -

- - - - - -
-Uses of HardwareKeyModule in at.gv.egovernment.moa.spss.server.iaik.config
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.iaik.config with parameters of type HardwareKeyModule
HardwareKeyModuleConfigurationImpl(HardwareKeyModule keyModule) - -
-          Create a new HardwareKeyModuleConfigurationImpl.
-  -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/IssuerAndSerial.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/IssuerAndSerial.html deleted file mode 100644 index 95e7c9af7..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/IssuerAndSerial.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.IssuerAndSerial - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.IssuerAndSerial

-
- - - - - - - - - -
-Packages that use IssuerAndSerial
at.gv.egovernment.moa.spss.server.config  
-  -

- - - - - -
-Uses of IssuerAndSerial in at.gv.egovernment.moa.spss.server.config
-  -

- - - - - - - - - -
Methods in at.gv.egovernment.moa.spss.server.config with parameters of type IssuerAndSerial
- MapConfigurationPartsBuilder.buildKeyGroupMappings(Map keyGroups, - IssuerAndSerial anonymous) - -
-          Build the key group mapping.
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.config with parameters of type IssuerAndSerial
KeyGroupEntry(String moduleID, - IssuerAndSerial issuerAndSerial) - -
-          Create a new KeyGroupEntry.
-  -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyGroup.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyGroup.html deleted file mode 100644 index 3727f21f4..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyGroup.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.KeyGroup - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.KeyGroup

-
-No usage of at.gv.egovernment.moa.spss.server.config.KeyGroup -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyGroupEntry.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyGroupEntry.html deleted file mode 100644 index 318898810..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyGroupEntry.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.KeyGroupEntry - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.KeyGroupEntry

-
-No usage of at.gv.egovernment.moa.spss.server.config.KeyGroupEntry -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyModule.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyModule.html deleted file mode 100644 index 2b488f430..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/KeyModule.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.KeyModule - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.KeyModule

-
- - - - - - - - - -
-Packages that use KeyModule
at.gv.egovernment.moa.spss.server.config  
-  -

- - - - - -
-Uses of KeyModule in at.gv.egovernment.moa.spss.server.config
-  -

- - - - - - - - - - - - - -
Subclasses of KeyModule in at.gv.egovernment.moa.spss.server.config
- classHardwareKeyModule - -
-          A class that contains information about a hardware key module.
- classSoftwareKeyModule - -
-          A class containing information about a software key, stored in PKCS12 format.
-  -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/SoftwareKeyModule.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/SoftwareKeyModule.html deleted file mode 100644 index 81673e9fd..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/SoftwareKeyModule.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.SoftwareKeyModule - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.SoftwareKeyModule

-
- - - - - - - - - -
-Packages that use SoftwareKeyModule
at.gv.egovernment.moa.spss.server.iaik.config  
-  -

- - - - - -
-Uses of SoftwareKeyModule in at.gv.egovernment.moa.spss.server.iaik.config
-  -

- - - - - - - - -
Constructors in at.gv.egovernment.moa.spss.server.iaik.config with parameters of type SoftwareKeyModule
SoftwareKeyModuleConfigurationImpl(SoftwareKeyModule keyModule) - -
-          Create a new SoftwareKeyModuleConfigurationImpl.
-  -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/TrustProfile.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/TrustProfile.html deleted file mode 100644 index 262b0af84..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/class-use/TrustProfile.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.config.TrustProfile - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.config.TrustProfile

-
- - - - - - - - - -
-Packages that use TrustProfile
at.gv.egovernment.moa.spss.server.config  
-  -

- - - - - -
-Uses of TrustProfile in at.gv.egovernment.moa.spss.server.config
-  -

- - - - - - - - - -
Methods in at.gv.egovernment.moa.spss.server.config that return TrustProfile
- TrustProfileConfigurationProvider.getTrustProfile(String id) - -
-          Return a TrustProfile with the given ID.
-  -

-


- - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3