org.globus.gsi
Class CertificateRevocationLists.CrlFilter

java.lang.Object
  extended by org.globus.gsi.CertificateRevocationLists.CrlFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
CertificateRevocationLists

public static class CertificateRevocationLists.CrlFilter
extends Object
implements FilenameFilter


Constructor Summary
CertificateRevocationLists.CrlFilter()
           
 
Method Summary
 boolean accept(File dir, String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateRevocationLists.CrlFilter

public CertificateRevocationLists.CrlFilter()
Method Detail

accept

public boolean accept(File dir,
                      String file)
Specified by:
accept in interface FilenameFilter