jdk/src/jdk.crypto.cryptoki/share/classes/module-info.java
changeset 44047 4d25a0bb7426
parent 43248 5e15de85a1a0
child 44417 a431edba1629
equal deleted inserted replaced
44046:762e807bfac1 44047:4d25a0bb7426
    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 }