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
public class VerificationException extends PbadException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringBOUNCYCASTLE_PROVIDER_NOT_ADDEDstatic StringCERTSTORE_NULLstatic StringCONTENT_NOT_FOUNDstatic StringERROR_WHEN_VALIDATING_CMSstatic StringMORE_THAN_ONE_DETACHED_CONTENTstatic StringNO_SUCH_ALGORITHMstatic StringSIGNER_CERTIFICATE_EXPIREDstatic StringSIGNER_CERTIFICATE_NOT_YET_VALIDFields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE -
Constructor Summary
Constructors Constructor Description VerificationException(String message)VerificationException(String message, Throwable cause)VerificationException(Throwable cause) -
Method Summary
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical, setCriticalMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
SIGNER_CERTIFICATE_NOT_YET_VALID
- See Also:
- Constant Field Values
-
SIGNER_CERTIFICATE_EXPIRED
- See Also:
- Constant Field Values
-
ERROR_WHEN_VALIDATING_CMS
- See Also:
- Constant Field Values
-
BOUNCYCASTLE_PROVIDER_NOT_ADDED
- See Also:
- Constant Field Values
-
NO_SUCH_ALGORITHM
- See Also:
- Constant Field Values
-
CONTENT_NOT_FOUND
- See Also:
- Constant Field Values
-
CERTSTORE_NULL
- See Also:
- Constant Field Values
-
MORE_THAN_ONE_DETACHED_CONTENT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
VerificationException
-
VerificationException
-
VerificationException
-