Uses of Class
org.globus.gsi.OpenSSLKey
-
Packages that use OpenSSLKey Package Description org.globus.gsi This package conatins the basic security constructs used to build Globus security.org.globus.gsi.bc org.globus.myproxy This package provides a MyProxy client API. -
-
Uses of OpenSSLKey in org.globus.gsi
Fields in org.globus.gsi declared as OpenSSLKey Modifier and Type Field Description private OpenSSLKey
X509Credential. opensslKey
-
Uses of OpenSSLKey in org.globus.gsi.bc
Subclasses of OpenSSLKey in org.globus.gsi.bc Modifier and Type Class Description class
BouncyCastleOpenSSLKey
BouncyCastle-based implementation of OpenSSLKey. -
Uses of OpenSSLKey in org.globus.myproxy
Methods in org.globus.myproxy with parameters of type OpenSSLKey Modifier and Type Method Description void
MyProxy. store(org.ietf.jgss.GSSCredential credential, java.security.cert.X509Certificate[] certs, OpenSSLKey key, StoreParams params)
Store credentials on a MyProxy server.
-