Package org.bouncycastle.util
Interface Selector<T>
-
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
AttributeCertificateHolder,AttributeCertificateIssuer,PKIXCertStoreSelector,PKIXCRLStoreSelector,X509CertStoreSelector,X509CRLStoreSelector
public interface Selector<T> extends Cloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectclone()booleanmatch(T obj)
-