Class KeystoreImportLayout

java.lang.Object
de.xima.fc.certificate.gui.internal.importing.KeystoreImportLayout

public class KeystoreImportLayout extends Object
Keystore layout for the import process. This class allows setting keystore entry passwords and whether to import the entries or not.
Since:
8.5.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

  • Method Details

    • close

      public void close()
    • getEntriesMarkedForImport

      public List<KeystoreImportEntry> getEntriesMarkedForImport()
    • getImportPasswords

      public Map<String,char[]> getImportPasswords()
    • getImportSpecifications

      public Set<KeyStoreEntryImportSpecification> getImportSpecifications()
    • getImportableEntries

      public List<KeystoreImportEntry> getImportableEntries()
    • isAllImportableMarkedForImport

      public boolean isAllImportableMarkedForImport()
    • isHasEntries

      public boolean isHasEntries()
    • isHasEntriesMarkedForImport

      public boolean isHasEntriesMarkedForImport()
    • isHasImportableEntries

      public boolean isHasImportableEntries()
    • markAllImportableForImport

      public void markAllImportableForImport(boolean mark)
    • getEntries

      public List<KeystoreImportEntry> getEntries()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object