public class

CounterSignatureSigValueRefException

extends CounterSignatureVerificationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.InvalidPropertyException
             ↳ xades4j.verification.CounterSignatureVerificationException
               ↳ xades4j.verification.CounterSignatureSigValueRefException

Class Overview

Throw during validation of the CounterSignature property if the enclosed signature doesn't reference the SignatureValue element of the countersigned signature.

Summary

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

Public Constructors

public CounterSignatureSigValueRefException ()

Protected Methods

protected String getVerificationMessage ()