java.lang.Object
com.itemis.jscdlib.JScdLib
Entrypoint for the JScdLib.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SCardLibHandleCreate a new handle.static ScDaemonHandleCreate a new handle.
-
Method Details
-
constructSCardHandle
Create a new handle. The handle will use the
implementation appropriate for the current OS.invalid reference
ScardLibNativeBe aware: The handle does hold resources and should therefore be closed when not needed anymore in order to prevent resource leaks.
- Returns:
- A new instance of
SCardLibHandle.
-
constructScDaemonHandle
Create a new handle. The handle will use the native implementation appropriate for the current OS.
Be aware: The handle does hold resources and should therefore be closed when not needed anymore in order to prevent resource leaks.
- Returns:
- A new instance of
ScDaemonHandle.
-