public class

CompleteCertRefsReferenceException

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

Class Overview

Thrown during verification of the CompleteCertificateRefs property if the digest on a reference doesn't match the actual digest of the corresponding certificate.

Summary

Public Constructors
CompleteCertRefsReferenceException(X509Certificate certificate, CertRef certificateRef, String msg)
Public Methods
X509Certificate getCertificate()
CertRef getCertificateRef()
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 CompleteCertRefsReferenceException (X509Certificate certificate, CertRef certificateRef, String msg)

Public Methods

public X509Certificate getCertificate ()

public CertRef getCertificateRef ()

Protected Methods

protected String getVerificationMessage ()