Class KeyStoreEntryImportSpecification.Builder
java.lang.Object
de.xima.fc.certificate.mgmt.io.KeyStoreEntryImportSpecification.Builder
- Enclosing class:
KeyStoreEntryImportSpecification
- Since:
- 14.03.25
- Author:
- tobias
-
Method Summary
Modifier and TypeMethodDescriptionThe alias of the key store entry to be imported.build()password(char[] password) The password for the key store entry.subjectOverride(X501DistinguishedName subjectOverride) Optional.toString()
-
Method Details
-
alias
The alias of the key store entry to be imported.- Returns:
this.
-
password
The password for the key store entry.- Returns:
this.
-
subjectOverride
public KeyStoreEntryImportSpecification.Builder subjectOverride(X501DistinguishedName subjectOverride) Optional. An override for the subject distinguished name of the key store entry.- Returns:
this.
-
build
-
toString
-