Interface PemCertsConfig


public interface PemCertsConfig
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List of the trusted cert paths (Pem format).
    default io.vertx.core.net.PemTrustOptions
     
  • Method Details

    • certs

      Optional<List<Path>> certs()
      List of the trusted cert paths (Pem format).
    • toOptions

      default io.vertx.core.net.PemTrustOptions toOptions()