public final class

SignatureTimeStampProperty

extends UnsignedSignatureProperty
java.lang.Object
   ↳ xades4j.properties.SignatureProperty
     ↳ xades4j.properties.UnsignedSignatureProperty
       ↳ xades4j.properties.SignatureTimeStampProperty

Class Overview

The SignatureTimeStamp property encapsulates the time-stamp over the ds:SignatureValue element.

Summary

Constants
String PROP_NAME
[Expand]
Inherited Constants
From interface xades4j.properties.QualifyingProperty
Public Constructors
SignatureTimeStampProperty()
Public Methods
String getName()
Date getTime()
Gets the time-stamp time.
void setTime(Date time)
[Expand]
Inherited Methods
From class xades4j.properties.UnsignedSignatureProperty
From class xades4j.properties.SignatureProperty
From class java.lang.Object
From interface xades4j.properties.QualifyingProperty

Constants

public static final String PROP_NAME

Constant Value: "SignatureTimeStamp"

Public Constructors

public SignatureTimeStampProperty ()

Public Methods

public String getName ()

public Date getTime ()

Gets the time-stamp time.

Returns
  • the time or null if the property hasn't been processed in signature production or verification.

public void setTime (Date time)