@License public class SmartCardProvider extends AutoCloseableProvider
Provider.Serviceproviderdefaults| Constructor and Description |
|---|
SmartCardProvider(Provider provider)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Implements the
AutoCloseable#close() methos in a smart-card specific way. |
clear, getInfo, getName, getVersion, getWrappedProviderelements, entrySet, get, getProperty, getService, getServices, keys, keySet, load, put, putAll, putService, remove, removeService, toString, valuesgetProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclone, contains, containsKey, containsValue, equals, hashCode, isEmpty, rehash, sizepublic SmartCardProvider(Provider provider)
provider - the wrapped provider, which will be automatically closed when out of
the "try-with-resources" block, with an implementation specific mechanism.public void close()
AutoCloseable#close() methos in a smart-card specific way.close in interface AutoCloseableclose in class AutoCloseableProviderAutoCloseable.close()Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.