Class OpenTrustPromptDialogParams.Builder
java.lang.Object
de.xima.fc.certificate.gui.trust_prompt.OpenTrustPromptDialogParams.Builder
- Enclosing class:
OpenTrustPromptDialogParams
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionbuild()certificateChain(X509Certificate[] certificateChain) The certificate chain from which the user may select certificates to trust.keyStoreScope(KeyStoreScope keyStoreScope) The scope of the keystore where the certificates may be imported.keyStoreSelector(KeyStoreSelector keyStoreSelector) Optional.toString()
-
Method Details
-
certificateChain
The certificate chain from which the user may select certificates to trust.- Returns:
this.
-
keyStoreScope
The scope of the keystore where the certificates may be imported.- Returns:
this.
-
keyStoreSelector
Optional. A keystore selector that is preselected in the dialog.- Returns:
this.
-
build
-
toString
-