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

com.distrimind.bouncycastle.cert.dane.DANEEntryFetcher Maven / Gradle / Ivy

There is a newer version: 1.77
Show newest version
package com.distrimind.bouncycastle.cert.dane;

import java.util.List;

public interface DANEEntryFetcher
{
    List getEntries() throws DANEException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy