![JAR search and dependency download from the Maven repository](/logo.png)
com.bugvm.bouncycastle.util.Store Maven / Gradle / Ivy
package com.bugvm.bouncycastle.util;
import java.util.Collection;
public interface Store
{
Collection getMatches(Selector selector)
throws StoreException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy