Class GlobusGSSContextImpl

java.lang.Object
org.globus.gsi.gssapi.GlobusGSSContextImpl
All Implemented Interfaces:
ExtendedGSSContext, GSSContext

public class GlobusGSSContextImpl extends Object implements ExtendedGSSContext
Implementation of SSL/GSI mechanism for Java GSS-API. The implementation is based on JSSE (for SSL API) and the BouncyCastle library (for certificate processing API).
The implementation is not designed to be thread-safe.