Package org.ietf.jgss

Contains the top-level GSSAPI interfaces and classes specified in RFC 2853, Generic Security Service API Version 2: Java Bindings. GSSAPI framework developers provide implementations of subclasses of the interfaces and classes contained in this package.

See:
          Description

Interface Summary
GSSContext This interface encapsulates the GSS-API security context and provides the security services (wrap, unwrap, getMIC, verifyMIC) that are available over the context.
GSSCredential This interface encapsulates the GSS-API credentials for an entity.
GSSName This interface encapsulates a single GSS-API principal entity.
 

Class Summary
ChannelBinding The GSS-API accommodates the concept of caller-provided channel binding information.
GSSManager The GSSManager class is an abstract class that serves as a factory for three GSS interfaces: GSSName, GSSCredential, and GSSContext.
MessageProp This is a utility class used within the per-message GSSContext methods to convey per-message properties.
Oid This class represents Universal Object Identifiers (Oids) and their associated operations.
 

Exception Summary
GSSException  
 

Package org.ietf.jgss Description

Contains the top-level GSSAPI interfaces and classes specified in RFC 2853, Generic Security Service API Version 2: Java Bindings. GSSAPI framework developers provide implementations of subclasses of the interfaces and classes contained in this package. Application and mechanism developers need to import this package.

Package Specification

(none)

Related Documentation