From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../spss/class-use/MOAApplicationException.html | 423 +++++++++++++++++++++ .../moa/spss/class-use/MOAException.html | 324 ++++++++++++++++ .../moa/spss/class-use/MOASystemException.html | 231 +++++++++++ 3 files changed, 978 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/class-use/MOAApplicationException.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/class-use/MOAException.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/class-use/MOASystemException.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/class-use') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/class-use/MOAApplicationException.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/class-use/MOAApplicationException.html new file mode 100644 index 000000000..68f14ff5b --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/class-use/MOAApplicationException.html @@ -0,0 +1,423 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.MOAApplicationException + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.spss.MOAApplicationException

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use MOAApplicationException
at.gv.egovernment.moa.spss.server.iaik.pki  
at.gv.egovernment.moa.spss.server.iaik.pki.store.truststore  
at.gv.egovernment.moa.spss.server.invoke  
at.gv.egovernment.moa.spss.server.service  
+  +

+ + + + + +
+Uses of MOAApplicationException in at.gv.egovernment.moa.spss.server.iaik.pki
+  +

+ + + + + + + + +
Constructors in at.gv.egovernment.moa.spss.server.iaik.pki that throw MOAApplicationException
PKIProfileImpl(ConfigurationProvider config, + String trustProfileID) + +
+          Create a new PKIProfileImpl.
+  +

+ + + + + +
+Uses of MOAApplicationException in at.gv.egovernment.moa.spss.server.iaik.pki.store.truststore
+  +

+ + + + + + + + +
Constructors in at.gv.egovernment.moa.spss.server.iaik.pki.store.truststore that throw MOAApplicationException
TrustStoreProfileImpl(ConfigurationProvider config, + String trustProfileId) + +
+          Create a new TrustStoreProfileImpl.
+  +

+ + + + + +
+Uses of MOAApplicationException in at.gv.egovernment.moa.spss.server.invoke
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in at.gv.egovernment.moa.spss.server.invoke that throw MOAApplicationException
+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.
+ InputStreamExternalURIResolver.resolve(String uriStr) + +
+          Return a stream to data at the given URI. + +
+ iaik.server.modules.xmlsign.XMLSignatureCreationProfileXMLSignatureCreationProfileFactory.createProfile(at.gv.egovernment.moa.spss.api.xmlsign.SingleSignatureInfo singleSignatureInfo) + +
+          Create a XMLSignatureCreationProfile for the given + SingleSignatureInfo object..
+ voidVerifyCMSSignatureResponseBuilder.addResult(iaik.server.modules.cmsverify.CMSSignatureVerificationResult result) + +
+          Add a verification result to the response.
+ iaik.server.modules.xml.XMLDataObjectDataObjectFactory.createSignatureEnvironment(at.gv.egovernment.moa.spss.api.common.Content content, + List supplements) + +
+          Return the signature environment, i.e., the root element of the + document, into which the signature will be inserted (if created) or which + contains the signature (if verified).
+ iaik.server.modules.xml.DataObjectDataObjectFactory.createFromSignatureEnvironment(org.w3c.dom.Element signatureEnvironment, + String uri, + String referenceID) + +
+          Create an XMLDataObject from the given signature environment.
+ iaik.server.modules.xml.DataObjectDataObjectFactory.createFromContentOptionalRefType(at.gv.egovernment.moa.spss.api.common.Content content, + String referenceID, + boolean allowContentAndReference, + boolean binaryAsXml, + boolean xmlAsNodeList, + boolean referenceAsXml) + +
+          Create a DataObject from a Content object.
+ iaik.server.modules.xml.DataObjectDataObjectFactory.createFromXmlDataObjectAssociation(at.gv.egovernment.moa.spss.api.common.XMLDataObjectAssociation xmlDataObjAssoc, + boolean xmlContentAllowed, + boolean binaryContentRepeatable) + +
+          Create a DataObject from a + XMLDataObjectAssociation object.
+ iaik.server.modules.xml.DataObjectDataObjectFactory.createFromTransformParameter(at.gv.egovernment.moa.spss.api.xmlverify.TransformParameter transformParameter) + +
+          Create a DataObject from a TransformParameter + object.
+ iaik.server.modules.xml.DataObjectDataObjectFactory.createFromURI(String uri, + boolean asXml) + +
+          Create a DataObject from data located at the given URI.
+static org.w3c.dom.ElementInvokerUtils.evaluateSignatureLocation(org.w3c.dom.Element root, + at.gv.egovernment.moa.spss.api.common.ElementSelector location) + +
+          Select the signature parent element.
+ voidVerifyXMLSignatureResponseBuilder.setResult(iaik.server.modules.xmlverify.XMLSignatureVerificationResult result, + iaik.server.modules.xmlverify.XMLSignatureVerificationProfile profile, + at.gv.egovernment.moa.spss.api.xmlverify.ReferencesCheckResult transformsSignatureManifestCheck) + +
+          Sets the verification result to the response. + +
+ iaik.server.modules.xml.TransformationTransformationFactory.createTransformation(at.gv.egovernment.moa.spss.api.common.Transform transform) + +
+          Create a Transformation based on a + Transform object.
+ ListTransformationFactory.createTransformationList(List transforms) + +
+          Create a List of Transformations from a + List of Transforms.
+ iaik.server.modules.xmlverify.XMLSignatureVerificationProfileXMLSignatureVerificationProfileFactory.createProfile() + +
+          Create a XMLSignatureCreationProfile from the + VerifyXMLSignaturesRequest and the current MOA configuration.
+ ListXMLSignatureVerificationProfileFactory.buildTransformationSupplements() + +
+          Build supplemental data objects used in the transformations.
+  +

