public class

SigningCertificateReferenceException

extends SigningCertificateVerificationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.InvalidPropertyException
             ↳ xades4j.verification.SigningCertificateVerificationException
               ↳ xades4j.verification.SigningCertificateReferenceException

Class Overview

Thrown during verification of the SigningCertificate property if the validation of one of the certificate references fails.

Summary

Public Constructors
SigningCertificateReferenceException(X509Certificate certificate, CertRef certificateRef, Throwable cause)
Public Methods
X509Certificate getCertificate()
CertRef getCertificateRef()
Protected Methods
String getVerificationMessage()
[Expand]
Inherited Methods
From class xades4j.verification.SigningCertificateVerificationException
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SigningCertificateReferenceException (X509Certificate certificate, CertRef certificateRef, Throwable cause)

Public Methods

public X509Certificate getCertificate ()

public CertRef getCertificateRef ()

Protected Methods

protected String getVerificationMessage ()