Class FileImportSpecification
java.lang.Object
de.xima.fc.certificate.mgmt.io.FileImportSpecification
- All Implemented Interfaces:
Serializable
Model defining how to import a cryptographic file.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanchar[]The password for the encrypted file.The set of key store entry import specifications.Optional subject distinguished name override for the file.inthashCode()booleanIf true, the import will fail if the usage of the imported certificate does not match.booleanIf true, the import will fail if the subject of the imported certificate does not match AND no subject override is defined.toString()
-
Method Details
-
builder
-
getEncryptedFilePassword
public char[] getEncryptedFilePassword()The password for the encrypted file. -
getKeyStoreEntryImportSpecifications
The set of key store entry import specifications. -
getSubjectOverride
Optional subject distinguished name override for the file. -
isUpdateFailsOnSubjectMismatch
public boolean isUpdateFailsOnSubjectMismatch()If true, the import will fail if the subject of the imported certificate does not match AND no subject override is defined. -
isUpdateFailsOnCertificateUsageMismatch
public boolean isUpdateFailsOnCertificateUsageMismatch()If true, the import will fail if the usage of the imported certificate does not match. -
equals
-
hashCode
-
toString
-