public class

TimeStampDigestMismatchException

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

Class Overview

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.

Summary

Public Constructors
TimeStampDigestMismatchException(String propName)
Protected Methods
String getVerificationMessage()
[Expand]
Inherited Methods
From class xades4j.verification.TimeStampVerificationException
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TimeStampDigestMismatchException (String propName)

Protected Methods

protected String getVerificationMessage ()