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

org.spongycastle.jcajce.PKIXCRLStore Maven / Gradle / Ivy

package org.spongycastle.jcajce;

import java.security.cert.CRL;
import java.util.Collection;

import org.spongycastle.util.Selector;
import org.spongycastle.util.Store;
import org.spongycastle.util.StoreException;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy