Uses of Class
de.xima.fc.certificate.gui.create.CertificateCreateStartParams.Builder
Packages that use CertificateCreateStartParams.Builder
-
Uses of CertificateCreateStartParams.Builder in de.xima.fc.certificate.gui.create
Methods in de.xima.fc.certificate.gui.create that return CertificateCreateStartParams.BuilderModifier and TypeMethodDescriptionCertificateCreateStartParams.builder()CertificateCreateStartParams.Builder.createResultCallback(Consumer<Boolean> createResultCallback) A callback that will be invoked when the certificate creation process is completed.CertificateCreateStartParams.Builder.emailAddressOptions(Set<String> emailAddressOptions) A set of email addresses that can be used as options for the email address field in the certificate creation dialog.CertificateCreateStartParams.Builder.issuer(X501DistinguishedName issuer) The distinguished name of the issuer for the certificate to be created.CertificateCreateStartParams.Builder.keyStoreScope(KeyStoreScope keyStoreScope) The keystore scope in which the certificate should be created.CertificateCreateStartParams.Builder.keyStoreSelectionDisabled(boolean keyStoreSelectionDisabled) Indicates whether the user should be allowed to select a different keystore during the creation process.CertificateCreateStartParams.toBuilder()