Uses of Class
io.vertx.core.net.KeyStoreOptionsBase
Packages that use KeyStoreOptionsBase
-
Uses of KeyStoreOptionsBase in io.vertx.core.net
Subclasses of KeyStoreOptionsBase in io.vertx.core.netModifier and TypeClassDescriptionclassKey or trust store options configuring private key and/or certificates based on Java Keystore files.classKey or trust store options configuring private key and/or certificates based onKeyStore.classKey or trust store options configuring private key and/or certificates based on PKCS#12 files.Methods in io.vertx.core.net that return KeyStoreOptionsBaseModifier and TypeMethodDescriptionabstract KeyStoreOptionsBaseKeyStoreOptionsBase.copy()Set the alias for a server certificate when the keystore has more than one.KeyStoreOptionsBase.setAliasPassword(String aliasPassword) Set the password for the server certificate designated byKeyStoreOptionsBase.getAlias().KeyStoreOptionsBase.setPassword(String password) Set the password for the key storeSet the path to the key storeprotected KeyStoreOptionsBaseKeyStoreOptionsBase.setProvider(String provider) protected KeyStoreOptionsBaseSet the key store as a bufferConstructors in io.vertx.core.net with parameters of type KeyStoreOptionsBaseModifierConstructorDescriptionprotectedCopy constructor