All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fitbur.bouncycastle.util.Store Maven / Gradle / Ivy

package com.fitbur.bouncycastle.util;

import java.util.Collection;

public interface Store
{
    Collection getMatches(Selector selector)
        throws StoreException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy