blob: 66dde4ae1b8766fd7b7257d8ac066ed9c8e6340f [file] [log] [blame]
package org.bouncycastle.cert.dane;
import java.util.List;
public interface DANEEntryFetcher
{
List getEntries() throws DANEException;
}