sun.security.jgss.wrapper |
|
Java Source File Name | Type | Comment |
GSSCredElement.java | Class | This class is essentially a wrapper class for the gss_cred_id_t
structure of the native GSS library. |
GSSLibStub.java | Class | This class is essentially a JNI calling stub for all wrapper classes. |
GSSNameElement.java | Class | This class is essentially a wrapper class for the gss_name_t
structure of the native GSS library. |
Krb5Util.java | Class | This class is an utility class for Kerberos related stuff. |
NativeGSSContext.java | Class | This class is essentially a wrapper class for the gss_ctx_id_t
structure of the native GSS library. |
NativeGSSFactory.java | Class | JGSS plugin for generic mechanisms provided through native GSS framework. |
SunNativeProvider.java | Class | Defines the Sun NativeGSS provider for plugging in the
native GSS mechanisms to Java GSS. |