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 String
BOUNCYCASTLE_PROVIDER_NOT_ADDED
static String
CERTSTORE_NULL
static String
CONTENT_NOT_FOUND
static String
ERROR_WHEN_VALIDATING_CMS
static String
MORE_THAN_ONE_DETACHED_CONTENT
static String
NO_SUCH_ALGORITHM
static String
SIGNER_CERTIFICATE_EXPIRED
static String
SIGNER_CERTIFICATE_NOT_YET_VALID
Fields 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, setCritical
Methods 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
-