public abstract class

SigningCertRequirementException

extends KeyingDataException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.production.KeyingDataException
           ↳ xades4j.production.SigningCertRequirementException
Known Direct Subclasses

Class Overview

Base class for exceptions related to signing certificate requirements.

Summary

Protected Constructors
SigningCertRequirementException(String message, X509Certificate certificate)
Public Methods
X509Certificate getCertificate()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected SigningCertRequirementException (String message, X509Certificate certificate)

Public Methods

public X509Certificate getCertificate ()