Class CertificateChainImportModel
java.lang.Object
de.xima.fc.certificate.gui.internal.importing.CertificateChainImportModel
- All Implemented Interfaces:
Serializable
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateChainImportModel(List<CertificateImportModel> certificates) Creates a newCertificateChainImportModelinstance. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanReturns a list of certificates that are marked for import in the order they are presented in the chain.The certificates in the chain, that may be imported.inthashCode()voidsetSingleMarkedForImport(CertificateImportModel markedForImport) toString()
-
Constructor Details
-
CertificateChainImportModel
Creates a newCertificateChainImportModelinstance.- Parameters:
certificates- The certificates in the chain, that may be imported.
-
-
Method Details
-
getCertificateMarkedForImport
Returns a list of certificates that are marked for import in the order they are presented in the chain.- Returns:
- A list of
CertificateImportModelobjects that are marked for import.
-
getSingleMarkedForImport
-
setSingleMarkedForImport
-
getCertificates
The certificates in the chain, that may be imported. -
equals
-
canEqual
-
hashCode
-
toString
-