Uses of Class
de.xima.fc.certificate.mgmt.keystore.NewKeyStoreDefinition
Packages that use NewKeyStoreDefinition
Package
Description
-
Uses of NewKeyStoreDefinition in de.xima.fc.certificate.mgmt
Methods in de.xima.fc.certificate.mgmt with parameters of type NewKeyStoreDefinitionModifier and TypeMethodDescription@NotNull KeyStoreInfoDTOKeyStoreManagementService.createCustomKeyStore(NewKeyStoreDefinition newKeyStoreDefinition, CertificateManagementUser user) Creates a new custom keystore with the specified name, description, assignee type, and assignee ID. -
Uses of NewKeyStoreDefinition in de.xima.fc.certificate.mgmt.internal
Methods in de.xima.fc.certificate.mgmt.internal with parameters of type NewKeyStoreDefinitionModifier and TypeMethodDescriptionKeyStoreManagementServiceImpl.createCustomKeyStore(NewKeyStoreDefinition newKeyStoreDefinition, CertificateManagementUser user) -
Uses of NewKeyStoreDefinition in de.xima.fc.certificate.mgmt.internal.rpc
Methods in de.xima.fc.certificate.mgmt.internal.rpc with parameters of type NewKeyStoreDefinitionModifier and TypeMethodDescription@NotNull KeyStoreInfoDTORpcKeyStoreManagementService.createCustomKeyStore(NewKeyStoreDefinition newKeyStoreDefinition, CertificateManagementUser user) Creates a new custom keystore with the specified name, description, assignee type, and assignee ID. -
Uses of NewKeyStoreDefinition in de.xima.fc.certificate.mgmt.keystore
Methods in de.xima.fc.certificate.mgmt.keystore that return NewKeyStoreDefinitionModifier and TypeMethodDescriptionNewKeyStoreDefinition.Builder.build()KeyStoreSelector.getNewKeyStoreDefinition()The definition of a new keystore.Methods in de.xima.fc.certificate.mgmt.keystore with parameters of type NewKeyStoreDefinitionModifier and TypeMethodDescriptionstatic KeyStoreSelectorKeyStoreSelector.forNewKeyStore(NewKeyStoreDefinition newKeyStoreDefinition) Creates a selector for a new keystore.