Class SignatureAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.exceptions.SignatureAttributeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CertificateRefsException
,CertificateRefsException
,CertValuesException
,CertValuesException
,CompleteCertificateRefsException
,MandatedCertRefException
,MandatedCertRefException
,NotInICPException
,ProhibitedAttributeException
,RevocationValuesException
,RevocationValuesException
,RevocationValuesException
,SignatureAttributeNotFoundException
,SigningCertificateException
,SigningCertificateException
,SigningCertificateException
,TACException
,TimeStampExceptionAbstract
,UniqueAttributeException
,UniqueAttributeException
public class SignatureAttributeException extends PbadException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
ATTRIBUTE_BUILDING_FAILURE
static String
ATTRIBUTE_IS_NOT_IMPLEMENTED_YET
static String
ATTRIBUTE_NOT_FOUND
static String
CERT_PATH_NULL
static String
COULD_NOT_OBTAIN_HASH
static String
DUPLICATED_ATTRIBUTE
static String
HASH_FAILURE
static String
INDEX_OUT_OF_BOUNDS
static String
INVALID_ISSUER_SERIAL
static String
INVALID_PA_DIGEST
static String
INVALID_PA_OID
static String
INVALID_PA_URI
static String
MISSING_ATTR_AUTHORITIES_CERT_VALUES
static String
MISSING_ATTRIBUTE_REVOCATION_VALUES
static String
MISSING_CERTIFICATE
static String
MISSING_CERTIFICATE_VALUES
static String
MISSING_REVOCATION_VALUES
static String
MISSING_SIGNATURE_VALUE
static String
MISSING_SIGNED_INFO
static String
PROBLEMS_TO_DECODE
static String
STRUCTURE_VIOLATION
static String
UNKNOWN_ALGORITHM
static String
UNRECOMENDED_ATTRIBUTE
static String
UNSIGNED_PROPERTIES_NOT_FOUND
static String
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 SignatureAttributeException(String message)
SignatureAttributeException(String message, boolean critical)
SignatureAttributeException(String message, StackTraceElement[] stackTrace)
SignatureAttributeException(String message, Throwable cause)
SignatureAttributeException(Throwable cause)
-
Method Summary
Modifier and Type Method Description void
setCritical(boolean critical)
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
-
INDEX_OUT_OF_BOUNDS
- See Also:
- Constant Field Values
-
ATTRIBUTE_IS_NOT_IMPLEMENTED_YET
- See Also:
- Constant Field Values
-
STRUCTURE_VIOLATION
- See Also:
- Constant Field Values
-
ATTRIBUTE_BUILDING_FAILURE
- See Also:
- Constant Field Values
-
COULD_NOT_OBTAIN_HASH
- See Also:
- Constant Field Values
-
UNKNOWN_ALGORITHM
- See Also:
- Constant Field Values
-
WRONG_ALGORITHM
- See Also:
- Constant Field Values
-
HASH_FAILURE
- See Also:
- Constant Field Values
-
MISSING_SIGNED_INFO
- See Also:
- Constant Field Values
-
MISSING_SIGNATURE_VALUE
- See Also:
- Constant Field Values
-
MISSING_CERTIFICATE_VALUES
- See Also:
- Constant Field Values
-
MISSING_REVOCATION_VALUES
- See Also:
- Constant Field Values
-
MISSING_ATTR_AUTHORITIES_CERT_VALUES
- See Also:
- Constant Field Values
-
MISSING_ATTRIBUTE_REVOCATION_VALUES
- See Also:
- Constant Field Values
-
PROBLEMS_TO_DECODE
- See Also:
- Constant Field Values
-
ATTRIBUTE_NOT_FOUND
- See Also:
- Constant Field Values
-
UNSIGNED_PROPERTIES_NOT_FOUND
- See Also:
- Constant Field Values
-
INVALID_ISSUER_SERIAL
- See Also:
- Constant Field Values
-
INVALID_PA_OID
- See Also:
- Constant Field Values
-
INVALID_PA_URI
- See Also:
- Constant Field Values
-
INVALID_PA_DIGEST
- See Also:
- Constant Field Values
-
CERT_PATH_NULL
- See Also:
- Constant Field Values
-
UNRECOMENDED_ATTRIBUTE
- See Also:
- Constant Field Values
-
DUPLICATED_ATTRIBUTE
- See Also:
- Constant Field Values
-
MISSING_CERTIFICATE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SignatureAttributeException
-
SignatureAttributeException
-
SignatureAttributeException
-
SignatureAttributeException
-
SignatureAttributeException
-
-
Method Details
-
setCritical
public void setCritical(boolean critical)- Overrides:
setCritical
in classPbadException
-