Uses of Class
org.globus.gsi.OpenSSLKey

Packages that use OpenSSLKey
org.globus.gsi.bc   
org.globus.myproxy This package provides a MyProxy client API. 
 

Uses of OpenSSLKey in org.globus.gsi.bc
 

Subclasses of OpenSSLKey in org.globus.gsi.bc
 class BouncyCastleOpenSSLKey
          BouncyCastle-based implementation of OpenSSLKey.
 

Uses of OpenSSLKey in org.globus.myproxy
 

Methods in org.globus.myproxy with parameters of type OpenSSLKey
 void MyProxy.store(GSSCredential credential, X509Certificate[] certs, OpenSSLKey key, StoreParams params)
          Store credentials on a MyProxy server.