Package org.globus.gsi.gssapi

The Java GSI library is an implementation of the Java GSS-API.

See:
          Description

Class Summary
GlobusGSSContextImpl Implementation of SSL/GSI mechanism for Java GSS-API.
GlobusGSSCredentialImpl An implementation of GlobusGSSCredential.
GlobusGSSManagerImpl An implementation of GlobusGSSManager.
GlobusGSSName An implementation of GSSName.
GSSConstants Defines common GSI-GSS constants.
KeyPairCache Simple cache for key pairs.
SSLUtil A collection of SSL-protocol related functions.
TokenInputStream Used as token-oriented input stream needed for SSL library I/O abstraction.
 

Exception Summary
GlobusGSSException  
 

Package org.globus.gsi.gssapi Description

The Java GSI library is an implementation of the Java GSS-API. It supports the GSS-API extensions and the new proxy certificate format specifications as defined by the Global Grid Forum. The implementation details are documented on the features and limitations page. The Java GSI library is based on the PureTLS library (for SSL API) and the BouncyCastle library (for certificate processing API).