Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8346010

Remove Security Manager dependencies from javax.smartcardio API

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • security-libs

      The following methods should be respecified to not throw SecurityException and any text about the Security Manager should be removed:

      - CardTerminal.connect(String)
      - Card.getBasicChannel()
      - Card.openLogicalChannel()
      - Card.beginExclusive()
      - Card.endExclusive()
      - Card.transmitControlCommand(int, byte[])
      - Card.disconnect(boolean)

      The CardPermission class should be deprecated for removal.

      The SmartCardIO API is defined by JSR 268, so this will require a maintenance revision of the JSR. See also JDK-8251202 for other potential spec changes.

            Unassigned Unassigned
            mullan Sean Mullan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: