org.globus.gsi
Class CertificateRevocationLists

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

Deprecated.

public class CertificateRevocationLists
extends java.lang.Object


Method Summary
static CertificateRevocationLists getCertificateRevocationLists(java.lang.String locations)
          Deprecated.  
 java.security.cert.X509CRL getCrl(java.lang.String issuerName)
          Deprecated.  
 java.security.cert.X509CRL[] getCrls()
          Deprecated.  
static CertificateRevocationLists getDefault()
          Deprecated.  
static CertificateRevocationLists getDefaultCertificateRevocationLists()
          Deprecated.  
 void refresh()
          Deprecated.  
 void reload(java.lang.String locations)
          Deprecated.  
static void setDefaultCertificateRevocationList(CertificateRevocationLists crl)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCrls

public java.security.cert.X509CRL[] getCrls()
Deprecated. 

getCrl

public java.security.cert.X509CRL getCrl(java.lang.String issuerName)
Deprecated. 

refresh

public void refresh()
Deprecated. 

reload

public void reload(java.lang.String locations)
Deprecated. 

getCertificateRevocationLists

public static CertificateRevocationLists getCertificateRevocationLists(java.lang.String locations)
Deprecated. 

getDefaultCertificateRevocationLists

public static CertificateRevocationLists getDefaultCertificateRevocationLists()
Deprecated. 

setDefaultCertificateRevocationList

public static void setDefaultCertificateRevocationList(CertificateRevocationLists crl)
Deprecated. 

getDefault

public static CertificateRevocationLists getDefault()
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object