Class Revoked
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.interfaces.ValidationResultReason
br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.invalidExceptions.ReasonForTotalFailed
br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.invalidExceptions.Revoked
- All Implemented Interfaces:
CertificateReference,RevocationReference,Serializable
public class Revoked extends ReasonForTotalFailed implements RevocationReference
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description StringrevocationReasonObjectrevokedCertificatestatic StringSEMANTICSFields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
Constructors Constructor Description Revoked(String message, Object revokedCertificate, Date revocationDate, String revocationReason)Revoked(String message, Throwable cause, X509Certificate revokedCertificate, Date revocationDate, String revocationReason)Revoked(Throwable cause, X509Certificate revokedCertificate, Date revocationDate, String revocationReason) -
Method Summary
Modifier and Type Method Description ObjectgetCertificate()DategetRevocationDate()StringgetRevocationReason()Methods inherited from class br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.invalidExceptions.ReasonForTotalFailed
isReasonForIndeterminate, isReasonForTotalFailedMethods 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
-
revokedCertificate
-
revocationReason
-
SEMANTICS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Revoked
-
Revoked
public Revoked(Throwable cause, X509Certificate revokedCertificate, Date revocationDate, String revocationReason) -
Revoked
public Revoked(String message, Throwable cause, X509Certificate revokedCertificate, Date revocationDate, String revocationReason)
-
-
Method Details
-
getRevocationDate
- Specified by:
getRevocationDatein interfaceRevocationReference
-
getCertificate
- Specified by:
getCertificatein interfaceCertificateReference
-
getRevocationReason
- Specified by:
getRevocationReasonin interfaceRevocationReference
-