- PinModify - Class in com.acs.smartcard
-
This class represents PIN_MODIFY structure in PC/SC 2.0 Part 10.
- PinModify() - Constructor for class com.acs.smartcard.PinModify
-
Creates an instance of PinModify.
- PinModify(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, byte[], int) - Constructor for class com.acs.smartcard.PinModify
-
Creates and initializes an instance of PinModify.
- PinProperties - Class in com.acs.smartcard
-
This class represents PIN_PROPERTIES structure in PC/SC 2.0 Part 10.
- PinProperties() - Constructor for class com.acs.smartcard.PinProperties
-
Creates an instance of PinProperties.
- PinProperties(byte[], int) - Constructor for class com.acs.smartcard.PinProperties
-
Creates and initializes an instance of PinProperties from the byte array.
- PinVerify - Class in com.acs.smartcard
-
This class represents PIN_VERIFY structure in PC/SC 2.0 Part 10.
- PinVerify() - Constructor for class com.acs.smartcard.PinVerify
-
Creates an instance of PinVerify.
- PinVerify(int, int, int, int, int, int, int, int, int, int, int, int, int, byte[], int) - Constructor for class com.acs.smartcard.PinVerify
-
Creates and initializes an instance of PinVerify.
- power(int, int) - Method in class com.acs.smartcard.Reader
-
Performs the power action on the card.
- PROPERTY_bEntryValidationCondition - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_bMaxPINSize - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_bMinPINSize - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_bPPDUSupport - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_bTimeOut2 - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_dwMaxAPDUDataSize - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_sFirmwareID - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_wIdProduct - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_wIdVendor - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_wLcdLayout - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_wLcdMaxCharacters - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROPERTY_wLcdMaxLines - Static variable in class com.acs.smartcard.TlvProperties
-
Property defined in PC/SC 2.0 Part 10.
- PROTOCOL_DEFAULT - Static variable in class com.acs.smartcard.Reader
-
Use the default transmission parameters or card clock frequency.
- PROTOCOL_OPTIMAL - Static variable in class com.acs.smartcard.Reader
-
Use optimal transmission parameters or card clock frequency.
- PROTOCOL_RAW - Static variable in class com.acs.smartcard.Reader
-
Raw is the active protocol.
- PROTOCOL_T0 - Static variable in class com.acs.smartcard.Reader
-
T=0 is the active protocol.
- PROTOCOL_T1 - Static variable in class com.acs.smartcard.Reader
-
T=1 is the active protocol.
- PROTOCOL_TX - Static variable in class com.acs.smartcard.Reader
-
This is the mask of ISO defined transmission protocols.
- PROTOCOL_UNDEFINED - Static variable in class com.acs.smartcard.Reader
-
There is no active protocol.
- ProtocolMismatchException - Exception in com.acs.smartcard
-
Thrown when the requested protocols are incompatible with the protocol
currently in use with the card.
- ProtocolMismatchException() - Constructor for exception com.acs.smartcard.ProtocolMismatchException
-
- ProtocolMismatchException(String) - Constructor for exception com.acs.smartcard.ProtocolMismatchException
-
- ProtocolMismatchException(Throwable) - Constructor for exception com.acs.smartcard.ProtocolMismatchException
-
- ProtocolMismatchException(String, Throwable) - Constructor for exception com.acs.smartcard.ProtocolMismatchException
-