Package br.ufsc.labsec.validationResult.exceptions.invalidExceptions


package br.ufsc.labsec.validationResult.exceptions.invalidExceptions
  • Exception Classes
    Class
    Description
    The signature is considered invalid because the certificate chain used in the validation process does not match the validation constraints related to the certificate.
    The signature is considered invalid because at least one of the algorithms that have been used in a material (e.g. the signature value, a certificate...) involved in validating the signature or the size of the keys used with such an algorithm is no longer considered reliable and the Signature Validation Algorithm can ascertain that this material was produced after the time up to which this algorithm was considered secure.
    The signature is considered invalid because the Signature Validation Algorithm can ascertain that the signing time lies after the expiration date (notAfter) of the signer's certificate.
    The signature has been found not conformant to one of the base standards (CAdES, XAdES, PAdES, JAdES).
    The signature is considered invalid because at least one hash of a signed data object(s) that has been included in the signing process does not match the corresponding hash value in the signature.
    Any other reason.
    The signature is considered invalid because the Signature Validation Algorithm can ascertain that the signing time lies before the issuance date (notBefore) of the signer's certificate.
    A given formal policy file could not be processed for any reason (e.g. not accessible, not parsable, etc.)
     
    The signature is considered invalid because: the signer's certificate has been found to be revoked; and the Signature Validation Algorithm can ascertain that the signing time lies after the revocation time. The validation process shall provide the following: the certificate chain used in the validation process; the time and the reason of revocation of the signer's certificate.
    The signature is considered invalid because one or more properties of the signature do not match the validation constraints.
    The signature is considered invalid because the signature value in the signature could not be verified using the signer's public key in the signer's certificate.
    Some constraints on the order of signature time-stamps and/or signed data object (s) time-stamps are not respected.
    The signature was created using a policy and commitment type that is unknown to the SVA.