org.bouncycastle.cert.dane.DANEEntryFetcher Maven / Gradle / Ivy
package org.bouncycastle.cert.dane;
import java.util.List;
public interface DANEEntryFetcher
{
List getEntries() throws DANEException;
}
package org.bouncycastle.cert.dane;
import java.util.List;
public interface DANEEntryFetcher
{
List getEntries() throws DANEException;
}