Example usage for io.vertx.core.net TrustOptions interface-usage

List of usage examples for io.vertx.core.net TrustOptions interface-usage

Introduction

In this page you can find the example usage for io.vertx.core.net TrustOptions interface-usage.

Usage

From source file org.eclipse.hono.service.auth.TenantApiTrustOptions.java

/**
 * Options for retrieving trust anchors from a Tenant service implementation.
 */
public class TenantApiTrustOptions implements TrustOptions {

    private final HonoTrustManagerFactory factory;