Package eu.europa.esig.dss.pki.model
Class CertEntityRevocation
java.lang.Object
eu.europa.esig.dss.pki.model.CertEntityRevocation
This class represents the revocation information for a certificate.
-
Constructor Summary
ConstructorDescriptionCertEntityRevocation
(Date revocationDate, RevocationReason revocationReason) Constructs a new Revocation instance with the provided revocation date and reason. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the date of revocation.Retrieves the reason for revocation.
-
Constructor Details
-
Method Details
-
getRevocationDate
-
getRevocationReason
Retrieves the reason for revocation.- Returns:
- The reason for revocation.
-