Interface CertificateStatusListener

    • Method Detail

      • onCertificateExpiryNotification

        void onCertificateExpiryNotification​(java.security.cert.X509Certificate certificate,
                                             int numberOfDaysToExpiry)
        Notifies the registered listeners about the number of days before certificate expires.

        This method provides the notification about the client identity certificate only.

        Parameters:
        certificate - X509Certificate for which notification is issued.
        numberOfDaysToExpiry - Number of days before the certificate expires.