+ + + + + +
+Uses of MOAApplicationException in at.gv.egovernment.moa.spss.server.service
+  +

+ + + + + + + + + + + + + +
Methods in at.gv.egovernment.moa.spss.server.service that throw MOAApplicationException
+static voidServiceUtils.validateRequest(org.w3c.dom.Element[] request) + +
+          Schema-validate a request.
+static org.w3c.dom.ElementServiceUtils.reparseRequest(org.w3c.dom.Element request) + +
+          Reparse the request with schema-validation turned on so that ID references + are resolved.
+  +

+


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

+Uses of Class
at.gv.egovernment.moa.spss.MOAException

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use MOAException
at.gv.egovernment.moa.spss  
at.gv.egovernment.moa.spss.server.config  
at.gv.egovernment.moa.spss.server.init  
at.gv.egovernment.moa.spss.server.invoke  
+  +

+ + + + + +
+Uses of MOAException in at.gv.egovernment.moa.spss
+  +

+ + + + + + + + + + + + + +
Subclasses of MOAException in at.gv.egovernment.moa.spss
+ classMOAApplicationException + +
+          Base class of application specific MOA exceptions. + +
+ classMOASystemException + +
+          Base class of technical MOA exceptions. + +
+  +

+ + + + + +
+Uses of MOAException in at.gv.egovernment.moa.spss.server.config
+  +

+ + + + + + + + + +
Subclasses of MOAException in at.gv.egovernment.moa.spss.server.config
+ classConfigurationException + +
+          Exception signalling an error in the configuration.
+  +

+ + + + + +
+Uses of MOAException in at.gv.egovernment.moa.spss.server.init
+  +

+ + + + + + + + + + + + + +
Methods in at.gv.egovernment.moa.spss.server.init that throw MOAException
+ voidConfiguratorImpl.init() + +
+           
+ voidConfiguratorImpl.update() + +
+           
+  +

+ + + + + +
+Uses of MOAException in at.gv.egovernment.moa.spss.server.invoke
+  +

