All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public final class AfiPcsc extends Provider
Provider object for PC/SC.

Note: Implementation guidelines for a provider are given by Oracle.

Author:
gematik
See Also:
  • Field Details

    • INFO

      public static final String INFO
      Information.
      See Also:
    • PROVIDER_NAME

      public static final String PROVIDER_NAME
      Name of provider.
    • TYPE

      public static final String TYPE
      Type.
      See Also:
    • VERSION

      public static final String VERSION
      Version String.

      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(...) with PROVIDER_NAME, VERSION and INFO.