src/java.security.sasl/share/classes/module-info.java

Print this page

        

*** 21,30 **** --- 21,37 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + /** + * Defines Java support for the IETF Simple Authentication and Security Layer + * (SASL). + * <P> + * This module also contains SASL mechanisms including DIGEST-MD5, + * CRAM-MD5, and NTLM. + */ module java.security.sasl { requires java.logging; exports javax.security.sasl; exports com.sun.security.sasl.util to