org.bouncycastle.util
public class CollectionStore extends Object implements Store
Constructor Summary | |
---|---|
CollectionStore(Collection collection)
Basic constructor.
|
Method Summary | |
---|---|
Collection | getMatches(Selector selector)
Return the matches in the collection for the passed in selector.
|
Parameters: collection - initial contents for the store, this is copied.
Parameters: selector the selector to match against.
Returns: a possibly empty collection of matching objects.