Class RevokedCertificateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pdfbox.examples.signature.cert.RevokedCertificateException
All Implemented Interfaces:
Serializable

public class RevokedCertificateException extends Exception
Exception to handle a revoked Certificate explicitly
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • revocationTime

      private final Date revocationTime
  • Constructor Details

    • RevokedCertificateException

      public RevokedCertificateException(String message)
    • RevokedCertificateException

      public RevokedCertificateException(String message, Date revocationTime)
  • Method Details

    • getRevocationTime

      public Date getRevocationTime()