Package org.bouncycastle.util
Interface Selector<T>
- Type Parameters:
T
- the type stored in the store.
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
AttributeCertificateHolder
,AttributeCertificateIssuer
,PKIXCertStoreSelector
,PKIXCRLStoreSelector
,X509AttributeCertStoreSelector
,X509CertPairStoreSelector
,X509CertStoreSelector
,X509CRLStoreSelector
Interface a selector from a store should conform to.
-
Method Summary
-
Method Details
-
match
Match the passed in object, returning true if it would be selected by this selector, false otherwise.- Parameters:
obj
- the object to be matched.- Returns:
- true if the object is a match for this selector, false otherwise.
-
clone
Object clone()
-