org.testifyproject.bouncycastle.cert.dane.DANEEntryFetcher Maven / Gradle / Ivy
The newest version!
package org.testifyproject.bouncycastle.cert.dane;
import java.util.List;
public interface DANEEntryFetcher
{
List getEntries() throws DANEException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy