T - the type stored in the store.java.lang.CloneablePKIXCertStoreSelector, PKIXCRLStoreSelectorpublic interface Selector<T>
extends java.lang.Cloneable
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
boolean |
match(T obj) |
Match the passed in object, returning true if it would be selected by this selector, false otherwise.
|
boolean match(T obj)
obj - the object to be matched.java.lang.Object clone()