API Overview API Index Direct link to this page
JDK 1.6
  Package: org.ietf.jgss
Author(s)
Since
1.4
Version
Serial
Description
  This package presents a framework that allows application developers to make use of security services like authentication, data integrity and data confidentiality from a variety of underlying security mechanisms like Kerberos, using a unified API.
See also:   
ChannelBinding View Source This class encapsulates the concept of caller-provided channel binding information.
GSSContext View Source This interface encapsulates the GSS-API security context and provides the security services that are available over the context.
GSSCredential View Source This interface encapsulates the GSS-API credentials for an entity.
GSSException View Source This exception is thrown whenever a GSS-API error occurs, including any mechanism specific error.
GSSManager View Source This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported.
GSSName View Source This interface encapsulates a single GSS-API principal entity.
MessageProp View Source This is a utility class used within the per-message GSSContext methods to convey per-message properties.
Oid View Source This class represents Universal Object Identifiers (Oids) and their associated operations.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar