< prev index next >

jdk/src/jdk.crypto.ucrypto/solaris/classes/module-info.java

Print this page

        

*** 22,33 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * The OracleUCrypto security provider. * * @moduleGraph * @since 9 */ module jdk.crypto.ucrypto { provides java.security.Provider with com.oracle.security.ucrypto.UcryptoProvider; --- 22,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Provides the implementation of the OracleUCrypto security provider. * + * @provides java.security.Provider * @moduleGraph * @since 9 */ module jdk.crypto.ucrypto { provides java.security.Provider with com.oracle.security.ucrypto.UcryptoProvider;
< prev index next >