io.hawt.keystore.KeystoreServiceMBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hawtio-keystore-mbean Show documentation
Show all versions of hawtio-keystore-mbean Show documentation
hawtio :: ${project.artifactId}
package io.hawt.keystore;
import java.io.IOException;
/**
* @author Hiram Chirino
*/
public interface KeystoreServiceMBean {
SecurityProviderDTO getSecurityProviderInfo();
byte[] createKeyStore(CreateKeyStoreRequestDTO request) throws IOException;
String createKeyStoreViaJSON(String request) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy