public class

CompleteCertRefsCertNotFoundException

extends CompleteCertRefsVerificationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.InvalidPropertyException
             ↳ xades4j.verification.CompleteCertRefsVerificationException
               ↳ xades4j.verification.CompleteCertRefsCertNotFoundException

Class Overview

Thrown during verification of the CompleteCertificateRefs property if a reference for a certificate in the certification path is not found in the property.

Summary

Public Constructors
CompleteCertRefsCertNotFoundException(X509Certificate certificate)
Public Methods
X509Certificate getCertificate()
Protected Methods
String getVerificationMessage()
[Expand]
Inherited Methods
From class xades4j.verification.CompleteCertRefsVerificationException
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CompleteCertRefsCertNotFoundException (X509Certificate certificate)

Public Methods

public X509Certificate getCertificate ()

Returns
  • the certificate that caused the exception

Protected Methods

protected String getVerificationMessage ()