equal
deleted
inserted
replaced
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; |