com.dstc.security.cms.atts
Interface SigningTime


public interface SigningTime
extends Attribute

An interface to the SigningTime attribute which must be amongst the list of signed attributes in a CMS SignedData. The SigningTime attribute denotes the time of signing of the encapsulating SignedData.

See Also:
Attribute, SignedData

Method Summary
 Date getTime()
          Returns the time of signing
 
Methods inherited from interface com.dstc.security.cms.Attribute
getEncodedValues, getOid
 

Method Detail

getTime

public Date getTime()
Returns the time of signing