public class

SignaturePolicyDigestMismatchException

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

Class Overview

Thrown during verification of the SignaturePolicyIdentifier property if the actual digest of the policy document and the digest contained in the property are different.

Summary

Public Constructors
SignaturePolicyDigestMismatchException(ObjectIdentifier sigPolicyId)
Protected Methods
String getVerificationMessage()
[Expand]
Inherited Methods
From class xades4j.verification.SignaturePolicyVerificationException
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SignaturePolicyDigestMismatchException (ObjectIdentifier sigPolicyId)

Protected Methods

protected String getVerificationMessage ()