Uses of Class
javax.smartcardio.TerminalFactory
| Package | Description | 
|---|---|
| javax.smartcardio | Java™ Smart Card I/O API. | 
- 
Uses of TerminalFactory in javax.smartcardioMethods in javax.smartcardio that return TerminalFactory Modifier and Type Method Description static TerminalFactoryTerminalFactory. getDefault()Returns the default TerminalFactory instance.static TerminalFactoryTerminalFactory. getInstance(String type, Object params)Returns a TerminalFactory of the specified type that is initialized with the specified parameters.static TerminalFactoryTerminalFactory. getInstance(String type, Object params, String provider)Returns a TerminalFactory of the specified type that is initialized with the specified parameters.static TerminalFactoryTerminalFactory. getInstance(String type, Object params, Provider provider)Returns a TerminalFactory of the specified type that is initialized with the specified parameters.