xades4j.production
Class SigningCertRequirementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by xades4j.production.KeyingDataException
                  extended by xades4j.production.SigningCertRequirementException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SigningCertKeyUsageException, SigningCertValidityException

public abstract class SigningCertRequirementException
extends KeyingDataException

Base class for exceptions related to signing certificate requirements.

Author:
Luís
See Also:
SigningCertKeyUsageException, SigningCertValidityException, Serialized Form

Constructor Summary
protected SigningCertRequirementException(String message, X509Certificate certificate)
           
 
Method Summary
 X509Certificate getCertificate()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SigningCertRequirementException

protected SigningCertRequirementException(String message,
                                          X509Certificate certificate)
Method Detail

getCertificate

public X509Certificate getCertificate()


Copyright © 2012. All Rights Reserved.