Interface KeyStoreProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface KeyStoreProvider
An interface for providing KeyStoreAndKeyCertOptions from CDI beans at runtime.
  • Method Summary

    Modifier and Type
    Method
    Description
    getKeyStore(io.vertx.core.Vertx vertx)
    Returns the keystore and options to be used for [re]loading the state of a TLS configuration
  • Method Details

    • getKeyStore

      KeyStoreAndKeyCertOptions getKeyStore(io.vertx.core.Vertx vertx)
      Returns the keystore and options to be used for [re]loading the state of a TLS configuration
      Parameters:
      vertx - the managed vertx instance
      Returns:
      the keystore and options