Class ViewKeystoreManangementService
java.lang.Object
de.xima.fc.certificate.gui.internal.ViewKeystoreManangementService
- All Implemented Interfaces:
Serializable
Service to manage keystores in the GUI. This extends the basic keystore management service with GUI specific actions,
such as creating a default keystore if none exists.
- Since:
- 8.5.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionViewKeystoreManangementService(KeyStoreManagementService keystoreManagementService) -
Method Summary
Modifier and TypeMethodDescriptionreadKeystoreDTOs(KeyStoreScope scope, CertificateManagementUser user)
-
Constructor Details
-
ViewKeystoreManangementService
-
-
Method Details
-
readKeystoreDTOs
public Set<KeyStoreInfoDTO> readKeystoreDTOs(KeyStoreScope scope, CertificateManagementUser user) throws FcCertificateManagementException - Throws:
FcCertificateManagementException
-