For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki
Class X509CRLSelectorImpl

java.lang.Object
  extended bygnu.crypto.pki.X509CRLSelectorImpl
All Implemented Interfaces:
Cloneable, CRLSelector

public class X509CRLSelectorImpl
extends Object
implements CRLSelector

Sun's implementation of X509CRLSelector sucks. This one tries to work better.


Constructor Summary
X509CRLSelectorImpl()
           
 
Method Summary
 void addIssuerName(byte[] issuerName)
           
 void addIssuerName(Principal issuerName)
           
 void addIssuerName(String issuerName)
           
 Object clone()
           
 Collection getIssuerNames()
           
 boolean match(CRL crl)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509CRLSelectorImpl

public X509CRLSelectorImpl()
Method Detail

addIssuerName

public void addIssuerName(byte[] issuerName)
                   throws IOException
Throws:
IOException

addIssuerName

public void addIssuerName(String issuerName)

addIssuerName

public void addIssuerName(Principal issuerName)
                   throws IOException
Throws:
IOException

getIssuerNames

public Collection getIssuerNames()

clone

public Object clone()
Specified by:
clone in interface CRLSelector

match

public boolean match(CRL crl)
Specified by:
match in interface CRLSelector

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.