xades4j.verification
Class CoreVerificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by xades4j.verification.InvalidSignatureException
                  extended by xades4j.verification.CoreVerificationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReferenceValueException, SignatureValueException

public abstract class CoreVerificationException
extends InvalidSignatureException

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

Author:
Luís
See Also:
Serialized Form

Constructor Summary
protected CoreVerificationException(org.apache.xml.security.signature.XMLSignature sig)
           
 
Method Summary
 org.apache.xml.security.signature.XMLSignature getSignature()
          Gets the signature that was being verified.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoreVerificationException

protected CoreVerificationException(org.apache.xml.security.signature.XMLSignature sig)
Method Detail

getSignature

public org.apache.xml.security.signature.XMLSignature getSignature()
Gets the signature that was being verified.

Returns:
the signature


Copyright © 2012. All Rights Reserved.