Interface Trust<T extends io.vertx.core.net.TrustOptions>

  • All Superinterfaces:
    Supplier<T>

    public interface Trust<T extends io.vertx.core.net.TrustOptions>
    extends Supplier<T>
    Author:
    Julien Viet
    • Field Detail

      • NONE

        static final Trust<io.vertx.core.net.TrustOptions> NONE
      • SERVER_JKS

        static final Trust<io.vertx.core.net.JksOptions> SERVER_JKS
      • CLIENT_JKS

        static final Trust<io.vertx.core.net.JksOptions> CLIENT_JKS
      • SERVER_PKCS12

        static final Trust<io.vertx.core.net.PfxOptions> SERVER_PKCS12
      • CLIENT_PKCS12

        static final Trust<io.vertx.core.net.PfxOptions> CLIENT_PKCS12
      • SERVER_PEM

        static final Trust<io.vertx.core.net.PemTrustOptions> SERVER_PEM
      • CLIENT_PEM

        static final Trust<io.vertx.core.net.PemTrustOptions> CLIENT_PEM
      • SERVER_JKS_ROOT_CA

        static final Trust<io.vertx.core.net.JksOptions> SERVER_JKS_ROOT_CA
      • SERVER_PKCS12_ROOT_CA

        static final Trust<io.vertx.core.net.PfxOptions> SERVER_PKCS12_ROOT_CA
      • SERVER_PEM_ROOT_CA

        static final Trust<io.vertx.core.net.PemTrustOptions> SERVER_PEM_ROOT_CA
      • CLIENT_PEM_ROOT_CA

        static final Trust<io.vertx.core.net.PemTrustOptions> CLIENT_PEM_ROOT_CA
      • SERVER_PEM_ROOT_CA_AND_OTHER_CA

        static final Trust<io.vertx.core.net.PemTrustOptions> SERVER_PEM_ROOT_CA_AND_OTHER_CA
      • SNI_JKS_HOST1

        static final Trust<io.vertx.core.net.JksOptions> SNI_JKS_HOST1
      • SNI_JKS_HOST2

        static final Trust<io.vertx.core.net.JksOptions> SNI_JKS_HOST2
      • SNI_JKS_HOST3

        static final Trust<io.vertx.core.net.JksOptions> SNI_JKS_HOST3
      • SNI_JKS_HOST4

        static final Trust<io.vertx.core.net.JksOptions> SNI_JKS_HOST4
      • SNI_JKS_HOST5

        static final Trust<io.vertx.core.net.JksOptions> SNI_JKS_HOST5