Uses of Interface
br.ufsc.labsec.validationResult.interfaces.ConstraintsFailure
Packages that use ConstraintsFailure
Package
Description
-
Uses of ConstraintsFailure in br.ufsc.labsec.validationResult.exceptions.indeterminateExceptions
Classes in br.ufsc.labsec.validationResult.exceptions.indeterminateExceptions that implement ConstraintsFailureModifier and TypeClassDescriptionclassAt 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 at the validation date/time. -
Uses of ConstraintsFailure in br.ufsc.labsec.validationResult.exceptions.invalidExceptions
Classes in br.ufsc.labsec.validationResult.exceptions.invalidExceptions that implement ConstraintsFailureModifier and TypeClassDescriptionclassThe signature is considered invalid because the certificate chain used in the validation process does not match the validation constraints related to the certificate.classThe 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.classThe 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.classThe signature is considered invalid because one or more properties of the signature do not match the validation constraints.