Package org.globus.gsi
Class CertificateRevocationLists
- java.lang.Object
-
- org.globus.gsi.CertificateRevocationLists
-
- Direct Known Subclasses:
CertificateRevocationLists.DefaultCertificateRevocationLists
public class CertificateRevocationLists extends java.lang.ObjectDeprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classCertificateRevocationLists.DefaultCertificateRevocationListsDeprecated.
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.security.cert.X509CRL>crlIssuerDNMapDeprecated.private static CertificateRevocationListsdefaultCrlDeprecated.private static java.lang.StringdefaultCrlLocationsDeprecated.private static org.apache.commons.logging.LogloggerDeprecated.private static java.lang.StringprevCaCertLocationsDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description privateCertificateRevocationLists()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CertificateRevocationListsgetCertificateRevocationLists(java.lang.String locations)Deprecated.java.security.cert.X509CRLgetCrl(java.lang.String issuerName)Deprecated.java.security.cert.X509CRL[]getCrls()Deprecated.java.util.Collection<java.security.cert.X509CRL>getCRLs(java.security.cert.X509CRLSelector selector)Deprecated.static CertificateRevocationListsgetDefault()Deprecated.static CertificateRevocationListsgetDefaultCertificateRevocationLists()Deprecated.voidrefresh()Deprecated.voidreload(java.lang.String locations)Deprecated.static voidsetDefaultCertificateRevocationList(CertificateRevocationLists crl)Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Field Detail
-
logger
private static org.apache.commons.logging.Log logger
Deprecated.
-
prevCaCertLocations
private static java.lang.String prevCaCertLocations
Deprecated.
-
defaultCrlLocations
private static java.lang.String defaultCrlLocations
Deprecated.
-
defaultCrl
private static CertificateRevocationLists defaultCrl
Deprecated.
-
crlIssuerDNMap
private volatile java.util.Map<java.lang.String,java.security.cert.X509CRL> crlIssuerDNMap
Deprecated.
-
-
Method Detail
-
getCrls
public java.security.cert.X509CRL[] getCrls()
Deprecated.
-
getCRLs
public java.util.Collection<java.security.cert.X509CRL> getCRLs(java.security.cert.X509CRLSelector selector)
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:
toStringin classjava.lang.Object
-
-