org.bouncycastle.util
Class CollectionStore
java.lang.Object
org.bouncycastle.util.CollectionStore
- Store
public class CollectionStore
extends java.lang.Object
A simple collection backed store.
Collection | getMatches(Selector selector) - Return the matches in the collection for the passed in selector.
|
CollectionStore
public CollectionStore(Collection collection)
Basic constructor.
collection
- - initial contents for the store, this is copied.
getMatches
public Collection getMatches(Selector selector)
Return the matches in the collection for the passed in selector.
- getMatches in interface Store
selector
- the selector to match against.
- a possibly empty collection of matching objects.