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
Esta classe representa uma exceção que ocorre na manipulação
de respostas OCSP
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
ConstructorsConstructorDescriptionOcspException(String message) ConstrutorOcspException(String message, Exception cause) ConstrutorOcspException(Throwable cause) Construtor -
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
-
WITHOUT_RESPONSE
- See Also:
-
WITHOUT_RESPONSE_FOR_CERTIFICATE
- See Also:
-
REVOKED_CERTIFICATE
- See Also:
-
ERROR_WHEN_PREPARING_VALIDATION_WITH_OCSP
- See Also:
-
-
Constructor Details
-
OcspException
-
OcspException
-
OcspException
-