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

package org.bouncycastle.est;

public interface ESTClientProvider
{
    ESTClient makeClient() throws ESTException;
    
    boolean isTrusted();
}
