public class

SignaturePolicyCannotDigestException

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

Class Overview

Thrown during verification of the SignaturePolicyIdentifier property if the digest of the policy document cannot be calculated (the algorithm is not available).

Summary

Public Constructors
SignaturePolicyCannotDigestException(ObjectIdentifier sigPolicyId, Throwable cause)
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 SignaturePolicyCannotDigestException (ObjectIdentifier sigPolicyId, Throwable cause)

Protected Methods

protected String getVerificationMessage ()