equal
deleted
inserted
replaced
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 * or visit www.oracle.com if you need additional information or have any |
22 * or visit www.oracle.com if you need additional information or have any |
23 * questions. |
23 * questions. |
24 */ |
24 */ |
25 |
25 |
|
26 /** |
|
27 * Defines the Java Smart Card I/O API. |
|
28 */ |
26 module java.smartcardio { |
29 module java.smartcardio { |
27 exports javax.smartcardio; |
30 exports javax.smartcardio; |
28 provides java.security.Provider with sun.security.smartcardio.SunPCSC; |
31 provides java.security.Provider with sun.security.smartcardio.SunPCSC; |
29 } |
32 } |
30 |
33 |