public abstract class

CoreVerificationException

extends InvalidSignatureException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.CoreVerificationException
Known Direct Subclasses

Class Overview

Base for errors when the core (XML-DSIG) verification fails.

Summary

Protected Constructors
CoreVerificationException(XMLSignature sig)
Public Methods
XMLSignature getSignature()
Gets the signature that was being verified.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected CoreVerificationException (XMLSignature sig)

Public Methods

public XMLSignature getSignature ()

Gets the signature that was being verified.

Returns
  • the signature