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