public class

SigningCertificateReferenceNotFoundException

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

Class Overview

Thrown during verification of the SigningCertificate property if a reference for the signing certificate is not present in the property.

Summary

Public Constructors
SigningCertificateReferenceNotFoundException(X509Certificate signingCertificate)
Public Methods
X509Certificate getSigningCertificate()
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 SigningCertificateReferenceNotFoundException (X509Certificate signingCertificate)

Public Methods

public X509Certificate getSigningCertificate ()

Protected Methods

protected String getVerificationMessage ()