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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
ConstructorsConstructorDescriptionSignatureAttributeException(String message) SignatureAttributeException(String message, boolean critical) SignatureAttributeException(String message, StackTraceElement[] stackTrace) SignatureAttributeException(String message, Throwable cause) -
Method Summary
Methods inherited from class PbadException
isCriticalMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INDEX_OUT_OF_BOUNDS
- See Also:
-
ATTRIBUTE_IS_NOT_IMPLEMENTED_YET
- See Also:
-
STRUCTURE_VIOLATION
- See Also:
-
ATTRIBUTE_BUILDING_FAILURE
- See Also:
-
COULD_NOT_OBTAIN_HASH
- See Also:
-
UNKNOWN_ALGORITHM
- See Also:
-
WRONG_ALGORITHM
- See Also:
-
HASH_FAILURE
- See Also:
-
MISSING_SIGNED_INFO
- See Also:
-
MISSING_SIGNATURE_VALUE
- See Also:
-
MISSING_CERTIFICATE_VALUES
- See Also:
-
MISSING_REVOCATION_VALUES
- See Also:
-
MISSING_ATTR_AUTHORITIES_CERT_VALUES
- See Also:
-
MISSING_ATTRIBUTE_REVOCATION_VALUES
- See Also:
-
PROBLEMS_TO_DECODE
- See Also:
-
ATTRIBUTE_NOT_FOUND
- See Also:
-
UNSIGNED_PROPERTIES_NOT_FOUND
- See Also:
-
INVALID_ISSUER_SERIAL
- See Also:
-
INVALID_PA_OID
- See Also:
-
INVALID_PA_URI
- See Also:
-
INVALID_PA_DIGEST
- See Also:
-
INVALID_PA_DIGEST_ALG
- See Also:
-
CERT_PATH_NULL
- See Also:
-
UNRECOMENDED_ATTRIBUTE
- See Also:
-
DUPLICATED_ATTRIBUTE
- See Also:
-
MISSING_CERTIFICATE
- See Also:
-
IMPORTING_NODE
- See Also:
-
UNKNOWN_IMPORTING_NODE
- See Also:
-
NEED_CERTPATH_AND_DIGEST
- See Also:
-
EMPTY_CERTPATH_ATTR
- See Also:
-
EMPTY_CERT_LIST
- See Also:
-
WRONG_SIGNERATTR_VERSION
- See Also:
-
-
Constructor Details
-
SignatureAttributeException
-
SignatureAttributeException
-
SignatureAttributeException
-
SignatureAttributeException
-
SignatureAttributeException
-
-
Method Details
-
setCritical
public void setCritical(boolean critical) - Overrides:
setCriticalin classPbadException
-