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 --- .../moa/spss/class-use/MOAException.html | 324 +++++++++++++++++++++ 1 file changed, 324 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/class-use/MOAException.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/class-use/MOAException.html') 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.
+  +

+


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