xades4j.verification
Class CoreVerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xades4j.XAdES4jException
xades4j.verification.InvalidSignatureException
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
|
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 |
CoreVerificationException
protected CoreVerificationException(org.apache.xml.security.signature.XMLSignature sig)
getSignature
public org.apache.xml.security.signature.XMLSignature getSignature()
- Gets the signature that was being verified.
- Returns:
- the signature
Copyright © 2012. All Rights Reserved.