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

package com.google.crypto.tink.jwt;

import java.security.GeneralSecurityException;
import com.google.errorprone.annotations.Immutable;

@Immutable
public interface JwtPublicKeyVerify
{
    VerifiedJwt verifyAndDecode(final String compact, final JwtValidator validator) throws GeneralSecurityException;
}
