prompto.config.IKeyStoreFactoryConfiguration Maven / Gradle / Ivy
The newest version!
package prompto.config;
import com.esotericsoftware.yamlbeans.YamlException;
import com.esotericsoftware.yamlbeans.document.YamlMapping;
import prompto.security.IKeyStoreFactory;
public interface IKeyStoreFactoryConfiguration {
IKeyStoreFactory getKeyStoreFactory();
YamlMapping toYaml() throws YamlException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy