public class

CannotSelectCertificateException

extends CertificateValidationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.providers.CertificateValidationException
           ↳ xades4j.providers.CannotSelectCertificateException

Class Overview

Thrown when there is no criteria to select the signing certificate. For instance, the KeyInfo might not have the needed elements.

Summary

Public Constructors
CannotSelectCertificateException(X509CertSelector s, Throwable cause)
[Expand]
Inherited Methods
From class xades4j.providers.CertificateValidationException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CannotSelectCertificateException (X509CertSelector s, Throwable cause)