xades4j.verification
Class SignatureValueException

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
                      extended by xades4j.verification.SignatureValueException
All Implemented Interfaces:
Serializable

public class SignatureValueException
extends CoreVerificationException

Thrown during signature verification if the process fails due to an invalid signature value but the references digests are correct.

Author:
Luís
See Also:
Serialized Form

Constructor Summary
SignatureValueException(org.apache.xml.security.signature.XMLSignature sig)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class xades4j.verification.CoreVerificationException
getSignature
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

SignatureValueException

public SignatureValueException(org.apache.xml.security.signature.XMLSignature sig)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2012. All Rights Reserved.