public class

SigningTimeVerificationException

extends InvalidPropertyException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.InvalidPropertyException
             ↳ xades4j.verification.SigningTimeVerificationException

Class Overview

Thrown during verification of the SigningTime property if the time contained in the property is not before the verification time.

Summary

Public Constructors
SigningTimeVerificationException(Date sigTime, Date maximumExpectedTime)
Public Methods
Date getMaximumExpectedTime()
String getPropertyName()
Date getSigTime()
Protected Methods
String getVerificationMessage()
[Expand]
Inherited Methods
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SigningTimeVerificationException (Date sigTime, Date maximumExpectedTime)

Public Methods

public Date getMaximumExpectedTime ()

public String getPropertyName ()

public Date getSigTime ()

Protected Methods

protected String getVerificationMessage ()