jdk/src/java.security.sasl/share/classes/module-info.java
changeset 44169 2cadf0cf763e
parent 43710 8fa2058eb740
child 44417 a431edba1629
equal deleted inserted replaced
44168:604022687602 44169:2cadf0cf763e
    27  * Defines Java support for the IETF Simple Authentication and Security Layer
    27  * Defines Java support for the IETF Simple Authentication and Security Layer
    28  * (SASL).
    28  * (SASL).
    29  * <P>
    29  * <P>
    30  * This module also contains SASL mechanisms including DIGEST-MD5,
    30  * This module also contains SASL mechanisms including DIGEST-MD5,
    31  * CRAM-MD5, and NTLM.
    31  * CRAM-MD5, and NTLM.
       
    32  *
       
    33  * @since 9
    32  */
    34  */
    33 module java.security.sasl {
    35 module java.security.sasl {
    34     requires java.logging;
    36     requires java.logging;
    35 
    37 
    36     exports javax.security.sasl;
    38     exports javax.security.sasl;