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

no.difi.certvalidator.api.CrlCache Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package no.difi.certvalidator.api;

import java.security.cert.X509CRL;

public interface CrlCache extends CrlFetcher {
    void set(String url, X509CRL crl);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy