xades4j.production
Class SigningCertKeyUsageException

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.SigningCertKeyUsageException
All Implemented Interfaces:
Serializable

public class SigningCertKeyUsageException
extends SigningCertRequirementException

Thrown during the signature prodution if the key usage in the signing certificate (if available) doesn't include digitalSignature nor nonRepudiation.

Author:
Luís
See Also:
Serialized Form

Constructor Summary
SigningCertKeyUsageException(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

SigningCertKeyUsageException

public SigningCertKeyUsageException(X509Certificate certificate)


Copyright © 2012. All Rights Reserved.