Class KeyStoreEntrySelector
java.lang.Object
de.xima.fc.certificate.mgmt.io.KeyStoreEntrySelector
- All Implemented Interfaces:
Serializable
Selector for keystore entries when starting an import process.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum representing the types of how keystore entries can be selected for automatic import processes. -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyStoreEntrySelectorstatic KeyStoreEntrySelectorall()booleanstatic KeyStoreEntrySelectorfirst()The set of aliases for the keystore entries to be selected.getType()The type of keystore entry selection.inthashCode()static KeyStoreEntrySelectorsingle()toString()
-
Method Details
-
alias
-
all
-
first
-
single
-
getType
The type of keystore entry selection. This is used to determine how the keystore entries should be selected for import. -
getAliases
The set of aliases for the keystore entries to be selected. This is required when the selection type isKeyStoreEntrySelector.SelectionType.ALIAS. -
equals
-
hashCode
-
toString
-