public interface TrustOptions
Modifier and Type | Method and Description |
---|---|
TrustOptions |
clone() |
default TrustManagerFactory |
getTrustManagerFactory(Vertx vertx)
Create and return the trust manager factory for these options.
|
TrustOptions clone()
default TrustManagerFactory getTrustManagerFactory(Vertx vertx) throws Exception
The returned trust manager factory should be already initialized and ready to use.
vertx
- the vertx instanceException
Copyright © 2017. All rights reserved.