Class CertificateCreateStartParams
java.lang.Object
de.xima.fc.certificate.gui.create.CertificateCreateStartParams
- All Implemented Interfaces:
Serializable
Parameters for starting the creation process of certificates.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanA callback that will be invoked when the certificate creation process is completed.A set of email addresses that can be used as options for the email address field in the certificate creation dialog.The distinguished name of the issuer for the certificate to be created.The keystore scope in which the certificate should be created.inthashCode()booleanIndicates whether the user should be allowed to select a different keystore during the creation process.toString()
-
Method Details
-
builder
-
toBuilder
-
getKeyStoreScope
The keystore scope in which the certificate should be created. -
getCreateResultCallback
-
isKeyStoreSelectionDisabled
public boolean isKeyStoreSelectionDisabled()Indicates whether the user should be allowed to select a different keystore during the creation process. Iftrue, the keystore selection will be disabled and the creation will proceed with the default or provided keystore. Iffalse, the user will be able to choose from available keystores. -
getIssuer
The distinguished name of the issuer for the certificate to be created. This will be prefilled in the creation dialog. Ifnull, no prefill will be done and an issuer must be selected by the user. -
getEmailAddressOptions
-
equals
-
hashCode
-
toString
-