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

Print this page

        

*** 21,30 **** --- 21,35 ---- * 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 the Java binding of the IETF Generic Security Services API (GSS-API). + * <P> + * This module also includes GSS-API mechanisms such as Kerberos v5 and SPNEGO. + */ module java.security.jgss { requires java.naming; exports javax.security.auth.kerberos; exports org.ietf.jgss; exports sun.security.jgss to