package org.bouncycastle.util; import java.util.Collection; /* loaded from: classes6.dex */ public interface Store { Collection getMatches(Selector selector) throws StoreException; }