Package prompto.config
Interface IKeyStoreConfiguration
-
- All Known Implementing Classes:
KeyStoreConfiguration
public interface IKeyStoreConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description prompto.config.IKeyStoreFactoryConfigurationgetKeyStoreFactoryConfiguration()prompto.config.ISecretKeyConfigurationgetSecretKeyConfiguration()com.esotericsoftware.yamlbeans.document.YamlMappingtoYaml()
-
-
-
Method Detail
-
getKeyStoreFactoryConfiguration
prompto.config.IKeyStoreFactoryConfiguration getKeyStoreFactoryConfiguration()
-
getSecretKeyConfiguration
prompto.config.ISecretKeyConfiguration getSecretKeyConfiguration()
-
toYaml
com.esotericsoftware.yamlbeans.document.YamlMapping toYaml() throws com.esotericsoftware.yamlbeans.YamlException- Throws:
com.esotericsoftware.yamlbeans.YamlException
-
-