at.gv.egovernment.moa.spss.server.iaik.xml
Class SigningTimeImpl

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.iaik.xml.SigningTimeImpl
All Implemented Interfaces:
iaik.server.modules.xml.Property, iaik.server.modules.xml.SigningTime

public class SigningTimeImpl
extends Object
implements iaik.server.modules.xml.SigningTime

An implementation of the SigningTime Property.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
SigningTimeImpl(Date signingTime)
          Create a new SigningTimeImpl.
 
Method Summary
 Date getSigningTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SigningTimeImpl

public SigningTimeImpl(Date signingTime)
Create a new SigningTimeImpl.
Parameters:
signingTime - The signing time.
Method Detail

getSigningTime

public Date getSigningTime()
Specified by:
getSigningTime in interface iaik.server.modules.xml.SigningTime
See Also:
SigningTime.getSigningTime()