xades4j.production
Class SigningCertValidityException

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
                      extended by xades4j.production.SigningCertValidityException
All Implemented Interfaces:
Serializable

public class SigningCertValidityException
extends SigningCertRequirementException

Thrown during signature production when the signing certificate is not within its validity period.

Author:
Luís
See Also:
Serialized Form

Constructor Summary
SigningCertValidityException(X509Certificate certificate)
           
 
Method Summary
 
Methods inherited from class xades4j.production.SigningCertRequirementException
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

SigningCertValidityException

public SigningCertValidityException(X509Certificate certificate)


Copyright © 2012. All Rights Reserved.