java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
java.security.Provider
de.gematik.smartcards.pcsc.AfiPcsc
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
Provider object for PC/SC.
Note: Implementation guidelines for a provider are given by Oracle.
- Author:
- gematik
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringInformation.static final StringName of provider.static final StringType.static final StringVersionString.Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.security.Provider
clear, compute, computeIfAbsent, computeIfPresent, configure, elements, entrySet, forEach, get, getInfo, getName, getOrDefault, getProperty, getService, getServices, getVersion, getVersionStr, isConfigured, keys, keySet, load, merge, put, putAll, putIfAbsent, putService, remove, remove, removeService, replace, replace, replaceAll, toString, valuesMethods inherited from class java.util.Properties
clone, contains, containsKey, containsValue, equals, getProperty, hashCode, isEmpty, list, list, load, loadFromXML, propertyNames, rehash, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames
-
Field Details
-
INFO
Information.- See Also:
-
PROVIDER_NAME
Name of provider. -
TYPE
Type.- See Also:
-
VERSION
VersionString.The version string contains a version number optionally followed by other information separated by one of the characters of '+', '-'.
The format for the version number is:
^[0-9]+(\.[0-9]+)*Note: The intention is that this version number equals the version number of the published library, see
"project.version"in gradle's build-script.- See Also:
-
-
Constructor Details
-
AfiPcsc
public AfiPcsc()Default constructor.This constructor calls
super(...)withPROVIDER_NAME,VERSIONandINFO.
-