Uses of Class
de.xima.fc.certificate.gui.internal.importing.CertificateImportModel
Packages that use CertificateImportModel
-
Uses of CertificateImportModel in de.xima.fc.certificate.gui.internal.importing
Methods in de.xima.fc.certificate.gui.internal.importing that return CertificateImportModelMethods in de.xima.fc.certificate.gui.internal.importing that return types with arguments of type CertificateImportModelModifier and TypeMethodDescriptionCertificateChainImportModel.getCertificateMarkedForImport()Returns a list of certificates that are marked for import in the order they are presented in the chain.CertificateChainImportModel.getCertificates()The certificates in the chain, that may be imported.Methods in de.xima.fc.certificate.gui.internal.importing with parameters of type CertificateImportModelModifier and TypeMethodDescriptionvoidCertificateChainImportModel.setSingleMarkedForImport(CertificateImportModel markedForImport) Constructor parameters in de.xima.fc.certificate.gui.internal.importing with type arguments of type CertificateImportModelModifierConstructorDescriptionCertificateChainImportModel(List<CertificateImportModel> certificates) Creates a newCertificateChainImportModelinstance.