Class TimeStampException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.exceptions.SignatureAttributeException
br.ufsc.labsec.signature.exceptions.TimeStampExceptionAbstract
br.ufsc.labsec.signature.conformanceVerifier.cades.exceptions.TimeStampException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TimeStampExpiredException, TimeStampInvalidException
Esta classe representa uma exceção que ocorre na manipulação
de carimbos de tempo.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class SignatureAttributeException
ATTRIBUTE_BUILDING_FAILURE, ATTRIBUTE_IS_NOT_IMPLEMENTED_YET, ATTRIBUTE_NOT_FOUND, CERT_PATH_NULL, COULD_NOT_OBTAIN_HASH, DUPLICATED_ATTRIBUTE, EMPTY_CERT_LIST, EMPTY_CERTPATH_ATTR, HASH_FAILURE, IMPORTING_NODE, INDEX_OUT_OF_BOUNDS, INVALID_ISSUER_SERIAL, INVALID_PA_DIGEST, INVALID_PA_DIGEST_ALG, INVALID_PA_OID, INVALID_PA_URI, MISSING_ATTR_AUTHORITIES_CERT_VALUES, MISSING_ATTRIBUTE_REVOCATION_VALUES, MISSING_CERTIFICATE, MISSING_CERTIFICATE_VALUES, MISSING_REVOCATION_VALUES, MISSING_SIGNATURE_VALUE, MISSING_SIGNED_INFO, NEED_CERTPATH_AND_DIGEST, PROBLEMS_TO_DECODE, STRUCTURE_VIOLATION, UNKNOWN_ALGORITHM, UNKNOWN_IMPORTING_NODE, UNRECOMENDED_ATTRIBUTE, UNSIGNED_PROPERTIES_NOT_FOUND, WRONG_ALGORITHM, WRONG_SIGNERATTR_VERSIONFields inherited from class PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
ConstructorsConstructorDescriptionTimeStampException(String message) ConstrutorTimeStampException(String message, Throwable cause) ConstrutorTimeStampException(String message, Throwable cause, String identifier) ConstrutorTimeStampException(Throwable cause) ConstrutorTimeStampException(Throwable cause, String identifier) ConstrutorTimeStampException(List<Exception> problems, String identifier) Construtor -
Method Summary
Modifier and TypeMethodDescriptionRetorna a lista de erros da validaçãoMethods inherited from class SignatureAttributeException
setCriticalMethods inherited from class PbadException
isCriticalMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NOT_FOUND_TIME_STAMP
- See Also:
-
INVALID_TIME_STAMP
- See Also:
-
MALFORMED_TIME_STAMP
- See Also:
-
VALUE_HASH_ERROR
- See Also:
-
VALUE_ASYMMETRIC_CYPHER_ERROR
- See Also:
-
INVALID_ATTRIBUTES_IN_TIMESTAMP
- See Also:
-
PROBLEMS_TO_VALIDATE_ATTRIBUTES_IN_TIMESTAMP
- See Also:
-
PROBLEM_TO_VERIFY_ATTRIBUTES
- See Also:
-
STAMPING_PROBLEM_OAUTH2
- See Also:
-
NO_AUTHENTICATION_INFO
- See Also:
-
RESPONSE_PARSING_ERROR
- See Also:
-
NO_EXPIRATION_TIME
- See Also:
-
FAILURE_TO_OBTAIN_TOKEN
- See Also:
-
STAMPING_PROBLEM_OAUTH2_AUTHENTICATION
- See Also:
-
INVALID_TSA_CONFIG
- See Also:
-
-
Constructor Details
-
TimeStampException
-
TimeStampException
-
TimeStampException
-
TimeStampException
-
TimeStampException
-
TimeStampException
-
-
Method Details
-
getProblems
Retorna a lista de erros da validação- Specified by:
getProblemsin classTimeStampExceptionAbstract- Returns:
- A lista de erros da validação
-