1: package org.bouncycastle.util; 2: 3: import java.util.Collection; 4: 5: public interface Store { 6: Collection getMatches(Selector selector) throws StoreException; 7: }