package com.google.crypto.tink;

import java.security.GeneralSecurityException;

/* JADX INFO: loaded from: classes2.dex */
public interface PublicKeyVerify {
    void verify(byte[] bArr, byte[] bArr2) throws GeneralSecurityException;
}
