public class KeystoreService extends Object implements KeystoreServiceMBean
Constructor and Description |
---|
KeystoreService() |
Modifier and Type | Method and Description |
---|---|
byte[] |
createKeyStore(CreateKeyStoreRequestDTO request) |
String |
createKeyStoreViaJSON(String request) |
void |
destroy() |
SecurityProviderDTO |
getSecurityProviderInfo() |
void |
init() |
public void init()
public void destroy()
public SecurityProviderDTO getSecurityProviderInfo()
getSecurityProviderInfo
in interface KeystoreServiceMBean
public String createKeyStoreViaJSON(String request) throws IOException
createKeyStoreViaJSON
in interface KeystoreServiceMBean
IOException
public byte[] createKeyStore(CreateKeyStoreRequestDTO request) throws IOException
createKeyStore
in interface KeystoreServiceMBean
IOException
Copyright © 2022 JBoss by Red Hat. All rights reserved.