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 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
-
IMPORTING_NODE
- See Also:
- Constant Field Values
-
UNKNOWN_IMPORTING_NODE
- See Also:
- Constant Field Values
-
NEED_CERTPATH_AND_DIGEST
- See Also:
- Constant Field Values
-
EMPTY_CERTPATH_ATTR
- See Also:
- Constant Field Values
-
EMPTY_CERT_LIST
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SignatureAttributeException
-
SignatureAttributeException
-
SignatureAttributeException
-
SignatureAttributeException
-
SignatureAttributeException
-
-
Method Details
-
setCritical
public void setCritical(boolean critical)- Overrides:
setCritical
in classPbadException
-