xades4j.verification
Class SigningTimeVerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xades4j.XAdES4jException
xades4j.verification.InvalidSignatureException
xades4j.verification.InvalidPropertyException
xades4j.verification.SigningTimeVerificationException
- All Implemented Interfaces:
- Serializable
public class SigningTimeVerificationException
- extends InvalidPropertyException
Thrown during verification of the SigningTime property if the time contained
in the property is not before the verification time.
- Author:
- Luís
- See Also:
- Serialized Form
SigningTimeVerificationException
public SigningTimeVerificationException(Date sigTime,
Date maximumExpectedTime)
getSigTime
public Date getSigTime()
getMaximumExpectedTime
public Date getMaximumExpectedTime()
getVerificationMessage
protected String getVerificationMessage()
- Specified by:
getVerificationMessage in class InvalidPropertyException
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName in class InvalidPropertyException
Copyright © 2012. All Rights Reserved.