Class OcspException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.exceptions.OcspException
- All Implemented Interfaces:
Serializable
public class OcspException extends PbadException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_WHEN_PREPARING_VALIDATION_WITH_OCSPstatic StringOCSP_INVALID_ALGORITHMstatic StringREVOKED_CERTIFICATEstatic StringWITHOUT_RESPONSEstatic StringWITHOUT_RESPONSE_FOR_CERTIFICATEFields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
Constructors Constructor Description OcspException(String message)OcspException(String message, Exception cause)OcspException(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
-
WITHOUT_RESPONSE
- See Also:
- Constant Field Values
-
WITHOUT_RESPONSE_FOR_CERTIFICATE
- See Also:
- Constant Field Values
-
REVOKED_CERTIFICATE
- See Also:
- Constant Field Values
-
ERROR_WHEN_PREPARING_VALIDATION_WITH_OCSP
- See Also:
- Constant Field Values
-
OCSP_INVALID_ALGORITHM
- See Also:
- Constant Field Values
-
-
Constructor Details
-
OcspException
-
OcspException
-
OcspException
-