Class VerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.exceptions.VerificationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Constructor Summary
ConstructorsConstructorDescriptionVerificationException(String message) VerificationException(String message, Throwable cause) VerificationException(Throwable cause) -
Method Summary
Methods inherited from class PbadException
isCritical, setCriticalMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
SIGNER_CERTIFICATE_NOT_YET_VALID
- See Also:
-
SIGNER_CERTIFICATE_EXPIRED
- See Also:
-
ERROR_WHEN_VALIDATING_CMS
- See Also:
-
BOUNCYCASTLE_PROVIDER_NOT_ADDED
- See Also:
-
NO_SUCH_ALGORITHM
- See Also:
-
CONTENT_NOT_FOUND
- See Also:
-
CERTSTORE_NULL
- See Also:
-
MORE_THAN_ONE_DETACHED_CONTENT
- See Also:
-
-
Constructor Details
-
VerificationException
-
VerificationException
-
VerificationException
-