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
public class CertificateAttributeException extends PbadException
Representa algum erro ou alerta sobre certificados de atributo
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
CERTIFICATE_ATTRIBUTE_INCORRECT_VERSION
Mensagem de erro quando a versão do certificado de atributo não corresponde com a tag na estrutura CertificateChoice.static String
CERTIFICATE_ATTRIBUTE_NOT_FOUND
Fields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM
-
Constructor Summary
Constructors Constructor Description CertificateAttributeException(String message)
Construtor -
Method Summary
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical, setCritical
Methods inherited from class java.lang.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:
- Constant Field Values
-
CERTIFICATE_ATTRIBUTE_NOT_FOUND
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CertificateAttributeException
Construtor- Parameters:
message
- sobre a exceção
-