-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
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.
- 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.
- relates to
-
JDK-8251202 Correct "no comment" warnings from javadoc in core-libs packages
-
- In Progress
-
-
JDK-8338625 JEP 486: Permanently Disable the Security Manager
-
- Closed
-