Interface SslFactory.SslFactoryCreated

Enclosing class:
SslFactory

public static interface SslFactory.SslFactoryCreated
Interface to react when keystore or truststore is created, to emit metrics or log events.
  • Method Details

    • onKeystoreCreated

      void onKeystoreCreated(KeyStore keystore)
    • onTruststoreCreated

      void onTruststoreCreated(KeyStore truststore)