blob: b994c926da516b75042db8b17783c61bbe1661ca [file] [log] [blame]
package org.bouncycastle.util;
import java.util.Collection;
public interface Store
{
Collection getMatches(Selector selector)
throws StoreException;
}