jdk/src/java.security.jgss/share/classes/module-info.java
changeset 44417 a431edba1629
parent 43710 8fa2058eb740
child 45654 5ff2edfa03fc
equal deleted inserted replaced
44416:2b02517c73a2 44417:a431edba1629
    26 /**
    26 /**
    27  * Defines the Java binding of the IETF Generic Security Services API (GSS-API).
    27  * Defines the Java binding of the IETF Generic Security Services API (GSS-API).
    28  * <P>
    28  * <P>
    29  * This module also contains GSS-API mechanisms including Kerberos v5 and SPNEGO.
    29  * This module also contains GSS-API mechanisms including Kerberos v5 and SPNEGO.
    30  *
    30  *
       
    31  * @moduleGraph
    31  * @since 9
    32  * @since 9
    32  */
    33  */
    33 module java.security.jgss {
    34 module java.security.jgss {
    34     requires java.naming;
    35     requires java.naming;
    35     exports javax.security.auth.kerberos;
    36     exports javax.security.auth.kerberos;