xades4j.verification
Class TimeStampDigestMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by xades4j.verification.InvalidSignatureException
                  extended by xades4j.verification.InvalidPropertyException
                      extended by xades4j.verification.TimeStampVerificationException
                          extended by xades4j.verification.TimeStampDigestMismatchException
All Implemented Interfaces:
Serializable

public class TimeStampDigestMismatchException
extends TimeStampVerificationException

Thrown during verification of time-stamp properties if the actual digest of the data covered by the time-stamp is different from the digest within the time-stamp.

Author:
Luís
See Also:
Serialized Form

Constructor Summary
TimeStampDigestMismatchException(String propName)
           
 
Method Summary
protected  String getVerificationMessage()
           
 
Methods inherited from class xades4j.verification.TimeStampVerificationException
getPropertyName
 
Methods inherited from class xades4j.verification.InvalidPropertyException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeStampDigestMismatchException

public TimeStampDigestMismatchException(String propName)
Method Detail

getVerificationMessage

protected String getVerificationMessage()
Specified by:
getVerificationMessage in class InvalidPropertyException


Copyright © 2012. All Rights Reserved.