Uses of Class
org.globus.gsi.gssapi.KeyPairCache
-
Packages that use KeyPairCache Package Description org.globus.gsi.gssapi The Java GSI library is an implementation of the Java GSS-API. -
-
Uses of KeyPairCache in org.globus.gsi.gssapi
Fields in org.globus.gsi.gssapi declared as KeyPairCache Modifier and Type Field Description private KeyPairCache
GlobusGSSContextImpl. keyPairCache
KeyPair generation with cache of keypairs if configuredprivate static KeyPairCache
KeyPairCache. keyPairCache
Methods in org.globus.gsi.gssapi that return KeyPairCache Modifier and Type Method Description static KeyPairCache
KeyPairCache. getKeyPairCache()
static KeyPairCache
KeyPairCache. getKeyPairCache(java.lang.String algorithm, java.lang.String provider, long lifetime)
-