at.gv.egovernment.moa.spss.server.invoke
Class CMSSignatureVerificationProfileFactory

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.invoke.CMSSignatureVerificationProfileFactory

public class CMSSignatureVerificationProfileFactory
extends Object

A factory to create a CMSSignatureVerificationProfile from a VerifyCMSSignatureRequest and the current MOA configuration data.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
CMSSignatureVerificationProfileFactory(at.gv.egovernment.moa.spss.api.cmsverify.VerifyCMSSignatureRequest request)
          Create a new CMSSignatureVerificationProfileFactory.
 
Method Summary
 iaik.server.modules.cmsverify.CMSSignatureVerificationProfile createProfile()
          Create a CMSSignatureVerificationProfile from the given request and the current MOA configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSSignatureVerificationProfileFactory

public CMSSignatureVerificationProfileFactory(at.gv.egovernment.moa.spss.api.cmsverify.VerifyCMSSignatureRequest request)
Create a new CMSSignatureVerificationProfileFactory.
Parameters:
request - The VerifyCMSSignatureRequest to draw profile data from.
Method Detail

createProfile

public iaik.server.modules.cmsverify.CMSSignatureVerificationProfile createProfile()
                                                                            throws MOAException
Create a CMSSignatureVerificationProfile from the given request and the current MOA configuration.
Returns:
The CMSSignatureVerificationProfile for the request, based on the current configuration.
Throws:
MOAException - An error occurred creating the profile.