Uses of Class
br.ufsc.labsec.validationResult.exceptions.invalidExceptions.ReasonForTotalFailed

Packages that use ReasonForTotalFailed
  • Uses of ReasonForTotalFailed in br.ufsc.labsec.validationResult.exceptions.invalidExceptions

    Modifier and Type
    Class
    Description
    class 
    The signature is considered invalid because the certificate chain used in the validation process does not match the validation constraints related to the certificate.
    class 
    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.
    class 
    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.
    class 
    The signature has been found not conformant to one of the base standards (CAdES, XAdES, PAdES, JAdES).
    class 
    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.
    class 
    Any other reason.
    class 
    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.
    class 
    A given formal policy file could not be processed for any reason (e.g. not accessible, not parsable, etc.)
    class 
    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.
    class 
    The signature is considered invalid because one or more properties of the signature do not match the validation constraints.
    class 
    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.
    class 
    Some constraints on the order of signature time-stamps and/or signed data object (s) time-stamps are not respected.
    class 
    The signature was created using a policy and commitment type that is unknown to the SVA.