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 * The SunPKCS11 security provider. |
|
28 * |
|
29 * @since 9 |
|
30 */ |
26 module jdk.crypto.cryptoki { |
31 module jdk.crypto.cryptoki { |
27 // Depends on SunEC provider for EC related functionality |
32 // Depends on SunEC provider for EC related functionality |
28 requires jdk.crypto.ec; |
33 requires jdk.crypto.ec; |
29 provides java.security.Provider with sun.security.pkcs11.SunPKCS11; |
34 provides java.security.Provider with sun.security.pkcs11.SunPKCS11; |
30 } |
35 } |