gnu.crypto.pki
Class X509CRLSelectorImpl
- CRLSelector
public class X509CRLSelectorImpl
implements CRLSelector
Sun's implementation of X509CRLSelector sucks. This one tries to work
better.
X509CRLSelectorImpl
public X509CRLSelectorImpl()
addIssuerName
public void addIssuerName(Principal issuerName)
throws IOException
addIssuerName
public void addIssuerName(String issuerName)
addIssuerName
public void addIssuerName(byte[] issuerName)
throws IOException
clone
public Object clone()
getIssuerNames
public Collection getIssuerNames()
match
public boolean match(CRL crl)
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.