Class FileImportResult
java.lang.Object
de.xima.fc.certificate.mgmt.io.FileImportResult
- All Implemented Interfaces:
Serializable
The result of a file import operation, containing details about imported certificates, key pairs, and any errors
encountered.
- Since:
- 25.03.25
- Author:
- tobias
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FileImportResult.Builderbuilder()booleanSet of certificates that were created during the import process.Set of errors that occurred during the import process.Set of IDs of certificates that were imported.intNumber of certificates that were successfully imported.intNumber of key pairs that were successfully imported.intNumber of certificates that were skipped during the import process.intNumber of key pairs that were skipped during the import process.Set of certificates that were updated during the import process.inthashCode()toString()
-
Method Details
-
builder
-
getImportedCertificateIds
-
getCreatedCertificates
Set of certificates that were created during the import process. -
getUpdatedCertificates
Set of certificates that were updated during the import process. -
getImportedCertificates
public int getImportedCertificates()Number of certificates that were successfully imported. -
getSkippedCertificates
public int getSkippedCertificates()Number of certificates that were skipped during the import process. -
getImportedKeyPairs
public int getImportedKeyPairs()Number of key pairs that were successfully imported. -
getSkippedKeyPairs
public int getSkippedKeyPairs()Number of key pairs that were skipped during the import process. -
getErrors
Set of errors that occurred during the import process. -
equals
-
hashCode
-
toString
-