public class

SigningCertificateCertsNotInCertPathException

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

Class Overview

Thrown during verification of the SigningCertificate property if the property contains one or more references to certificates that are not part of the certification path.

Summary

Public Constructors
SigningCertificateCertsNotInCertPathException()
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 SigningCertificateCertsNotInCertPathException ()

Protected Methods

protected String getVerificationMessage ()