+ + + + + + + + + + + + + + + + + +
Methods in at.gv.egovernment.moa.spss.server.invoke that return MOAException
+ MOAExceptionIaikExceptionMapper.map(iaik.IAIKException iaikException) + +
+          Map an IAIKException to a MOAException.
+ MOAExceptionIaikExceptionMapper.map(iaik.IAIKRuntimeException iaikException) + +
+          Map an IAIKRuntimeException to a MOAException.
+protected  MOAExceptionIaikExceptionMapper.createMoaException(Exception iaikException) + +
+          Create a MOAException from a given IAIKException + by looking it up in the mapping.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in at.gv.egovernment.moa.spss.server.invoke that throw MOAException
+ iaik.server.modules.cmsverify.CMSSignatureVerificationProfileCMSSignatureVerificationProfileFactory.createProfile() + +
+          Create a CMSSignatureVerificationProfile from the given + request and the current MOA configuration.
+ at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureResponseXMLSignatureVerificationInvoker.verifyXMLSignature(at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureRequest request) + +
+          Process the VerifyXMLSignatureRequest message and invoke the + XMLSignatureVerificationModule.
+ at.gv.egovernment.moa.spss.api.cmsverify.VerifyCMSSignatureResponseSignatureVerificationServiceImpl.verifyCMSSignature(at.gv.egovernment.moa.spss.api.cmsverify.VerifyCMSSignatureRequest request) + +
+          Verify a CMS signature.
+ at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureResponseSignatureVerificationServiceImpl.verifyXMLSignature(at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureRequest request) + +
+          Verify an XML signature.
+ at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureResponseSignatureCreationServiceImpl.createXMLSignature(at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureRequest request) + +
+          Create an XML signature.
+ at.gv.egovernment.moa.spss.api.cmsverify.VerifyCMSSignatureResponseCMSSignatureVerificationInvoker.verifyCMSSignature(at.gv.egovernment.moa.spss.api.cmsverify.VerifyCMSSignatureRequest request) + +
+          Verify a CMS signature.
+ at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureResponseXMLSignatureCreationInvoker.createXMLSignature(at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureRequest request, + Set reserved) + +
+          Process the CreateXMLSignatureRequest message and invoke the + XMLSignatureCreationModule for every + SingleSignatureInfo contained in the request.
+  +

+


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

+Uses of Class
at.gv.egovernment.moa.spss.MOASystemException

+
+ + + + + + + + + + + + + +
+Packages that use MOASystemException
at.gv.egovernment.moa.spss.server.config  
at.gv.egovernment.moa.spss.server.invoke  
+  +

+ + + + + +
+Uses of MOASystemException in at.gv.egovernment.moa.spss.server.config
+  +

+ + + + + + + + + +
Subclasses of MOASystemException in at.gv.egovernment.moa.spss.server.config
+ classConfigurationException + +
+          Exception signalling an error in the configuration.
+  +

+ + + + + +
+Uses of MOASystemException in at.gv.egovernment.moa.spss.server.invoke
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in at.gv.egovernment.moa.spss.server.invoke that throw MOASystemException
+ iaik.server.modules.xmlsign.XMLSignatureCreationProfileXMLSignatureCreationProfileFactory.createProfile(at.gv.egovernment.moa.spss.api.xmlsign.SingleSignatureInfo singleSignatureInfo) + +
+          Create a XMLSignatureCreationProfile for the given + SingleSignatureInfo object..
+ iaik.server.modules.xml.XMLDataObjectDataObjectFactory.createSignatureEnvironment(at.gv.egovernment.moa.spss.api.common.Content content, + List supplements) + +
+          Return the signature environment, i.e., the root element of the + document, into which the signature will be inserted (if created) or which + contains the signature (if verified).
+ iaik.server.modules.xml.DataObjectDataObjectFactory.createFromContentOptionalRefType(at.gv.egovernment.moa.spss.api.common.Content content, + String referenceID, + boolean allowContentAndReference, + boolean binaryAsXml, + boolean xmlAsNodeList, + boolean referenceAsXml) + +
+          Create a DataObject from a Content object.
+ iaik.server.modules.xml.DataObjectDataObjectFactory.createFromXmlDataObjectAssociation(at.gv.egovernment.moa.spss.api.common.XMLDataObjectAssociation xmlDataObjAssoc, + boolean xmlContentAllowed, + boolean binaryContentRepeatable) + +
+          Create a DataObject from a + XMLDataObjectAssociation object.
+ iaik.server.modules.xml.DataObjectDataObjectFactory.createFromTransformParameter(at.gv.egovernment.moa.spss.api.xmlverify.TransformParameter transformParameter) + +
+          Create a DataObject from a TransformParameter + object.
+ iaik.server.modules.xml.DataObjectDataObjectFactory.createFromURI(String uri, + boolean asXml) + +
+          Create a DataObject from data located at the given URI.
+ iaik.server.modules.xmlverify.XMLSignatureVerificationProfileXMLSignatureVerificationProfileFactory.createProfile() + +
+          Create a XMLSignatureCreationProfile from the + VerifyXMLSignaturesRequest and the current MOA configuration.
+ ListXMLSignatureVerificationProfileFactory.buildTransformationSupplements() + +
+          Build supplemental data objects used in the transformations.
+  +

+


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