Interface FileStoreTlsManagersProviderConfig


public interface FileStoreTlsManagersProviderConfig
  • Method Details

    • path

      Optional<Path> path()
      Path to the key store.
    • type

      Optional<String> type()
      Key store type.

      See the KeyStore section in the https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyStore[Java Cryptography Architecture Standard Algorithm Name Documentation] for information about standard keystore types.

    • password

      Optional<String> password()
      Key store password