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

package org.bouncycastle.operator;

public interface RawContentVerifier
{
    boolean verify(final byte[] p0, final byte[] p1);
}
