public class

CollectionStore

extends Object
implements Store
java.lang.Object
   ↳ org.bouncycastle.util.CollectionStore

Class Overview

A simple collection backed store.

Summary

Public Constructors
CollectionStore(Collection collection)
Basic constructor.
Public Methods
Collection getMatches(Selector selector)
Return the matches in the collection for the passed in selector.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.util.Store

Public Constructors

public CollectionStore (Collection collection)

Basic constructor.

Parameters
collection - initial contents for the store, this is copied.

Public Methods

public Collection getMatches (Selector selector)

Return the matches in the collection for the passed in selector.

Parameters
selector the selector to match against.
Returns
  • a possibly empty collection of matching objects.