Class CertEntityRevocation

java.lang.Object
eu.europa.esig.dss.pki.model.CertEntityRevocation

public class CertEntityRevocation extends Object
This class represents the revocation information for a certificate.
  • Constructor Details

    • CertEntityRevocation

      public CertEntityRevocation(Date revocationDate, RevocationReason revocationReason)
      Constructs a new Revocation instance with the provided revocation date and reason.
      Parameters:
      revocationDate - Date the date of revocation.
      revocationReason - Date the reason for revocation.
  • Method Details

    • getRevocationDate

      public Date getRevocationDate()
      Retrieves the date of revocation.
      Returns:
      The date of revocation.
    • getRevocationReason

      public RevocationReason getRevocationReason()
      Retrieves the reason for revocation.
      Returns:
      The reason for revocation.