Class CertValuesException
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.conformanceVerifier.xades.exceptions.CertValuesException
- All Implemented Interfaces:
Serializable
public class CertValuesException extends SignatureAttributeException
Esta classe representa uma exceção causada por algum erro
no atributo CertValues
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringANCHOR_NOT_FOUNDstatic StringCA_CERTIFICATES_NOT_FOUNDstatic StringCERTID_NOT_FOUNDstatic StringCERTIFICATE_REFS_NOT_FOUNDstatic StringDUPLICATED_ATTRIBUTEstatic StringINVALID_CERTIFICATEstatic StringMISSING_CRL_CERTIFICATEstatic StringMISSING_OCSP_RESPONSEstatic StringNULL_SIGNER_CERTIFICATEstatic StringSIGNER_CERTIFICATE_NOT_FOUNDFields inherited from class br.ufsc.labsec.signature.exceptions.SignatureAttributeException
ATTRIBUTE_BUILDING_FAILURE, ATTRIBUTE_IS_NOT_IMPLEMENTED_YET, ATTRIBUTE_NOT_FOUND, CERT_PATH_NULL, COULD_NOT_OBTAIN_HASH, EMPTY_CERT_LIST, EMPTY_CERTPATH_ATTR, HASH_FAILURE, IMPORTING_NODE, INDEX_OUT_OF_BOUNDS, INVALID_ISSUER_SERIAL, INVALID_PA_DIGEST, 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 br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
Constructors Constructor Description CertValuesException(String message)ConstrutorCertValuesException(String message, StackTraceElement[] stackTrace)ConstrutorCertValuesException(String invalidCertificate, String name)Construtor -
Method Summary
Methods inherited from class br.ufsc.labsec.signature.exceptions.SignatureAttributeException
setCriticalMethods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCriticalMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_CERTIFICATE
- See Also:
- Constant Field Values
-
DUPLICATED_ATTRIBUTE
- See Also:
- Constant Field Values
-
CERTIFICATE_REFS_NOT_FOUND
- See Also:
- Constant Field Values
-
NULL_SIGNER_CERTIFICATE
- See Also:
- Constant Field Values
-
SIGNER_CERTIFICATE_NOT_FOUND
- See Also:
- Constant Field Values
-
ANCHOR_NOT_FOUND
- See Also:
- Constant Field Values
-
CA_CERTIFICATES_NOT_FOUND
- See Also:
- Constant Field Values
-
CERTID_NOT_FOUND
- See Also:
- Constant Field Values
-
MISSING_OCSP_RESPONSE
- See Also:
- Constant Field Values
-
MISSING_CRL_CERTIFICATE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CertValuesException
Construtor- Parameters:
message- A mensagem de erro
-
CertValuesException
Construtor- Parameters:
message- A mensagem de errostackTrace- O stack trace da exceção que ocorreu
-
CertValuesException
Construtor- Parameters:
invalidCertificate- A mensagem de erroname- Nome do proprietário do certificado
-