Class KeyStoreEntryImportSpecification
java.lang.Object
de.xima.fc.certificate.mgmt.io.KeyStoreEntryImportSpecification
- All Implemented Interfaces:
Serializable
Specification for importing an entry of a key store.
- Since:
- 14.03.25
- Author:
- tobias
- See Also:
-
Method Details
-
builder
-
toBuilder
-
getAlias
The alias of the key store entry to be imported. -
getPassword
public char[] getPassword()The password for the key store entry. -
getSubjectOverride
Optional. An override for the subject distinguished name of the key store entry.
-