Class SignatureAttributeNotFoundException
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.SignatureAttributeNotFoundException
- All Implemented Interfaces:
Serializable
public class SignatureAttributeNotFoundException extends SignatureAttributeException
Esta classe representa uma exceção causada quando um atributo obrigatório não
é encontrado em uma assinatura
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
ATTRIBUTE_NOT_FOUND
static String
MISSING_MANDATED_ATTRIBUTE
static String
MISSING_MANDATED_SIGNED_ATTRIBUTE
static String
MISSING_MANDATED_UNSIGNED_ATTRIBUTE
Fields inherited from class br.ufsc.labsec.signature.exceptions.SignatureAttributeException
ATTRIBUTE_BUILDING_FAILURE, ATTRIBUTE_IS_NOT_IMPLEMENTED_YET, CERT_PATH_NULL, COULD_NOT_OBTAIN_HASH, DUPLICATED_ATTRIBUTE, HASH_FAILURE, 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, PROBLEMS_TO_DECODE, STRUCTURE_VIOLATION, UNKNOWN_ALGORITHM, UNRECOMENDED_ATTRIBUTE, UNSIGNED_PROPERTIES_NOT_FOUND, WRONG_ALGORITHM
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 SignatureAttributeNotFoundException(String message)
ConstrutorSignatureAttributeNotFoundException(String message, String mandatedAttributeId)
Construtor usado para informar qual o atributo obrigatório que está faltando. -
Method Summary
Modifier and Type Method Description String
getMandatedAttributeId()
Retorna o identificador do atributoprotected void
setMandatedAttributeId(String mandatedAttributeId)
Atribue o identificador do atributoMethods inherited from class br.ufsc.labsec.signature.exceptions.SignatureAttributeException
setCritical
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MISSING_MANDATED_SIGNED_ATTRIBUTE
- See Also:
- Constant Field Values
-
MISSING_MANDATED_UNSIGNED_ATTRIBUTE
- See Also:
- Constant Field Values
-
ATTRIBUTE_NOT_FOUND
- See Also:
- Constant Field Values
-
MISSING_MANDATED_ATTRIBUTE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SignatureAttributeNotFoundException
Construtor- Parameters:
message
- A mensagem de erro
-
SignatureAttributeNotFoundException
Construtor usado para informar qual o atributo obrigatório que está faltando.- Parameters:
message
- A mensagem de erromandatedAttributeId
- O identificador do atributo
-
-
Method Details
-
getMandatedAttributeId
Retorna o identificador do atributo- Returns:
- O identificador do atributo
-
setMandatedAttributeId
Atribue o identificador do atributo- Parameters:
mandatedAttributeId
- O identificador do atributo
-