Uses of Class
io.gravitee.discovery.consul.configuration.KeyStoreType
-
Packages that use KeyStoreType Package Description io.gravitee.discovery.consul.configuration -
-
Uses of KeyStoreType in io.gravitee.discovery.consul.configuration
Methods in io.gravitee.discovery.consul.configuration that return KeyStoreType Modifier and Type Method Description KeyStoreTypeConsulServiceDiscoveryConfiguration. getKeyStoreType()static KeyStoreTypeKeyStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyStoreType[]KeyStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.gravitee.discovery.consul.configuration with parameters of type KeyStoreType Modifier and Type Method Description voidConsulServiceDiscoveryConfiguration. setKeyStoreType(KeyStoreType keyStoreType)
-