Uses of Class
org.eclipse.keypop.reader.selection.CommonIsoCardSelector.FileControlInformation
-
Packages that use CommonIsoCardSelector.FileControlInformation Package Description org.eclipse.keypop.reader.selection Components used to manage card selection. -
-
Uses of CommonIsoCardSelector.FileControlInformation in org.eclipse.keypop.reader.selection
Methods in org.eclipse.keypop.reader.selection that return CommonIsoCardSelector.FileControlInformation Modifier and Type Method Description static CommonIsoCardSelector.FileControlInformation
CommonIsoCardSelector.FileControlInformation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommonIsoCardSelector.FileControlInformation[]
CommonIsoCardSelector.FileControlInformation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.keypop.reader.selection with parameters of type CommonIsoCardSelector.FileControlInformation Modifier and Type Method Description T
CommonIsoCardSelector. setFileControlInformation(CommonIsoCardSelector.FileControlInformation fileControlInformation)
Sets the file control mode (see ISO7816-4).
-