Class CertificateAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.cades.exceptions.CertificateAttributeException
- All Implemented Interfaces:
Serializable
Representa algum erro ou alerta sobre certificados de atributo
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMensagem de erro quando a versão do certificado de atributo não corresponde com a tag na estrutura CertificateChoice.static final StringFields inherited from class PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PbadException
isCritical, setCriticalMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
CERTIFICATE_ATTRIBUTE_INCORRECT_VERSION
Mensagem de erro quando a versão do certificado de atributo não corresponde com a tag na estrutura CertificateChoice.- See Also:
-
CERTIFICATE_ATTRIBUTE_NOT_FOUND
- See Also:
-
-
Constructor Details
-
CertificateAttributeException
Construtor- Parameters:
message- sobre a exceção
-