Class OcspException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.cades.exceptions.OcspException
- All Implemented Interfaces:
Serializable
public class OcspException extends PbadException
Esta classe representa uma exceção que ocorre na manipulação
de respostas OCSP
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR_WHEN_PREPARING_VALIDATION_WITH_OCSP
static String
REVOKED_CERTIFICATE
static String
WITHOUT_RESPONSE
static String
WITHOUT_RESPONSE_FOR_CERTIFICATE
Fields 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)
ConstrutorOcspException(String message, Exception cause)
ConstrutorOcspException(Throwable cause)
Construtor -
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
-
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
-
-
Constructor Details
-
OcspException
Construtor- Parameters:
cause
- A exceção que ocorreu
-
OcspException
Construtor- Parameters:
message
- A mensagem de erro
-
OcspException
Construtor- Parameters:
message
- A mensagem de errocause
- A exceção que ocorreu durante a verificação
-