Java Globus API: Class OldCertUtil
org.globus.gsi
Class OldCertUtil
java.lang.Object
|
+--org.globus.gsi.OldCertUtil
Deprecated. These functions will only work with Globus legacy proxies.
public class OldCertUtil extends Object
Provides some old convenience functions.
Method Summary
static String
getBase (String dn,
boolean reverse)
Deprecated.
static int
getProxyType (String dn,
boolean reverse)
Deprecated.
static String
toGlobusDN (String certDN,
boolean skipProxy)
Deprecated. Converts certificate dn into globus dn (with "/")
and returns the base dn without CN=proxy or
CN=limited proxy
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
OldCertUtil
public OldCertUtil ()
Deprecated.
toGlobusDN
public static String toGlobusDN (String certDN,
boolean skipProxy)
Deprecated. Converts certificate dn into globus dn (with "/")
and returns the base dn without CN=proxy or
CN=limited proxy
getBase
public static String getBase (String dn,
boolean reverse)
Deprecated.
getProxyType
public static int getProxyType (String dn,
boolean reverse)
Deprecated.