Class CertificateExportStartParams.Builder
java.lang.Object
de.xima.fc.certificate.gui.exporting.CertificateExportStartParams.Builder
- Enclosing class:
CertificateExportStartParams
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionbuild()certificateId(Long certificateId) The ID of the certificate to be exported.privateKeyExportAllowed(boolean privateKeyExportAllowed) Indicates whether exporting the private key is allowed.toString()
-
Method Details
-
certificateId
The ID of the certificate to be exported.- Returns:
this.
-
privateKeyExportAllowed
public CertificateExportStartParams.Builder privateKeyExportAllowed(boolean privateKeyExportAllowed) Indicates whether exporting the private key is allowed.- Returns:
this.
-
build
-
toString
-