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 --- .../invoke/CMSSignatureVerificationInvoker.html | 251 +++++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/CMSSignatureVerificationInvoker.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/CMSSignatureVerificationInvoker.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/CMSSignatureVerificationInvoker.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/CMSSignatureVerificationInvoker.html new file mode 100644 index 000000000..4e05bb187 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/CMSSignatureVerificationInvoker.html @@ -0,0 +1,251 @@ + + + + + + +MOA SP/SS Server Internal API: Class CMSSignatureVerificationInvoker + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.spss.server.invoke +
+Class CMSSignatureVerificationInvoker

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

+A class providing an interface to the + CMSSignatureVerificationModule. + + This class performs the invocation of the + iaik.server.modules.cmsverify.CMSSignatureVerificationModule + from a VerifyCMSSignatureRequest. The result of the invocation + is integrated into a VerifyCMSSignatureResponse returned. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
+protected CMSSignatureVerificationInvoker() + +
+          Create a new CMSSignatureVerificationInvoker. + +
+  + + + + + + + + + + + + + + + +
+Method Summary
+static CMSSignatureVerificationInvokergetInstance() + +
+          Return the only instance of this class.
+ at.gv.egovernment.moa.spss.api.cmsverify.VerifyCMSSignatureResponseverifyCMSSignature(at.gv.egovernment.moa.spss.api.cmsverify.VerifyCMSSignatureRequest request) + +
+          Verify a CMS signature.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+CMSSignatureVerificationInvoker

+
+protected CMSSignatureVerificationInvoker()
+
+
Create a new CMSSignatureVerificationInvoker. + + Protected to disallow multiple instances.
+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static CMSSignatureVerificationInvoker getInstance()
+
+
Return the only instance of this class.
+
Returns:
The only instance of this class.
+
+
+
+ +

+verifyCMSSignature

+
+public at.gv.egovernment.moa.spss.api.cmsverify.VerifyCMSSignatureResponse verifyCMSSignature(at.gv.egovernment.moa.spss.api.cmsverify.VerifyCMSSignatureRequest request)
+                                                                                       throws MOAException
+
+
Verify a CMS signature.
+
Parameters:
request - The VerifyCMSSignatureRequest containing the + CMS signature, as well as additional data needed for verification.
Returns:
Element A VerifyCMSSignatureResponse containing the + answer to the VerifyCMSSignatureRequest.
Throws:
MOAException - An error occurred while processing the request.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3