// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.cert.dane;

public interface DANEEntryFetcherFactory
{
    DANEEntryFetcher build(final String p0);
}
