Package org.kapott.hbci.smartcardio
Enum SmartCardService.Feature
- All Implemented Interfaces:
Serializable
,Comparable<SmartCardService.Feature>
,java.lang.constant.Constable
- Enclosing class:
SmartCardService
Kapselt die Features der Karte.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static SmartCardService.Feature
find
(byte b) Liefert das Feature mit der angegebenen Feature-Nummer.static SmartCardService.Feature
Returns the enum constant of this type with the specified name.static SmartCardService.Feature[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FEATURE_VERIFY_PIN_START
-
FEATURE_VERIFY_PIN_FINISH
-
FEATURE_MODIFY_PIN_START
-
FEATURE_MODIFY_PIN_FINISH
-
FEATURE_GET_KEY_PRESSED
-
FEATURE_VERIFY_PIN_DIRECT
-
FEATURE_MODIFY_PIN_DIRECT
-
FEATURE_MCT_READER_DIRECT
-
FEATURE_MCT_UNIVERSAL
-
FEATURE_IFD_PIN_PROPERTIES
-
FEATURE_ABORT
-
FEATURE_SET_SPE_MESSAGE
-
FEATURE_VERIFY_PIN_DIRECT_APP_ID
-
FEATURE_MODIFY_PIN_DIRECT_APP_ID
-
FEATURE_WRITE_DISPLAY
-
FEATURE_GET_KEY
-
FEATURE_IFD_DISPLAY_PROPERTIES
-
FEATURE_GET_TLV_PROPERTIES
-
FEATURE_CCID_ESC_COMMAND
-
FEATURE_EXECUTE_PACE
-
-
Field Details
-
number
private byte number
-
-
Constructor Details
-
Feature
private Feature(byte number) ct.- Parameters:
number
- die Feature-Nummer.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
find
Liefert das Feature mit der angegebenen Feature-Nummer.- Parameters:
b
- das Byte mit der Feature-Nummer.- Returns:
- das Feature oder NULL, wenn es nicht existiert.
-