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

package org.bouncycastle.cms;

import org.bouncycastle.operator.OperatorCreationException;

public interface SignerInformationVerifierProvider
{
    SignerInformationVerifier get(final SignerId p0) throws OperatorCreationException;
}
