package org.bouncycastle.util;
import java.util.Collection;
public interface Store
{
Collection getMatches(Selector selector)
throws StoreException;
}
package org.bouncycastle.util;
import java.util.Collection;
public interface Store
{
Collection getMatches(Selector selector)
throws StoreException;
}