gnu.crypto.pki
Class X509CRLSelectorImpl
java.lang.Object
gnu.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.
X509CRLSelectorImpl
public X509CRLSelectorImpl()
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
- Overrides:
clone
in class Object
match
public boolean match(CRL crl)
- Specified by:
match
in interface CRLSelector
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.