org.globus.gsi
Class OldCertUtil

java.lang.Object
  extended by org.globus.gsi.OldCertUtil

Deprecated. These functions will only work with Globus legacy proxies.

public class OldCertUtil
extends Object

Provides some old convenience functions.


Constructor Summary
OldCertUtil()
          Deprecated.  
 
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
 

Constructor Detail

OldCertUtil

public OldCertUtil()
Deprecated. 
Method Detail

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.